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.tex10
1 files changed, 5 insertions, 5 deletions
diff --git a/manual/advanced_topics/main.tex b/manual/advanced_topics/main.tex
index 0ced13c5f7..095e363f80 100644
--- a/manual/advanced_topics/main.tex
+++ b/manual/advanced_topics/main.tex
@@ -267,11 +267,11 @@ Defining a viewport as \config{{\%V(\dots}}
267will display it permanently. 267will display it permanently.
268 268
269\begin{itemize} 269\begin{itemize}
270\item {\config{\%Vl(`identifier',\dots)}} 270\item {\config{\%Vl('identifier',\dots)}}
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
@@ -292,7 +292,7 @@ As mentioned above, it is possible to set a UI viewport via the theme
292file, and to conditionally select different UI viewports. 292file, and to conditionally select different UI viewports.
293 293
294 \begin{itemize} 294 \begin{itemize}
295 \item {\config{\%Vi(`label',\dots)}} 295 \item {\config{\%Vi('label',\dots)}}
296 This viewport is used as Custom UI Viewport in the case that the theme 296 This viewport is used as Custom UI Viewport in the case that the theme
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
@@ -300,7 +300,7 @@ file, and to conditionally select different UI viewports.
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
304 label, as declared with the previous tag. 304 label, as declared with the previous tag.
305 \end{itemize} 305 \end{itemize}
306 306
@@ -309,7 +309,7 @@ Additional fonts can be loaded within each screen file to be used in that
309screen. In this way not only can you have different fonts between e.g. the menu 309screen. In this way not only can you have different fonts between e.g. the menu
310and the WPS, but you can use multiple fonts in each of the individual screens.\\ 310and the WPS, but you can use multiple fonts in each of the individual screens.\\
311 311
312\config{\%Fl(`id',filename)} 312\config{\%Fl('id',filename)}
313 313
314 \begin{itemize} 314 \begin{itemize}
315 \item `id' is the number you want to use in viewport declarations, 0 and 1 315 \item `id' is the number you want to use in viewport declarations, 0 and 1