summaryrefslogtreecommitdiff
path: root/manual/advanced_topics/main.tex
diff options
context:
space:
mode:
Diffstat (limited to 'manual/advanced_topics/main.tex')
-rw-r--r--manual/advanced_topics/main.tex12
1 files changed, 6 insertions, 6 deletions
diff --git a/manual/advanced_topics/main.tex b/manual/advanced_topics/main.tex
index a75e2505a8..0275d0be54 100644
--- a/manual/advanced_topics/main.tex
+++ b/manual/advanced_topics/main.tex
@@ -269,9 +269,9 @@ will display it permanently.
269\begin{itemize} 269\begin{itemize}
270\item {\config{\%Vl{\textbar}'identifier'{\textbar}\dots{\textbar}}} 270\item {\config{\%Vl{\textbar}'identifier'{\textbar}\dots{\textbar}}}
271This tag preloads a viewport for later display. `identifier' is a single 271This tag preloads a viewport for later display. `identifier' is a single
272lowercase letter (a-z) and the '\dots' parameters use the same logic as 272lowercase letter (a-z) and the `\dots' parameters use the same logic as
273the \config{\%V} tag explained above. 273the \config{\%V} tag explained above.
274\item {\config{\%Vd'identifier'}} Display the 'identifier' viewport. 274\item {\config{\%Vd'identifier'}} Display the `identifier' viewport.
275\end{itemize} 275\end{itemize}
276 276
277Viewports can share identifiers so that you can display multiple viewports 277Viewports can share identifiers so that you can display multiple viewports
@@ -297,7 +297,7 @@ file, and to conditionally select different UI viewports.
297 doesn't have a ui viewport set in the theme \fname{.cfg} file. Having this 297 doesn't have a ui viewport set in the theme \fname{.cfg} file. Having this
298 is strongly recommended since it makes you able to use the SBS 298 is strongly recommended since it makes you able to use the SBS
299 with other themes. If label is set this viewport can be selectivly used as the 299 with other themes. If label is set this viewport can be selectivly used as the
300 Info Viewport using the \%VI tag. The '\dots' parameters use the same logic as 300 Info Viewport using the \%VI tag. The `\dots' parameters use the same logic as
301 the \config{\%V} tag explained above. 301 the \config{\%V} tag explained above.
302 302
303 \item {\config{\%VI'label'}} Set the Info Viewport to use the viewport called 303 \item {\config{\%VI'label'}} Set the Info Viewport to use the viewport called
@@ -356,9 +356,9 @@ It is possible to group items on each line into 2 or more groups or
356specified time, alternating continuously through each defined subline. 356specified time, alternating continuously through each defined subline.
357 357
358Items on a line are broken into sublines with the semicolon 358Items on a line are broken into sublines with the semicolon
359'\config{;}' character. The display time for 359`\config{;}' character. The display time for
360each subline defaults to 2 seconds unless modified by using the 360each subline defaults to 2 seconds unless modified by using the
361'\config{\%t}' tag to specify an alternate 361`\config{\%t}' tag to specify an alternate
362time (in seconds and optional tenths of a second) for the subline to be 362time (in seconds and optional tenths of a second) for the subline to be
363displayed. 363displayed.
364 364
@@ -366,7 +366,7 @@ Subline related special characters and tags:
366\begin{description} 366\begin{description}
367\item[;] Split items on a line into separate sublines 367\item[;] Split items on a line into separate sublines
368\item[\%t] Set the subline display time. The 368\item[\%t] Set the subline display time. The
369'\config{\%t}' is followed by either integer 369`\config{\%t}' is followed by either integer
370seconds (\config{\%t5}), or seconds and tenths of a second (\config{\%t3.5}). 370seconds (\config{\%t5}), or seconds and tenths of a second (\config{\%t3.5}).
371\end{description} 371\end{description}
372 372