Differences

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

Link to this comparison view

Next revision
Previous revision
cui [2021/02/07 16:39] – external edit 127.0.0.1cui [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 37: Line 37:
 **For 32bit Operating System** **For 32bit Operating System**
 <code> <code>
-"C:\PROGRA~1\SumatraPDF\SumatraPDF.exe" -reuse-instance -forward-search "?c:am.tex" @ -inverse-search """""C:\PROGRA~1\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>
  
 **For 64bit Operating System** (if 64bit SumatraPDF is installed) **For 64bit Operating System** (if 64bit SumatraPDF is installed)
 <code> <code>
-"C:\PROGRA~1\SumatraPDF\SumatraPDF.exe" -reuse-instance -forward-search "?c:am.tex" @ -inverse-search """""C:\PROGRA~2\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>
  
 **For 64bit Operating System** (if 32bit SumatraPDF is installed) **For 64bit Operating System** (if 32bit SumatraPDF is installed)
 <code> <code>
-"C:\PROGRA~2\SumatraPDF\SumatraPDF.exe" -reuse-instance -forward-search "?c:am.tex" @ -inverse-search """""C:\PROGRA~2\TeXstudio\texstudio.exe"""" """%%f""" -line %%l"?am.pdf"+"C:/Program Files/SumatraPDF (x86)/SumatraPDF.exe" -forward-search "?c:am.tex" @ -inverse-search '"C:/Program Files (x86)/TeXstudio/texstudio.exe" "%%f" -line %%l"?am.pdf"
 </code> </code>
 In above code, we considered that windows in installed in C drive. If it is installed in different drive then, please use the respective code instead of C. Also it was considered that programs are installed on their default location. In above code, we considered that windows in installed in C drive. If it is installed in different drive then, please use the respective code instead of C. Also it was considered that programs are installed on their default location.
Line 53: Line 53:
 In the **Build** select "**PDF Viewer:** External PDF Viewer" In the **Build** select "**PDF Viewer:** External PDF Viewer"
  
-Reference: http://www.alperyazar.com/blog/2014/09/create-search-link-between-texstudio-sumatra/ 
  
 ==== LaTeX Codes ==== ==== LaTeX Codes ====