LaTeX Editor (LED)
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
LaTeX Editor (LED)
E N D
Presentation Transcript
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
\documentclass[12pt]{article} \usepackage{amsmath} \title{\LaTeX} \date{} \begin{document} \maketitle
\LaTeX{} is a documentpreparation system for the \TeX{} typesettingprogram. It offersprogrammable desktop publishing featuresandextensivefacilities for automatingmostaspectsof typesettingand desktop publishing, includingnumberingand cross-referencing, tablesand figures, pagelayout, bibliographies, andmuch more. \LaTeX{} wasoriginallywritten in 1984 by Leslie Lamportandhasbecomethedominantmethod for using \TeX; few peoplewrite in plain \TeX{} anymore. The currentversionis \LaTeXe.
% Thisis a comment; it willnotbeshown in the final output. % The following shows a littleofthetypesettingpowerofLaTeX: \begin{align} E &= mc^2 \\ m &= \frac{m_0}{\sqrt{1-\frac{v^2}{c^2}}} \end{align} \end{document}
LaTeX Editor (LED) • Distribuição gratuita • Difere dos editores padrões • Pode ser usado com diversas distribuições TEX
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, LenimarNuned 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