From 4a6c9d38978a19314069e35ebc85570af8627ba1 Mon Sep 17 00:00:00 2001 From: koksnuss Date: Tue, 25 Jun 2019 15:04:46 +0200 Subject: [PATCH] add texstudio configuration instructions --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index f75b2dc..9415728 100644 --- a/README.md +++ b/README.md @@ -17,3 +17,15 @@ $report/$report.tex # <-- the actual .tex file $report/references.bib # <-- bibliography file $report/texmaster/ # <-- this is the git repo ``` + +# TeXStudio configuration +``` +# 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" + -> PDF Viewer: "Internal PDF-Viewer (embedded)" + -> Default Biliography Tool: "Biber"