From 3f83cf9cb7fa63e5961db4ce14952aebd497fee1 Mon Sep 17 00:00:00 2001 From: koksnuss Date: Tue, 25 Jun 2019 15:12:47 +0200 Subject: [PATCH] add instructions on how to import texstudio profile --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e562cd2..d35e743 100644 --- a/README.md +++ b/README.md @@ -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"