1 / 27

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

sivan
Download Presentation

LaTeX Editor (LED)

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. LaTeX Editor (LED) Universidade Federal de Sergipe Damião Cunha Costa

  2. Agenda • Introdução ao LaTeX • Ferramenta • Latex Editor (LED) • Conclusão • Referências

  3. 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

  4. Exemplo

  5. \documentclass[12pt]{article} \usepackage{amsmath} \title{\LaTeX} \date{} \begin{document} \maketitle

  6. \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.

  7. % 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}

  8. Resultado

  9. LaTeX Editor (LED) • Distribuição gratuita • Difere dos editores padrões • Pode ser usado com diversas distribuições TEX

  10. Outros detalhes

  11. Slides \\begin{frame} \frametitle{} \begin{block}{} \begin{enumerate} \item \end{enumerate} \end{block} \end{frame}

  12. Tabelas \begin{table}[t] \centering \begin{tabular}{} \end{tabular} \caption{} \label{tab:} \end{table}

  13. Imagens • \begin{figure}[t] • \centering • \includegraphics{} • \caption{} • \label{fig:} • \end{figure}

  14. 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

  15. 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

More Related