LaTeX Editor (LED) Universidade Federal de Sergipe Damião Cunha Costa Agenda • Introdução ao LaTeX • Ferramenta – Latex Editor (LED) • Conclusão • Referências Introdução ao LaTeX • Leslie Lamport • Linguagem de marcação e sistema de preparação de documentos • Destina a oferecer uma linguagem de alto nível (acessando o poder da TEX) • Concentrar-se no conteúdo escrito EXEMPLO \documentclass[12pt]{article} \usepackage{amsmath} \title{\LaTeX} \date{} \begin{document} \maketitle \LaTeX{} is a document preparation system for the \TeX{} typesetting program. It offers programmable desktop publishing features and extensive facilities for automating most aspects of typesetting and desktop publishing, including numbering and cross-referencing, tables and figures, page layout, bibliographies, and much more. \LaTeX{} was originally written in 1984 by Leslie Lamport and has become the dominant method for using \TeX; few people write in plain \TeX{} anymore. The current version is \LaTeXe. % This is a comment; it will not be shown in the final output. % The following shows a little of the typesetting power of LaTeX: \begin{align} E &= mc^2 \\ m &= \frac{m_0}{\sqrt{1-\frac{v^2}{c^2}}} \end{align} \end{document} RESULTADO LaTeX Editor (LED) • Distribuição gratuita • Difere dos editores padrões • Pode ser usado com diversas distribuições TEX OUTROS DETALHES Slides \\begin{frame} \frametitle{} \begin{block}{} \begin{enumerate} \item \end{enumerate} \end{block} \end{frame} Tabelas \begin{table}[t] \centering \begin{tabular}{} \end{tabular} \caption{} \label{tab:} \end{table} Imagens • • • • • • \begin{figure}[t] \centering \includegraphics{} \caption{} \label{fig:} \end{figure} Conclusão • Ferramenta utilizada em qualquer plataforma • Maioria dos Editores de texto gratuitos • Foca o autor na escrita, e não na aparencia • Muito utilizada no mundo acadêmico Referências • Andrade, Lenimar Nuned de; Breve Introdução ao LATEX2, disponível em: ftp://mat.ufpb.br/pub/textos/tex/breve21.zip, acessado em 11/03/2012 • http://en.wikipedia.org/wiki/LaTeX • http://chem-e.org/como-instalar-o-latex-no-windows-xpvista7/ • http://mtm.ufsc.br/~daniel/amcom/LATEX/latex_tut.html • http://www.latexeditor.org/tech_det.html