• Complain

Dilip Datta - LaTeX in 24 Hours

Here you can read online Dilip Datta - LaTeX in 24 Hours full text of the book (entire story) in english for free. Download pdf and epub, get meaning, cover and reviews about this ebook. year: 0, publisher: Springer International Publishing, Cham, genre: Children. Description of the work, (preface) as well as reviews are available. Best literature library LitArk.com created for fans of good reading and offers a wide selection of genres:

Romance novel Science fiction Adventure Detective Science History Home and family Prose Art Politics Computer Non-fiction Religion Business Children Humor

Choose a favorite category and find really read worthwhile books. Enjoy immersion in the world of imagination, feel the emotions of the characters or learn something new for yourself, make an fascinating discovery.

Dilip Datta LaTeX in 24 Hours
  • Book:
    LaTeX in 24 Hours
  • Author:
  • Publisher:
    Springer International Publishing, Cham
  • Genre:
  • Year:
    0
  • Rating:
    5 / 5
  • Favourites:
    Add to favourites
  • Your mark:
    • 100
    • 1
    • 2
    • 3
    • 4
    • 5

LaTeX in 24 Hours: summary, description and annotation

We offer to read an annotation, description, summary or preface (depends on what the author of the book "LaTeX in 24 Hours" wrote himself). If you haven't found the necessary information about the book — write in the comments, we will try to find it.

Dilip Datta: author's other books


Who wrote LaTeX in 24 Hours? Find out the surname, the name of the author of the book and a list of all author's works by series.

LaTeX in 24 Hours — read online for free the complete book (whole text) full work

Below is the text of the book, divided by pages. System saving the place of the last page read, allows you to conveniently read the book "LaTeX in 24 Hours" online for free, without having to search again every time where you left off. Put a bookmark, and you can go to the page where you finished reading at any time.

Light

Font size:

Reset

Interval:

Bookmark:

Make
Springer International Publishing AG 2017
Dilip Datta LaTeX in 24 Hours 10.1007/978-3-319-47831-9_1
Hour 1
1. Introduction
Dilip Datta 1
(1)
Department of Mechanical Engineering, Tezpur University, Tezpur, Assam, India
Dilip Datta
Email:
Email:
1.1 What Is LaTeX?
Donald E. Knuth developed TeX in the year 1977 as a typesetting system for preparing books, especially those containing a lot of mathematical expressions. Based on it, Leslie Lamport developed LaTeX (named as LaTeX 2.09) in 1985 for preparing documents by concentrating on the structure of a document rather than on its formatting details. LaTeX 2.09 was enhanced in 1994 as LaTeX 2 Picture 1 by a group of developers led by Frank Mittelbach.
LaTeX is a macro-package used as a language-based approach for typesetting documents. Various LaTeX instructions are interspersed with the input file of a document, say myfile.tex , for obtaining the desired output as myfile.dvi or directly as myfile.pdf . The myfile.dvi file can be used to generate myfile.ps or even myfile.pdf file. However, unlike programming languages for computational works, such as C or C++ , LaTeX is very simple and easy to work with. One can become expert in LaTeX through a little practice. LaTeX can be used for preparing letters, applications, articles, reports, publications, theses, books, or anything of that kind.
1.2 Why LaTeX Over Other Word Processors?
The use of common word processors, in which the effect becomes directly visible, may be easier in preparing simple and small documents. But, as shown roughly in Fig. . LaTeX is especially well suited for scientific writing, like technical reports, articles, academic dissertations, books, etc. Although learning LaTeX is time and effort taking, it can be realized that the preparation of only one academic dissertation would pay off all additional efforts required in learning LaTeX.
Fig 11 LaTeX and other word processors One of the major advantages of using - photo 2
Fig. 1.1
LaTeX and other word processors
One of the major advantages of using LaTeX is that manual formatting of a document, as usually required in many word processors, can be automated in LaTeX. Therefore, the possibility of doing any mistake in numbering and referring items (sections, tables, figures or equations), in choosing size and type of fonts for different sections and subsections, or in preparing bibliographic references, can be avoided. Further, LaTeX has the provision for automatically generating various lists of contents, index, and glossary.
1.3 How to Prepare a LaTeX Input File?
As shown in Fig. , the main structure of a LaTeX input file can be divided into two parts preamble and body .
Fig 12 Structure of a LaTeX input file The preamble is the first part of an - photo 3
Fig. 1.2
Structure of a LaTeX input file
The preamble is the first part of an input file that contains the global processing parameters for the entire document to be produced, such as the type of the document, page formatting, header and footer setting, inclusion of LaTeX packages for supporting additional instructions, and definitions of new instructions. The simplest preamble is \documentclass { dtype } , where dtype in { } is a mandatory argument as the class (or type) of the document, such as letter , article , report , or book on the next page.
As shown in Fig. for details). Any text entered after \end{document} is simply skipped by a LaTeX compiler.
Table 1.1
Standard options to the \documentclass[ ]{ } command
A LaTeX input file is named with tex extension say myfiletex It can be - photo 4
A LaTeX input file is named with tex extension, say myfile.tex . It can be prepared in any operating system using any general-purpose text editor that supports tex extension, e.g., gedit or Kate in Linux-based systems. There are also many open-source (free access in internet) text editors developed specifically for preparing LaTeX input files, e.g.,
  • Picture 5 For both Windows and Linux :
    • Picture 6 BaKoMa TeX ( http://bakoma-tex.com )
    • Picture 7 Emacs ( www.gnu.org/software/emacs/emacs.html )
    • Picture 8 jEdit ( http://jedit.org )
    • Picture 9 Kile ( http://kile.sourceforge.net )
    • Picture 10 LyX ( www.lyx.org )
    • Picture 11 Open LaTeX Studio ( http://sebbrudzinski.github.io/Open-LaTeX-Studio )
    • Picture 12 TeXlipse ( http://texlipse.sourceforge.net )
    • Picture 13 TeXmacs ( www.texmacs.org )
    • Picture 14 Texmaker ( www.xm1math.net/texmaker )
    • Picture 15 TeXpen ( https://sourceforge.net/projects/texpen )
    • Picture 16 TeXstudio ( www.texstudio.org )
    • Picture 17 TeXworks ( https://github.com/TeXworks/texworks ), etc.
  • Picture 18 For Linux only :
    • Picture 19 LaTeXila ( https://wiki.gnome.org/Apps/LaTeXila )
    • Picture 20 Gummy ( https://github.com/alexandervdm/gummi ), etc.
  • Picture 21 For Windows only :
    • Picture 22 Inlage ( www.inlage.com )
    • Picture 23 LEd ( www.latexeditor.org )
    • Picture 24 TeXnicCenter ( www.texniccenter.org )
    • Picture 25
Next page
Light

Font size:

Reset

Interval:

Bookmark:

Make

Similar books «LaTeX in 24 Hours»

Look at similar books to LaTeX in 24 Hours. We have selected literature similar in name and meaning in the hope of providing readers with more options to find new, interesting, not yet read works.


Reviews about «LaTeX in 24 Hours»

Discussion, reviews of the book LaTeX in 24 Hours and just readers' own opinions. Leave your comments, write what you think about the work, its meaning or the main characters. Specify what exactly you liked and what you didn't like, and why you think so.