From 332433eb3d94da2c918e9ad12fcdfb8499455cbc Mon Sep 17 00:00:00 2001 From: Moshe Piekarski Date: Sun, 28 Jun 2020 00:08:52 -0400 Subject: fix a few manual warnings Change-Id: I4b9bf1e418367b2a420f56ce36f30cb0926e816f --- manual/getting_started/main.tex | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'manual/getting_started') diff --git a/manual/getting_started/main.tex b/manual/getting_started/main.tex index f5eba1fae8..4d1798a4c7 100644 --- a/manual/getting_started/main.tex +++ b/manual/getting_started/main.tex @@ -65,7 +65,7 @@ unsupported''. Manufacturer and model names are proper nouns, and thus are written beginning with a capital letter. % write a bit more about names etc. here. -\ifpdfoutput{ +\Ifpdfoutput{ This manual has some parts that are marked with icons on the margin to help you finding important parts or parts you could skip. The following icons are used: @@ -91,14 +91,14 @@ are used: icon shown in the margin on the right. \\ } -}{}% end ifpdfoutput +}{}% end Ifpdfoutput Links to the wiki are abbreviated by the name of the wiki page. Those names are still linked so you can simply follow them like any other link in this manual. If you want to access a wiki page manually go to \wikiicon{} \href{\wikibaseurl}{\wikibaseurl} and type the page name in the ``Go'' box at the top of the page. -\ifpdfoutput{Links to wiki pages are also indicated by the symbol \wikiicon{} +\Ifpdfoutput{Links to wiki pages are also indicated by the symbol \wikiicon{} in front of the page name.}{} \input{getting_started/installation.tex} -- cgit