LaTex

TwitterFacebook
Get flash to fully experience Pearltrees
What is this? Anyone who works with LaTeX knows how time-consuming it can be to find a symbol in symbols-a4.pdf that you just can't memorize. Detexify is an attempt to simplify this search.

Detexify LaTeX handwritten symbol recognition

http://detexify.kirelabs.org/classify.html
http://www.tex.ac.uk/cgi-bin/texfaq2html?label=ftnsect

TeX Frequently Asked Questions -- question label "ftnsect"

The \ footnote command is fragile, so that simply placing the command in \ section ’s arguments isn’t satisfactory. Using \ protect \ footnote isn’t a good idea either: the arguments of a section command are used in the table of contents and (more dangerously) potentially also in page headers. While footnotes will work in the table of contents, it’s generally not thought a “good thing” to have them there; in the page header, footnotes will simply fail. Whatever the desirability of the matter, there’s no mechanism to suppress the footnote in the page header while allowing it in the table of contents, so the footnote may only appear in the section heading itself.
http://en.wikibooks.org/wiki/LaTeX This is a guide to the LaTeX markup language. It is intended that this can serve as a useful resource for everyone from new users who wish to learn, to old hands who need a quick reference.

LaTeX - Wikibooks, open books for an open world

http://en.wikibooks.org/wiki/LaTeX/Mathematics#cite_ref-amsmath_2-0 One of the greatest motivating forces for Donald Knuth when he began developing the original TeX system was to create something that allowed simple construction of mathematical formulas, whilst looking professional when printed. The fact that he succeeded was most probably why TeX (and later on, LaTeX) became so popular within the scientific community. Typesetting mathematics is one of LaTeX's greatest strengths.

LaTeX/Mathematics - Wikibooks, open books for an open world

Si osservi che tutti i passaggi che illustreremo per arrivare dal file sorgente al risultato finale sono comandi eseguiti dal prompt di DOS: conseguentemente è assunto che il percorso dove si trovano tutti gli eseguibili (cioè tutti i file .exe necessari alle compilazioni, quali latex.exe, yap.exe, etc.) sia specificato nel file c:\autoexec.bat. Con l'installazione di MikTeX tale percorso viene scritto automaticamente: Molti editor (ad es. WinEdt e Kile) consentono di personalizzare il menu, associando i comandi necessari alla compilazione ad alcuni pulsanti sulla barra degli strumenti pertanto, un vantaggio dell'uso di editor dedicati (piuttosto che Notepad o altri editor non specifici) è quello di poter procedere direttamente alla compilazione del file senza dover di volta in volta tornare al DOS. http://www.guit.sssup.it/latex/funzionamento_b.php#a

GuIT - Gruppo utilizzatori Italiani di TeX e LaTeX