Skip to content
Snippets Groups Projects
Commit 6e47590c authored by Michael Blaschek's avatar Michael Blaschek :bicyclist:
Browse files

Add Dockerfile and update README.md files

parent 547b9cc2
No related branches found
No related tags found
No related merge requests found
......@@ -3,3 +3,7 @@ ADD requirements.txt /requirements.txt
RUN apt-get update -y \
&& apt-get install -y -qq graphviz sshpass openssh-client rsync \
&& pip install -r requirements.txt
WORKDIR /app
ADD . /app
EXPOSE 8000
CMD ["mkdocs", "serve", "-a", "0.0.0.0:8000"]
\ No newline at end of file
......@@ -14,6 +14,13 @@ What you need to get started:
[Advanced Guide to writing scientific papers with $`\LaTeX`$ (Wissenschaftliche Arbeiten schreiben mit $`\LaTeX`$ )](Wissenschaftliches-Script-Latex-Seibert-05.2021.pdf) or the [latest](https://homepage.univie.ac.at/petra.seibert/files/latexscript.pdf)
# Overleaf
Employees and students can use the LaTeX editor Overleaf in their browser to collaborate on LaTeX documents online. Overleaf helps to facilitate collaborative writing, editing and creation of research papers or project reports. [ZID Overleaf](https://zid.univie.ac.at/en/overleaf/)
[Overleaf Limits](https://www.overleaf.com/learn/how-to/Overleaf_plan_limits) and [Timeout Compile Tips](https://www.overleaf.com/learn/how-to/Fixing_and_preventing_compile_timeouts )
Employees have the Overleaf pro version.
# What to use?
**5 Reasons for Latex**
......
......@@ -30,7 +30,7 @@ As an employee or master student you can get access to these resources:
Most people at the department use [gitlab](https://gitlab.phaidra.org) and [mattermost](https://discuss.phaidra.org), which your supervisor can arange for you to get an account.
It might be useful to familiarize yourself with [git](../Git/README.md) and create a project dedicated to your master thesis on gitlab. Your supervisor can help you. Writing your thesis can be fascilitated by using [Overleaf](https://www.overleaf.de) and a [template](https://www.overleaf.com/read/ptpskhdqmqpt#566d55). As student at the University of Vienna, you can login with your u:account.
It might be useful to familiarize yourself with [git](../Git/README.md) and create a project dedicated to your master thesis on gitlab. Your supervisor can help you. Writing your thesis can be fascilitated by using [Overleaf](https://www.overleaf.de) and a [template](https://www.overleaf.com/read/ptpskhdqmqpt#566d55). As student at the University of Vienna, you can login with your u:account. [Overleaf Limits](https://www.overleaf.com/learn/how-to/Overleaf_plan_limits) and [Timeout Compile Tips](https://www.overleaf.com/learn/how-to/Fixing_and_preventing_compile_timeouts )
More template from our department can be found [here (wiki)](https://wiki.univie.ac.at/x/VBURC)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment