Skip to content
forked from Tontan-Hak/LaTeX

LaTeX is a high-quality typesetting system; it includes features designed for the production of technical and scientific documentation. LaTeX is the de facto standard for the communication and publication of scientific documents. LaTeX is available as free software.

Notifications You must be signed in to change notification settings

Povpanha28/LaTeX

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 

Repository files navigation

eyecatch-latex

🚀 Lets get started Awesome

" The only way to DO GREAT WORK is to love what you do." .... Steve Jobs ....

An introduction to LaTeX

LaTeX, which is pronounced «Lah-tech» or «Lay-tech» (to rhyme with «blech» or «Bertolt Brecht»), 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.

LaTeX is not a word processor! Instead, LaTeX encourages authors not to worry too much about the appearance of their documents but to concentrate on getting the right content. For example, consider this document:

Cartesian closed categories and the price of eggs Jane Doe September 1994

Hello world!

To produce this in most typesetting or word-processing systems, the author would have to decide what layout to use, so would select (say) 18pt Times Roman for the title, 12pt Times Italic for the name, and so on. This has two results: authors wasting their time with designs; and a lot of badly designed documents!

LaTeX is based on the idea that it is better to leave document design to document designers, and to let authors get on with writing documents. So, in LaTeX you would input this document as:

$\int xdx$

Equation $ax^2+bx+c=0 \quad\text{that}\quad a\neq 0$

1. \documentclass{article}
2. \title{Cartesian closed categories and the price of eggs}
3. \author{Jane Doe}
4. \date{September 1994}
5. \begin{document}
6.   \maketitle
7.    Hello world!
8. \end{document}

Or, in English:

  • This document is an article.
  • Its title is Cartesian closed categories and the price of eggs.
  • Its author is Jane Doe.
  • It was written in September 1994.
  • The document consists of a title followed by the text Hello world!

LaTeX Features

  • Typesetting journal articles, technical reports, books, and slide presentations.
  • Control over large documents containing sectioning, cross-references, tables and figures.
  • Typesetting of complex mathematical formulas.
  • Advanced typesetting of mathematics with AMS-LaTeX.
  • Automatic generation of bibliographies and indexes.
  • Multi-lingual typesetting.
  • Inclusion of artwork, and process or spot colour.
  • Using PostScript or Metafont fonts.

🔍 What is Latex?

LaTeX is a high-quality typesetting system; it includes features designed for the production of technical and scientific documentation. LaTeX is the de facto standard for the communication and publication of scientific documents. LaTeX is available as free software.

  • LaTeX is a software for typesetting documents. In other words, it's a document preparation system. LaTeX is not a word processor, but is used as a document markup language.
  • LaTeX is a free, open source software. It was originally written by Leslie Lamport and is based on the TeX typesetting engine by Donald Knuth. People often refer to it as just TeX, meaning LaTeX. It has a long history; you can read about it at http://www.tug.org/whatis.html . For now, let's continue by looking at how we can make the best use of it.

Why Latex

  • Typography
  • Ability to create complex design

TeX distribution

  • Tex Distribution (ម៉ាសុីនបម្លែង កម្មវិធីអានឯកសារ pdf និងជំនួយផ្សេងទៀត
  • TeXlive
  • MikTeX
  • proTeXt
  • ConTeXt
  • MacTex ...

TeX editor

  • TeX editor (កម្មវិធីជំនួយដល់ការសរសេរ)
  • TeXstudio
  • TeXmaker
  • TeXworks
  • Tecnicenter
  • TeXshop ...

TeXmaker

  • Download and install Texmaker ខាងក្រោយនេះមាន link ពីរ ទី១ គឺ Texlive និង ទី២ គឺ texmaker ។
  1. First install
  2. Second install

TeXstudio

👉 Link

Overleaf

👉 Link

Video Tutorial

📚 Ebook

👉👉 សៀវភៅLatex

Some resources to suport in writing Latex

Latex

Tutorials Projects Resources
Texmaker Texstudio Overleaf
Texlive MacTex MikTex

This is created on Friday Saturday and Sunday

About

LaTeX is a high-quality typesetting system; it includes features designed for the production of technical and scientific documentation. LaTeX is the de facto standard for the communication and publication of scientific documents. LaTeX is available as free software.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published