latex
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| latex [2011/11/03 12:29] – PnEVTslRJHblhADfR 200.63.171.130 | latex [2021/02/01 05:55] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | j0esQt , [url=http:// | + | ====== 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 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)
