Penguin

Differences between version 5 and predecessor to the previous major change of LaTeXNotes.

Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History

Newer page: version 5 Last edited on Tuesday, October 25, 2005 10:39:49 pm by JohnMcPherson Revert
Older page: version 4 Last edited on Monday, August 22, 2005 12:15:43 pm by JohnMcPherson Revert
@@ -15,11 +15,9 @@
  \fi 
 
 </verbatim> 
  
-----  
-! !! Error messages  
-!! Float(s) lost 
+!! Error message - " Float(s) lost"  
 <verbatim> 
 ! LaTeX Error: Float(s) lost. 
  
 See the LaTeX manual or LaTeX Companion for explanation. 
@@ -37,4 +35,20 @@
 Type H <return> for immediate help. 
 </verbatim> 
  
 I got this message when I had a figure at the start of a <tt>\subsection</tt> with no text before it. Moving the figure down a bit so that some text appeared before it in the input file fixed this. 
+  
+!!Relative Include (<tt>\input</tt>) Paths  
+See the LatexMakefiles page.  
+  
+!!Arbitrary Angles  
+<verbatim>  
+ \usepackage{rotating}  
+ ...  
+ \begin{turn}{90}%  
+ vertical  
+ \end{turn}  
+</verbatim>  
+see /usr/share/doc/tetex-''version''/latex/rotating/examples.tex if you have the tetex-doc package installed.  
+  
+----  
+See also LatexWordcount.