Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/digitronik/latex
It a latex learning project for student and researcher for high-quality documentation.
https://github.com/digitronik/latex
Last synced: 27 days ago
JSON representation
It a latex learning project for student and researcher for high-quality documentation.
- Host: GitHub
- URL: https://github.com/digitronik/latex
- Owner: digitronik
- Created: 2017-08-13T06:15:11.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-23T16:17:59.000Z (over 5 years ago)
- Last Synced: 2024-10-28T04:00:22.427Z (3 months ago)
- Language: Shell
- Size: 8.95 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### LaTeX
## What is LaTeX?
LaTeX is a document preparation system for high-quality typesetting. It is most often used for medium-to-large technical or scientific documents but it can be used for almost any form of publishing.
## Why use LaTeX?
* LaTeX is free, multiplatform.
* LaTeX is just a text document (which can be opened by any text editor), readily converted to PDF.
* LaTeX separates content and style. Style once, then focus on content.
* The workflow is faster compared to MS Word.
* LaTeX is widely used for scientific topics.
* LaTeX is simply the best option when it comes to typesetting math expressions. You can add higher mathematic easily.## Set up for LaTeX
1. *LaTeX Distributions.*
- [Container](./container) for running LaTeX
- [MiKTeX](https://miktex.org/about) for Windows.
- [Texlive](http://www.tug.org/texlive/) for Unix, GNU/Linux and Windows2. *LaTeX Editor.*
- [TeXMaker](http://www.xm1math.net/texmaker/) for windows
- [TeXnicCenter](http://www.texniccenter.org/) for windows
- [Kile](http://kile.sourceforge.net/) for Unix, Linux and windows also
- [Emac and Vim] you can used both as Latex editor for GNU/Linux3. *PDF viewer.*
As we want PDF viewer, which self refresh as changes found.
- [Okular](https://okular.kde.org/) for Linux
- [SumatraPDF](https://www.sumatrapdfreader.org/) for windowsNote: Those are my suggestions, you can adopt any thing other than suggested.
## Guide
Guide directory include:* [Guide](https://github.com/digitronik/latex/blob/master/guide/Guide.pdf) Complate LaTeX guide for beginer Learning. It's prepared according to beginner requirement. Follow this for learning and practice.
* [Presentation](https://github.com/digitronik/latex/blob/master/guide/Presentation.pdf)
## Samples
These are sample file for beginers
* Hello > First file in LaTeX
* Letter > Template for Letter Writting using LaTeX
* Report > Template for Report
* Beamer > Beamer class used in LaTeX for making good Presentations
* IEEE Paper > Sample Confarence Paper Writting
* Thesis > Templates for UG and PG students
* Assignments > Practice Assignments