Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
cui [2021/08/16 09:39] – [Tip & Tricks] Administratorcui [2024/03/27 08:58] (current) – [Templates] Administrator
Line 1: Line 1:
 +~~NOTOC~~
 ~~DISCUSSION~~ ~~DISCUSSION~~
 ====== Mathematics CUI: LaTeX Resources ====== ====== Mathematics CUI: LaTeX Resources ======
Line 9: Line 10:
 Download a zip file given below and extract it by right clicking on the file. Download a zip file given below and extract it by right clicking on the file.
  
 +**BS Project Template:** {{::cui-math-project-v1-15.zip|}} (Version 1.5, Uploaded: Sep 29, 2022)
  
-**MSc Project Template:** {{:cui-math-project.zip|}} +**MSc Project Template:** {{:cui-math-project-v1-13.zip|}} (Version 1.3, Uploaded: Sep 28, 2021)
  
 +**MS Synopsis Template:** {{:cui-synopsis-v2-1.zip|}} (Version 2.1, Uploaded: January 10, 2024) NEW
  
-**MS Thesis Template:** {{:cui-ms-thesis.zip|}}+**MS Thesis Template:** {{:cui-ms-thesis-v1-16.zip|}} (Version 1.6, Uploaded: Oct 10, 2022)
  
  
 =====Installing latex===== =====Installing latex=====
  
-Three separte software and installation are needed to run the LaTeX on windows.+Two separate software and installation are needed to run the LaTeX on windows.
   * MikTeX: Available at http://www.miktex.org/download   * MikTeX: Available at http://www.miktex.org/download
-  * PDF Viewer (especially [[:software:Sumatra PDF|Sumatra PDF]], it works best with LaTeX) 
   * LaTeX Editor (especially [[http://www.texstudio.org/|TeXstudio]], its our choice, you can choose any other)   * LaTeX Editor (especially [[http://www.texstudio.org/|TeXstudio]], its our choice, you can choose any other)
- 
-After installing above software, configure Sumatra PDF and TeXstudio for forward and inverse search. 
  
 ===== Tip & Tricks ===== ===== Tip & Tricks =====
-To activate forward and inverse search, go in TeXstudio and Option > Configure TeXstudio > Commands > External PDF viewer+To activate forward and inverse search via SumartraPDF, go in TeXstudio and Option > Configure TeXstudio > Commands > External PDF viewer
  
 {{ :tex_1.png?nolink |}} {{ :tex_1.png?nolink |}}
Line 42: Line 42:
 **For 64bit Operating System** (if 64bit SumatraPDF is installed) **For 64bit Operating System** (if 64bit SumatraPDF is installed)
 <code> <code>
-"C:/Program Files/SumatraPDF/SumatraPDF.exe" -forward-search "?c:am.tex" @ -inverse-search '"C:/Program Files (x86)/TeXstudio/texstudio.exe" "%%f" -line %%l' "?am.pdf"+"C:/Program Files/SumatraPDF/SumatraPDF.exe" -forward-search "?c:am.tex" @ -inverse-search '"C:/Program Files/TeXstudio/texstudio.exe" "%%f" -line %%l' "?am.pdf"
 </code> </code>