{"id":18367113,"url":"https://github.com/synox/bfh-latex_bericht_template_markdown","last_synced_at":"2025-10-15T02:26:57.165Z","repository":{"id":27847547,"uuid":"31337800","full_name":"synox/BFH-Latex_Bericht_Template_Markdown","owner":"synox","description":"DISCONTINUED: Latex_Bericht_Template_V1_2.zip + DocumentClass + Markdown","archived":false,"fork":false,"pushed_at":"2015-03-07T17:07:08.000Z","size":794,"stargazers_count":4,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-06-05T05:05:24.793Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TeX","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/synox.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-02-25T21:56:16.000Z","updated_at":"2022-11-03T13:04:18.000Z","dependencies_parsed_at":"2022-09-03T13:31:14.926Z","dependency_job_id":null,"html_url":"https://github.com/synox/BFH-Latex_Bericht_Template_Markdown","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/synox/BFH-Latex_Bericht_Template_Markdown","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/synox%2FBFH-Latex_Bericht_Template_Markdown","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/synox%2FBFH-Latex_Bericht_Template_Markdown/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/synox%2FBFH-Latex_Bericht_Template_Markdown/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/synox%2FBFH-Latex_Bericht_Template_Markdown/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/synox","download_url":"https://codeload.github.com/synox/BFH-Latex_Bericht_Template_Markdown/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/synox%2FBFH-Latex_Bericht_Template_Markdown/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279035374,"owners_count":26089667,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-15T02:00:07.814Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-05T23:20:07.244Z","updated_at":"2025-10-15T02:26:57.132Z","avatar_url":"https://github.com/synox.png","language":"TeX","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Markdown + Latex für Thesis\n\nDieses Template ist eine Variante des [BFH-Latex-Template vom BFH-Intranet](https://intranet.bfh.ch/TI/de/Dienste/kompr/pr%C3%A4sentationen/Seiten/default.aspx) mit:  \n\n - Style-Klasse (`bfh_template.cls`) -\u003e  einfacheres `main.tex`\n - Markdown-Syntax (auch Latex-Befehle möglich)\n - simples Makefile\n \nDie integration von Markdown wurde mit  [Pandoc](http://pandoc.com/) umgesetzt. \n\n \nVoraussetzungen\n--------------------\n\nLinux/Unix/Mac OSX System mit \n\n - [Pandoc](http://pandoc.com/)\n - make\n - Latex ([MacTeX](https://www.tug.org/mactex/))\n - \"sre/rubber\" (fork, https://github.com/sre/rubber) \n - `openout_any = r` gesetzt in `/usr/local/texlive/2014/texmf-dist/web2c/texmf.cnf` [Anleitung](https://nvcleemp.wordpress.com/2011/03/13/curing-latexs-paranoia/)\n \nVerwendung\n--------------------\n - Git clone / zip download\n - Unnötige Features/Kapitel auskommentieren in `main.tex`\n - Pfad sollte keine leerzeichen enthalten, sonst gibt es Probleme mit einigen Tools.\n - Details einstellen in `bfh_template.cls`. (z.B. für einseitigen Druck `twoside` entfernen).\n - Markdown-Dateien mit Endung `.md` anlegen und in `main.tex` mit `include` einbinden.\n - [kapitel/demo.md](kapitel/demo.md) zeigt die wichtigste Syntax\n\n### Build actions\n \n- `make pdf`: convert `.md` and create pdf\n- `make clean`: remove temp. / `.md.tex` files\n\nFor debugging:\n\n- `make markdown`: (only) convert `.md` -\u003e `.md.tex` \n- `make rubber`: (only) create pdf (allows editing temp. `.md.tex` files.)\n- `make pdf test`: create PDF and compare with expected pdf\n \n\nTroubleshooting\n--------------------\n\n\nDeveloper Notes\n--------------------\nNotes to developers / forkers:  \n\n * Zitate wie [@juergens:einfuehrung] werden mit \\autocite{} umgesetzt. Die von BFH verwendeten Packages kennen den Befehl nicht. Damit es trotzdem funktioniert  gibt es im `bfh_template.cls` ein Alias dafür. \n * Es wird ein der [Fork](https://github.com/sre/rubber) von [Rubber](https://launchpad.net/rubber/) verwendet, weil es das Modul `glossaries` anbietet.\n\n\nFurther resources\n-------------------\n * Einführung in Latex und Links zu weiteren Informationen: https://www.tug.org/mactex/src/WelcomeToMacTeX.pdf\n * Einführung in Latex: http://latex.hpfsc.de/content/latex_tutorial/literatur_bibtex/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsynox%2Fbfh-latex_bericht_template_markdown","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsynox%2Fbfh-latex_bericht_template_markdown","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsynox%2Fbfh-latex_bericht_template_markdown/lists"}