Latextips

From Robin

(Difference between revisions)
Jump to: navigation, search
 
(One intermediate revision not shown)
Line 1: Line 1:
-
* [https://www.mn.uio.no/ifi/personer/vit/stray/overleaf-latex-guide-masteroppgave.html A guide to setting up thesis writing in Overleaf]
 
* [http://www.mn.uio.no/ifi/tjenester/it/hjelp/latex/ Ifis latexsider - here you'll find the uiomaster style]
* [http://www.mn.uio.no/ifi/tjenester/it/hjelp/latex/ Ifis latexsider - here you'll find the uiomaster style]
 +
** This page is updated with the new UiO graphical style. It also contains information on how to set up overleaf.
For typesetting in latex on a local machine, choosing a LaTeX editor to one's own liking is important. Besides the visual appereance, functionality support such as cross-platform, text completion or spelling could be a crucial property in making that decision. Here are some choices:
For typesetting in latex on a local machine, choosing a LaTeX editor to one's own liking is important. Besides the visual appereance, functionality support such as cross-platform, text completion or spelling could be a crucial property in making that decision. Here are some choices:
-
* kyrre: notepad++ og latexmk (med miktex på windows)
+
* Visual studio code with latex extension (e.g. latex workshop)
 +
* notepad++ og latexmk (med miktex på windows)
** latexmk -pdf -pvc minmaster  
** latexmk -pdf -pvc minmaster  
** kan være greit å ha teksten i git e.l. versjonskontroll
** kan være greit å ha teksten i git e.l. versjonskontroll
** sumatrapdf kan være grei siden den ikke låser dokumentet, og husker hvor du var
** sumatrapdf kan være grei siden den ikke låser dokumentet, og husker hvor du var
** when working with large documents, like an msc thesis, separate the individual chapters in files and \include{} them when working on them to improve compile times
** when working with large documents, like an msc thesis, separate the individual chapters in files and \include{} them when working on them to improve compile times
-
* Tønnes: [https://www.texstudio.org/ TeXstudio] (fork of [https://www.xm1math.net/texmaker/ Texmaker])
+
* [https://www.texstudio.org/ TeXstudio] (fork of [https://www.xm1math.net/texmaker/ Texmaker])
-
* vistual studio code
+

Current revision as of 09:43, 8 April 2023

For typesetting in latex on a local machine, choosing a LaTeX editor to one's own liking is important. Besides the visual appereance, functionality support such as cross-platform, text completion or spelling could be a crucial property in making that decision. Here are some choices:

  • Visual studio code with latex extension (e.g. latex workshop)
  • notepad++ og latexmk (med miktex på windows)
    • latexmk -pdf -pvc minmaster
    • kan være greit å ha teksten i git e.l. versjonskontroll
    • sumatrapdf kan være grei siden den ikke låser dokumentet, og husker hvor du var
    • when working with large documents, like an msc thesis, separate the individual chapters in files and \include{} them when working on them to improve compile times
  • TeXstudio (fork of Texmaker)
Personal tools
Front page