https://github.com/jchylik/advanced_latex_workshop
Workshop on Itermediate and advanced topics in LaTeX
https://github.com/jchylik/advanced_latex_workshop
latex-examples scientific-writing tutorial-exercises writing-scientific-papers
Last synced: 8 months ago
JSON representation
Workshop on Itermediate and advanced topics in LaTeX
- Host: GitHub
- URL: https://github.com/jchylik/advanced_latex_workshop
- Owner: jchylik
- License: cc0-1.0
- Created: 2023-06-30T21:27:58.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-22T22:57:17.000Z (9 months ago)
- Last Synced: 2025-02-01T21:41:33.415Z (8 months ago)
- Topics: latex-examples, scientific-writing, tutorial-exercises, writing-scientific-papers
- Language: TeX
- Homepage:
- Size: 953 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Advanced LaTeX Training
This are the materials for training advanced topics in LaTeX. It was originally designed for the unofficial "Workshop on intermediate and advance topics in LaTeX", so it is expected that you have already head some experiences with LaTeX and thus you do not require elementary guidelines.
#### Topics covered:
* combining latex documents from pieces
* table of contents and other automatically generated lists
* counters
* multipanel figures
* flowcharts and schematics
* code highlights
* tables: importing and formatting
* macros### Prerequisities
To start with this LaTeX training, you need following:
* LaTeX compiler (editting online on overleaf is also OK)
* PDF viewerFurthermore, for some of the tasks you also need:
* installed latexdiff### Guidelines
To start with the training,
* Open [day1latex.tex](./day1latex.tex "day1") and compile (with PdfLatex or some built-in command).
* All the further instructions for the modification of the file are in the compiled document. Follow them.
* Once you are finished, continue with [day2latex.tex](./day2latex.tex "day 2") and compile. Again, all the further instructions for the modification of the file are in the compiled document. Follow them.The example of compiled PDFs are located in the folder [compiled](./compiled "folder with compiled pdfs") (Please note that the the compiled pdfs are updated only occasionally.)
### History
This workshop was originally designed for the unofficial "Workshop on intermediate and advance topics in LaTeX" for [InScAPE research group](https://atmos.meteo.uni-koeln.de/inscape "website of InScAPE research group") at the [Institut of Geophysics and Meteorology](https://geomet.uni-koeln.de/ "website of Institut of Geophysics and Meteorology"), Univeristy of Cologne.Further edits reflect questions that followed after the workshop.