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
```
## 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
-> commands -> Biber: "biber %.bcf"
-> create
-> compile and display: "Default Compiler, Default Bibliography Tool, Default Compiler, Default Compiler, Default viewer"
# Options -> Configure TeXstudio
-> Commands -> Biber: "biber %.bcf"
-> Create
-> 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"
-> Default Compiler: "PdfLaTeX"
-> Default Viewer: "PDF Viewer"