Latex : document markup language


What is Latex?

LaTeX is a typesetting language used for writing formatted documents in a highly controlled fashion. It is widely used for scientic documentation, research and thesis purpose.

There are many software for Latex. I recommend TexMaker both for windows and Linux. 
For windows you can download via https://www.xm1math.net/texmaker/download.html

For linux user you can download using apt install

sudo apt install texmaker


You can follow this youtube tutorial to get hands on Latex. 



The major benefit of using latex is that you can organize your content and make table of content very easily. 

Writing equation in Latex is little bit lengthy. I searched for it and found an easy tool that converts math equations in a latex command. Go to link below



Comments