https://github.com/oxyc/arcada-thesis-template
LaTeX template for Arcada thesis documents.
https://github.com/oxyc/arcada-thesis-template
Last synced: 3 months ago
JSON representation
LaTeX template for Arcada thesis documents.
- Host: GitHub
- URL: https://github.com/oxyc/arcada-thesis-template
- Owner: oxyc
- License: mit
- Created: 2012-06-13T16:27:56.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2015-03-03T21:13:44.000Z (over 11 years ago)
- Last Synced: 2025-04-04T21:45:52.114Z (about 1 year ago)
- Language: TeX
- Size: 1.71 MB
- Stars: 6
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LaTeX template for Arcada thesis

## Getting started
### Dependencies
texlive-core, texlive-latextra, graphviz, pyxplot, gnuplot texlive-langextra texlive-fontsextra
### Installation
```
git clone https://github.com/oxyc/arcada-thesis-template.git
```
#### Natbib and makebst compatability issue
! Extra }, or forgotten \endgroup.
\par ...m \@noitemerr {\@@par }\fi \else {\@@par }
To fix this error you should add the following lines before your `\begin{document}`
```latex
\renewcommand{\bibAnnoteFile}[1]{%
\IfFileExists{#1}{\begin{quotation}\noindent\texts c{Key:} #1\\
\textsc{Annotation:}\ \input{#1}\end{quotation}}{}}
\renewcommand{\bibAnnote}[2]{%
\begin{quotation}\noindent\textsc{Key:} #1\\
\textsc{Annotation:}\ #2\end{quotation}}
```
### Integrate with your own thesis document
@todo
## Features
- Multilingual (swedish, finnish, english)
- Abstract (translatable)
- Table of Contents
- List of figures
- List of tables
- Fix margins/sizes/spacing etc.
- Makefile
## Macros
@todo
## Todo
- Abbrevations (?)
- Macros for figures/tables/etc.
- Bibliography/Appendices/References
- Proper example
- Proper howto and proper readme