LATEX Tutorials
Hey guyzz. having problems with LATEX?? Use following Steps to ease your problems: [FOR WINDOWS ONLY] A. Installations Guides STEP 1. Use text editor like TEXMAKER. Downlaod here install it with default settings. STEP 2. Download Latex ( For windows it is called MIKTEX) Download from here and install it with default settings i.e. full installation. B. Basic Documentation using Miktex First open texmaker and follow the video below to get started Now write your document as per your requirements. We have provided some basic codes( in red ) below i) To add new line use \\ ii) To add chapter use \chapter{chapter name} iii)To use section write \section before your text. iv) use \ par before any text to create a paragraph. v) To insert figure or graphics use following codes \begin{figure}[!h] \begin{center} ( If you want your figure to be centered) \includegr...