User Tools

Site Tools


latex

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
latex [2011/11/01 15:14] – mmMVsfaMv 83.151.22.12latex [2011/11/08 22:03] – old revision restored memeruiz
Line 1: Line 1:
-DbNJYI  <a href="http://vyzygclslfsp.com/">vyzygclslfsp</a>+====== Latex tricks ====== 
 + 
 +Like usually the problem with Latex is that you can not be sure if some command will work inside some environment. 
 + 
 +===== Footnotes inside article titles ===== 
 + 
 +They show instead of numbers, symbols, but in the page foot they show as numbers again. Also they get completely together with the next word in the title. 
 + 
 +  \footnotetext[1]{test1}                                                     
 +  \footnotetext[2]{test2}                                 
 +  \title{\renewcommand{\thefootnote}{\arabic{footnote}}\setcounter{footnote}{0}  
 +  This\footnotemark\ \ is title\footnotemark\ \  for showing how annoying is LaTeX sometimes.}                                                                  
 +  \author{hola}                        
 +  \date{May, 2004}                                                               
 +  \maketitle                                                                     
 +  \renewcommand{\thefootnote}{\arabic{footnote}}\setcounter{footnote}{2}   
 +  Normal text\footnote{test3} 
 + 
 +===== For disabling page numbering in one page ===== 
 + 
 + 
 +  \thispagestyle{empty}  
 + 
latex.txt · Last modified: 2021/02/01 05:55 by 127.0.0.1