korpling / CRC-template

LaTeX template for Collaborative Research Center proposals following the DFG guidelines.
1 stars 1 forks source link

CRC-template

LaTeX template for Collaborative Research Center proposals following the DFG guidelines (DFG-Vordruck 60.01 – 10/17).

It might be necessary to adapt to changes in guidelines.

The LaTeX code is far from being professional. Every collaboration, be it direct changes to the code or feedback is highly appreciated.

Structure and Subdirs

.
├── cv
├── figures
├── misc
│   ├── logos
│   ├── templates
│   │   ├── cv
│   │   │   ├── LaTeX
│   │   │   └── Word
│   │   └── projects
│   │       ├── LaTeX
│   │       └── Word
│   └── unpublished
└── projects

Files & Workflow

Top level wrapper

input files

knitr, input and output

The following line of code can be used to produce the \inputted Textables from the spreadsheet and the knitr-Code:

Rscript -e 'library(knitr); knit("fundingbreakup.Rnw"); knit("mainfundingtable.Rnw")'

Additional Files