add instructions on how to import texstudio profile

This commit is contained in:
koksnuss 2019-06-25 15:12:47 +02:00
parent 5a28ce7c94
commit 3f83cf9cb7

View File

@ -29,12 +29,13 @@ touch references.bib
vim $report.tex vim $report.tex
``` ```
## TeXStudio configuration ## TeXstudio configuration
You can load the TeXstudio profile `texstudio_profile.txs` via `Options -> Load Profile`. Or you change the settings manually:
``` ```
# options -> configure texstudio # Options -> Configure TeXstudio
-> commands -> Biber: "biber %.bcf" -> Commands -> Biber: "biber %.bcf"
-> create -> Create
-> compile and display: "Default Compiler, Default Bibliography Tool, Default Compiler, Default Compiler, Default viewer" -> Compile and Display: "Default Compiler, Default Bibliography Tool, Default Compiler, Default Compiler, Default viewer"
or simply: "txs:///compile | txs:///bibliography | txs:///compile | txs:///compile | txs:///view" or simply: "txs:///compile | txs:///bibliography | txs:///compile | txs:///compile | txs:///view"
-> Default Compiler: "PdfLaTeX" -> Default Compiler: "PdfLaTeX"
-> Default Viewer: "PDF Viewer" -> Default Viewer: "PDF Viewer"