LaTex

TwitterFacebook
Get flash to fully experience Pearltrees
http://timmurphy.org/2009/06/29/latex-page-numbering/ Getting the page numbering right in LaTeX documents may not seem like a big deal, but it’s frustrating when it’s all wrong. Here’s a brief summary on how to get it sorted. For starters, page numbers will appear on all pages which have a page style of plain , headings or myheadings (ie: anything other than empty ). You can set the page style at any point by typing \pagestyle{type} or \thispagestyle{type} . \pagestyle will set the style for all pages from that point onwards, whereas \thispagestyle will only set the current page.

Page numbering @timmurphy.org

This is a guide to the LaTeX markup language. It is intended to form a useful resource for everybody from new users who wish to learn, to old hands who need a quick reference. TeX and LaTeX TeX is a computer program for typesetting documents, created by D. E. Knuth.

LaTeX - Wikibooks

http://en.wikibooks.org/wiki/LaTeX
http://w2.syronex.com/jmr/latex-symbols-converter Converts a text to a form suitable for the LaTeX document preparation system, replacing accented characters, escape characters, and other symbols with their LaTeX equivalent. The text input may contain HTML (and XML) numeric character references and character entity references . Examples Schrödinger & his cat will yield Schr"{o}dinger \& his cat Schr&ouml;dinger &#38; his cat will also yield Schr"{o}dinger \& his cat Enter the Text to Convert Note: if you enter text such as a <b , the tool will interpret <b as an incomplete XML tag, which may result in missing text or an error.

LaTeX Symbols Converter