add instructions how to setup LateX environment for the firt time on ubuntu/debian
This commit is contained in:
parent
4a6c9d3897
commit
142fa083cb
29
README.md
29
README.md
@ -1,6 +1,25 @@
|
|||||||
Latex master template
|
Latex master template
|
||||||
|
|
||||||
# Setup
|
# Setup
|
||||||
|
|
||||||
|
## Install LaTeX packages
|
||||||
|
```
|
||||||
|
debian/ubuntu:
|
||||||
|
sudo apt install -y texlive-full # approx. 2 GiB
|
||||||
|
|
||||||
|
arch:
|
||||||
|
?
|
||||||
|
```
|
||||||
|
|
||||||
|
## Folder structure
|
||||||
|
```
|
||||||
|
$report # <-- the folder of the $report
|
||||||
|
$report/$report.tex # <-- the actual .tex file
|
||||||
|
$report/references.bib # <-- bibliography file
|
||||||
|
$report/texmaster/ # <-- this is the git repo
|
||||||
|
```
|
||||||
|
|
||||||
|
This can be achived with:
|
||||||
```sh
|
```sh
|
||||||
mkdir $report
|
mkdir $report
|
||||||
cd $report
|
cd $report
|
||||||
@ -10,15 +29,7 @@ touch references.bib
|
|||||||
vim $report.tex
|
vim $report.tex
|
||||||
```
|
```
|
||||||
|
|
||||||
# Folder structure
|
## TeXStudio configuration
|
||||||
```
|
|
||||||
$report # <-- the folder of the $report
|
|
||||||
$report/$report.tex # <-- the actual .tex file
|
|
||||||
$report/references.bib # <-- bibliography file
|
|
||||||
$report/texmaster/ # <-- this is the git repo
|
|
||||||
```
|
|
||||||
|
|
||||||
# TeXStudio configuration
|
|
||||||
```
|
```
|
||||||
# options -> configure texstudio
|
# options -> configure texstudio
|
||||||
-> commands -> Biber: "biber %.bcf"
|
-> commands -> Biber: "biber %.bcf"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user