Facebook
From Sludgy Gorilla, 6 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 262
  1. \documentclass[12] {article}
  2. \begin {document}
  3.  
  4. Text alignment
  5.  
  6. \begin{flushright}
  7. Right
  8. \end{flushright}
  9. \begin{center}
  10. Center
  11. \end{center}
  12. \begin{flushleft}
  13. Left
  14. \end{flushleft}
  15. Tekst wyrównany
  16. LaTeX can be used as a standalone document preparation system or as an intermediate format. In the latter role, for example, it is sometimes used as part of a pipeline for translating DocBook and other XML-based formats to PDF. The typesetting system offers programmable desktop publishing features and extensive facilities for automating most aspects of typesetting and desktop publishing, including numbering and cross-referencing of tables and figures, chapter and section headings, the inclusion of graphics, page layout, indexing and bibliographies
  17. \end {document}