Wissenschaftliches Arbeiten an Lehrstuhl und Juniorprofessur für Kommunikationswissenschaft der FAU Erlangen Nürnberg
You can view the page here
- The css theme is in the folder "theme", the file is named "theme.scss"
- List of custom classes:
.download
: Add this class to a<span>
or<a>
tag to get a download button after the text..box
: Place text within a<div>
Use to get text formatted like a figure, e.g. for APA-examples.notes
: Makes text for notes smaller below a figure or table, adds "Hinweis. " in bold- Please update this list with any new, non-cosmetic classes you add.
- Headings at level 4 (h4) automatically get a dot placed after them and following paragraphs continue on the same line.
- List of custom classes:
- All images for the "leitfaden_book"-output are located in the "leitfaden/img"-folder. Please store all images there or in sub-folders of this folder
- Rendering:
- To render all output formats write in the terminal (not console):
quarto render
- This is tested in RStudio opening the project-file "wissenschaftliches_arbeiten.Rproj" and using the terminal to render. Other methods may lead to issues with relative paths.
- In Visual Studio Code, Clone this repository, open the folder and write
Set-Location -Path leitfaden
in the powershell terminal. This will set the correct path and allows to use the render command above.
- To render all output formats write in the terminal (not console):