[FE training-materials-updates] Updates to session and survey url management

Michael Opdenacker michael.opdenacker at free-electrons.com
Mon Mar 4 05:23:18 CET 2013


Repository : git://git.free-electrons.com/training-materials.git

On branch  : master
Link       : http://git.free-electrons.com/training-materials/commit/?id=3edb7cad29056c4f7d47c4b8d1fa60c52a650833

>---------------------------------------------------------------

commit 3edb7cad29056c4f7d47c4b8d1fa60c52a650833
Author: Michael Opdenacker <michael.opdenacker at free-electrons.com>
Date:   Mon Mar 4 05:20:31 2013 +0100

    Updates to session and survey url management
    
    - Surveys are now redirected from in a survey.html file
      in the session directory
    
    - Also add a title page for the last page,
      so that it appears in the PDF bookmarks
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at free-electrons.com>


>---------------------------------------------------------------

3edb7cad29056c4f7d47c4b8d1fa60c52a650833
 Makefile                           |    1 -
 slides/last-slides/last-slides.tex |    8 ++++++--
 slides/licensing/licensing.tex     |    2 +-
 3 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/Makefile b/Makefile
index f9ccc25..ca3dc1d 100644
--- a/Makefile
+++ b/Makefile
@@ -463,7 +463,6 @@ $(OUTDIR)/%.jpg: %.jpg
 $(VARS): FORCE
 	@mkdir -p $(dir $@)
 	/bin/echo "\def \sessionurl {$(SESSION_URL)}" > $@
-	/bin/echo "\def \evaluationformurl {$(EVALUATION_FORM)}" >> $@
 	/bin/echo "\def \training {$(SLIDES_TRAINING)}" >> $@
 
 clean:
diff --git a/slides/last-slides/last-slides.tex b/slides/last-slides/last-slides.tex
index a44509d..8751408 100644
--- a/slides/last-slides/last-slides.tex
+++ b/slides/last-slides/last-slides.tex
@@ -1,3 +1,5 @@
+\section{Last slides}
+
 \setuplabframe
 {Archive your lab directory}
 {
@@ -7,13 +9,15 @@
   \end{itemize}
 }
 
-\ifdefempty{\evaluationformurl}{}{
+\ifdefempty{\sessionurl}{}{
 \begin{frame}
   \frametitle{Evaluation form}
   Please take a few minutes to rate this training session,
   by answering our on-line survey:
 
-  \url{\evaluationformurl}
+  {\scriptsize
+  \url{\sessionurl/survey.html}
+  }
 \end{frame}
 }
 
diff --git a/slides/licensing/licensing.tex b/slides/licensing/licensing.tex
index d023ec9..ea4bc59 100644
--- a/slides/licensing/licensing.tex
+++ b/slides/licensing/licensing.tex
@@ -34,7 +34,7 @@
      \begin{itemize}
         \item Electronic copies of your particular version of the
               materials are available on:\\
-              \url{\sessionurl} \\
+              {\scriptsize \url{\sessionurl}} \\
         \item Open the corresponding documents and use them throughout
               the course to look for explanations given earlier by the
               instructor.



More information about the training-materials-updates mailing list