Installation of Latex tools on the Windows platform and common file type Rollup for latex

Source: Internet
Author: User

Latex is widely used in academic reports, paper, academic ppt writing and production, mastering latex is one of the essential skills to survive in academia. This article provides a brief overview of the basic methods and procedures for installing Latex tools on a Windows platform and the types of files common to latex.


1, download MiKTeX, for: Http://miktex.org/download. the correct pronunciation of MiKTeX is/' Mik ' tek/.


2, install MiKTeX. After the installation is complete, the "Previewer" and "Texworks" program icons appear in the Start menu. Previewer, as the name implies, is used to preview files generated by latex. Texworks is an integrated development environment for Tex and Latex.


3, Latex Common file type summary:

. aux-storing cross-reference information

. bbl-a list of references generated by BibTeX that will be used by latex

. bib-Reference Database for reference

. blg-Store BibTeX logs

. bst-Specifies the BibTeX style file, which is BibTeX. Bib. bbl format, different periodicals have different reference styles

. cls-defines the layout of the article, that is, the definition. Tex manuscript type format, specified using the \documentclass{article} command

. dtx-the source file of the program description file, including class package program *.CLS, macro package program *.sty, description or format program *.tex and Configuration program *.cfg and many other programs.

. ins-is used to decompress and rebuild. dtx files. After a user downloads a latex package, they usually get a. DTX and an. ins file, and the advantage of using the *.ins installation file is that it automates the process of sorting and rebuilding *.DTX files at once.

. fd-a newly added font description file to inform the latex of the newly added font

. dvi-a device-independent file. The. dvi file is the main result of latex compilation after it is run. Users can view the. DVI content using the DVI preview software.

The. pdf-pdf file, which is the main result of Pdflatex compilation after it is run.

. log-records the last time the compiler ran the log.

. toc-storage for chapter catalogs, the TEX program generates a. TOC temporary file The first time the document is compiled, and the next time it compiles, the contents of the. toc file are read and a new directory is generated.

. lof-is similar to. TOC, but is used to store the illustration catalog.

. lot-is similar to. TOC, but is used to store table catalogs.

. idx-the file that stores the indexed content, you can create an index file after sorting makeindex. Ind.

. ind-processes the. idx file to get the index file, the next time it compiles, the contents of the. ind file are read and a new index file is generated.

The. Ilg-makeindex log file.

. STY-LATEX macro Package file, use \usepackage to load the. sty into the latex.

. Tex-latex and Tex source files for compilation processing.



Installation of Latex tools on the Windows platform and common file type Rollup for latex

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.