User:Jarle Pahr/LaTeX

From OpenWetWare
Jump to navigationJump to search

Notes on LaTex:

https://www.writelatex.com/

See also: http://practicaltypography.com/

See also http://openwetware.org/wiki/LaTeX

Sites and resources:

http://texblog.org/

https://groups.google.com/forum/?fromgroups#!forum/latexusersgroup


Q/As and How-to's:

http://tex.stackexchange.com/questions/2275/keeping-tables-figures-close-to-where-they-are-mentioned

http://plindenbaum.blogspot.no/2013/03/embedding-pubmed-graphiviz-and-remote.html


Line breaking:


Hypertext references:

http://en.wikibooks.org/wiki/LaTeX/Hyperlinks

http://www.johndcook.com/blog/2008/11/24/link-to-web-pages-from-latex-pdf/


References and labels:

http://stackoverflow.com/questions/1353120/referring-to-a-table-in-latex


  • A label must be placed after a caption in order for the label to store the table's nummer and not the chapter number!


Text encodings:

For norwegian, Utf8 seems to work OK.

\usepackage[norsk]{babel} \usepackage[utf8]{inputenc}

See also http://www.joelonsoftware.com/articles/Unicode.html

See also http://open.bekk.no/teknisk-presentasjon-med-latex-og-beamer

LaTeX on webpages

http://tex.stackexchange.com/questions/13865/how-to-use-latex-on-blogspot

Software

Equation editor: http://sourceforge.net/projects/equalx/?source=directory

Packages

Subfig: ftp://ctan.tug.org/tex-archive/macros/latex/contrib/subfig/subfig.pdf


Embedded fonts

http://www.manticmoo.com/articles/jeff/programming/latex/embedding-fonts-with-pdflatex.php

http://www.boekenenproefschriften.nl/proefschriften/sites/default/files/EmbedLaTeXfonts.pdf


http://www.linuxcommand.org/man_pages/pdffonts1.html

Troubleshooting

Remember: \end{document}

Appendices

Figures

Placement of floats and figures:

http://en.wikibooks.org/wiki/LaTeX/Floats,_Figures_and_Captions


https://www.rpi.edu/dept/arc/training/latex/Examples/exrotating.pdf

http://texblog.org/2007/11/10/landscape-in-latex/

Common errors

Overfull hbox: