summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2022-01-30 16:33:58 -0500
committerSolomon Peachy <pizza@shaftnet.org>2022-01-30 16:33:58 -0500
commit2ddbb9cad56887aa0550e1c3072cb26dccd7f4eb (patch)
tree5a2d8c2369d216ddf48e3e4fbe39ee1413b6adee
parentb25d8457bc4189fa9450baa5605c2bf604bdbe6f (diff)
downloadrockbox-2ddbb9cad56887aa0550e1c3072cb26dccd7f4eb.tar.gz
rockbox-2ddbb9cad56887aa0550e1c3072cb26dccd7f4eb.zip
Fix manual build on some targets (76a2a00732)
Change-Id: Iaf87d11cd2ce3faf9b98da0a1978dfd3fcdb2ba8
-rwxr-xr-xmanual/advanced_topics/main.tex5
1 files changed, 2 insertions, 3 deletions
diff --git a/manual/advanced_topics/main.tex b/manual/advanced_topics/main.tex
index fc1cee29cd..26d96598b2 100755
--- a/manual/advanced_topics/main.tex
+++ b/manual/advanced_topics/main.tex
@@ -192,9 +192,10 @@ viewport. This is done by adding the following line to the
\config{remote ui viewport: X,Y,[width],[height],[font],[fgshade],[bgshade]}}}
\opt{lcd_color}{
\config{remote ui viewport: X,Y,[width],[height],[font],[fgcolour],[bgcolour]}}
-}
\\*
+}
+
Only the first two parameters \emph{have} to be specified, the others can
be omitted using `$-$' as a placeholder. The syntax is very similar to WPS
viewports (see \reference{ref:Viewports}). Briefly:
@@ -380,8 +381,6 @@ and the WPS, but you can use multiple fonts in each of the individual screens.\\
An example would be: \config{\%Fl(2,12-Nimbus.fnt,100)}
-}
-
\subsubsection{Conditional Tags}
\begin{description}