]> mj.ucw.cz Git - ucwmac.git/blobdiff - test.tex
Makefile: Compile tests twice to get references right
[ucwmac.git] / test.tex
index a697b38d9d5506f852079b6ce6feaf575d7371de..42ffd775b416c83b312e2a8396c718047949eaba 100644 (file)
--- a/test.tex
+++ b/test.tex
@@ -30,7 +30,7 @@
 \noindent An~itemized list:
 
 \itemize\ibull
-\:It is an important and popular fact that things are not always what
+\:It is an {\I important and popular fact} that things are not always what
 they seem.  For instance, on the planet Earth, man had always assumed
 that he was more intelligent than dolphins because he had achieved so
 much -- the wheel, New York, wars and so on -- whilst all the dolphins
@@ -96,7 +96,6 @@ abracadabra {!@#$%^&*()\_}
 
 {\csc Caps And Small Caps}
 
-\loadmathfam \ttfam [/cmtt\fotenc]%
 ${\tt x}\in\fam\bbfam R$
 
 The set{\settextsize{11}text}size macro does not strew spaces.
@@ -107,7 +106,7 @@ The set{\settextsize{11}text}size macro does not strew spaces.
 
 \algo{Factorial}\algalias{calculate a~factorial}
 \algin A~non-negative integer~$n$
-\:If $n\ge 1$:
+\:If $n\ge 1$:  \cmt{Test if something}
 \::Return $n$
 \:Else:
 \::Return $n \cdot \alg{Factorial}(n-1)$