Commit Graph

64 Commits (documentation)

Author SHA1 Message Date
aslmx db8967ee50
Fix broken acronym plurals m( - add more info to Readme.md and also (#54)
* Fix broken acronym plurals m( - add more info to Readme.md and also add some Beispiel Code

* Fix broken link to pdfpages doc in README.md

Co-authored-by: sebbo <sebastian@1337lounge.de>
2 years ago
aslmx 02a8e9e455
Acronym Plurals + kurze Doku für Acronyms in README.md (#52)
* Acronym Plurals + kurze Doku für Acronyms in README.md (to be improved allerdings)

* Acronym Plurals + kurze Doku für Acronyms in README.md (to be improved allerdings)

* Update wbh.tex

accept @kreativmonkey s suggestion to use longplural and keep shortplural optional.

Co-authored-by: sebbo <sebastian@1337lounge.de>
2 years ago
aslmx 6b368dbfe6
Added pandoc auto generated header (#53)
Co-authored-by: sebbo <sebastian@1337lounge.de>
2 years ago
aslmx 5cb1b06af1
Merge pull request #49 from kreativmonkey/0219_symmetric_titlepage
Einstellbare Seitenränder für Titelseite
2 years ago
Sebastian Preisner 976fd800a3 prevent dots after numbers 2 years ago
Sebastian / sebbo 787d11d55d small corrections 2 years ago
Sebastian / sebbo 50d238aa39 Add variables for page margins on Title page and default to symmetric values 2 years ago
Sebastian Preisner af0f838b66 add abstract package 2 years ago
Sebastian Preisner 890ad0ee5e fix typo in insurance 2 years ago
Sebastian Preisner 9c130eb55a add comma seperator to hochschulname 2 years ago
Sebastian Preisner e6a7e31800 add hyphanation and new acronym command for SI units 2 years ago
Sebastian Preisner a9c3019cec change metadata to pdf/a standard 2 years ago
Sebastian Preisner 8aa5e2b360 add pdf/a support 2 years ago
Sebastian Preisner 63d94a6a90 blank space bottom to 2.5cm 2 years ago
Sebastian Preisner 1700e2fb27 change page header to section title 2 years ago
Sebastian Preisner 2dd43eb517 adding space between studentname and matriklnr 2 years ago
Sebastian Preisner f4cb750035 fix and removement
- remove package tocloft we don't need it for the look and feel
- add package tocbibind to remove number from lot and lof
- add package tocbibind to add lot and lof to toc
2 years ago
Sebastian Preisner 32406b3e7c fix sinuitx lang setup 2 years ago
Sebastian Preisner 92baf0b387 some corrections 2 years ago
aslmx 6cdcaae9ba
Merge branch 'main' into leitfaden 2 years ago
Sebastian Preisner b5771e0d5a remove : from fachbereich 2 years ago
Sebastian Preisner ed8d524047 code cleaning
- clean up code on title page for nice latex output
- reduce space between information on the titlepage table
2 years ago
Sebastian Preisner c5292b19d4 reorganisation and more features
- close #37
- adding multiple betreuer
- reduce space between image and aufgabe.typ
- remove address from student on titlepage
2 years ago
Sebastian Preisner 1314a256f5 Reorganize and Fixes
- Fix issue with Image and Hochschulname (wenn beides angegeben wird, wurde nichts angezeigt, nun ist das Logo priorisiert)
- Reorder aufgaben.typ and studiengang/fachbereich
- new variable studium.fachbereich
- priorize fachbereich on the titlepage
2 years ago
Sebastian Preisner e275a1f6a2 adding comments to geometry 2 years ago
Sebastian Preisner 2259cbcf78 adding xcolor and some comments 2 years ago
Sebastian Preisner b4057c6c4c Variables for page margins
# Conflicts:
#Beispiel/beispiel.md
#Beispiel/beispiel.pdf
#Beispiel/beispiel.tex
#README.md
#wbh.tex
2 years ago
Sebastian Preisner db4d9aa587 Introduce \solution{x} for double underlined solutions of equations
# Conflicts:
#Beispiel/beispiel.pdf
#Beispiel/beispiel.tex
2 years ago
Sebastian Preisner b08c7d51d3 Include PDF v2.0 (#24)
* Include PDF v2.0

* Changed identation as requested per review

* m( forgot to add generated files...

* resolved conflicts?

* beautify

* correct some whitespaces

* correct some whitespaces again

Co-authored-by: Sebastian / sebbo <sebastian@1337lounge.de>
# Conflicts:
#	wbh.tex
2 years ago
Sebastian 8a15ed7890
Merge branch 'main' into siunit-update 2 years ago
Sebastian Preisner f0d94c3518 Introduce \solution{x} for double underlined solutions of equations
# Conflicts:
#Beispiel/beispiel.pdf
#Beispiel/beispiel.tex
2 years ago
Sebastian Preisner c4abf4dbba Include PDF v2.0 (#24)
* Include PDF v2.0

* Changed identation as requested per review

* m( forgot to add generated files...

* resolved conflicts?

* beautify

* correct some whitespaces

* correct some whitespaces again

Co-authored-by: Sebastian / sebbo <sebastian@1337lounge.de>
# Conflicts:
#Beispiel/beispiel.md
#Beispiel/beispiel.pdf
#README.md
2 years ago
Sebastian Preisner 2b204ad2ef correction for leitfaden
close #39 and close #38

- Zeilenabstand spacing oneandhalf
- Fontstyle Times New Roman
2 years ago
Sebastian ad831d1510
Merge branch 'main' into siunit-update 2 years ago
Sebastian Preisner 7c83a330d6 close #35
adding language support for siunitx and add correcting default language and the langtag in README
2 years ago
Sebastian / sebbo 8a1101a2a2 Variables for page margins 2 years ago
aslmx 0424dc8af9
added else branch, that adds the $ in case logo is not set (#32)
* added else branch, that adds the $ in case logo is not set

* Working XOR

* Working XOR -  reduced

* Working XOR

Co-authored-by: Sebastian / sebbo <sebastian@1337lounge.de>
2 years ago
aslmx 3a10a595ff
Include PDF (e.g. for assignments) (#22)
* erster Aufschlag für includepdf

* beispiel.md: added comment for skipfirstpage

* integrate changes as suggested in pandoc issue: https://github.com/jgm/pandoc/issues/6259#issuecomment-955747860

* Modified readme.md to cater for the possibility to include ranges from PDF files

* Forgot the exmaple block at begin of README.md - updated it m(

* typo inf README.md - updated it m(

Co-authored-by: Sebastian / sebbo <sebastian@1337lounge.de>
3 years ago
aslmx 3bf33a5343
Add option to skip numbering for titlepage (#13)
* Add option to skip numbering for titlepage

* Add skipfirstpage to README.md

Co-authored-by: Sebastian / sebbo <sebastian@1337lounge.de>
3 years ago
Sebastian Preisner 85f47fc004 cleaning body section 3 years ago
Sebastian Preisner a5d5d80ce8 adding comments to the directories 3 years ago
Sebastian Preisner 7f484465b7 remove unnessesary packages 3 years ago
Sebastian Preisner fc81967c97 restructure hypersetup pdf metadata 3 years ago
Sebastian Preisner 4e2f6b8007 removing duplicate graphicx package 3 years ago
aslmx afd4faffdc
fix issue about logo width (#16)
* fix issue about logo width

* Update wbh.tex

fixed typo - thanks kreativ 🐒

Co-authored-by: Sebastian / sebbo <sebastian@1337lounge.de>
3 years ago
Sebastian Preisner 770df9056f reorgenice commant for
different language support
only add the commant if the different language is activated
3 years ago
Sebastian Preisner 2cb28a2569 styling insurence 3 years ago
Sebastian Preisner 7b63bfebc8 Merge branch 'eth'
# Conflicts:
#	wbh.tex
3 years ago
Sebastian Preisner 5538cddf72 some minore changes 3 years ago
Sebastian Preisner cb8725a036 do not scale the image 3 years ago