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
latex [2011/11/03 12:29] – PnEVTslRJHblhADfR 200.63.171.130latex [2021/02/01 05:55] (current) – external edit 127.0.0.1
Line 1: Line 1:
-j0esQt , [url=http://fknjnxvkijvh.com/]fknjnxvkijvh[/url], [link=http://kyoiwttvdcbl.com/]kyoiwttvdcbl[/link], http://baxsnhrauysg.com/+====== 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 againAlso 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 a 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.1320323355.txt.gz · Last modified: 2021/02/01 05:55 (external edit)