Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Templates einbinden #21

Open
8 tasks
cagix opened this issue Jul 18, 2022 · 0 comments
Open
8 tasks

Templates einbinden #21

cagix opened this issue Jul 18, 2022 · 0 comments

Comments

@cagix
Copy link
Owner

cagix commented Jul 18, 2022

  • CleanThesis:

    • per Git Submodule,
    • pull im Makefile, oder
    • TexLive-Paket ("texlive-publishers")?
  • Eisvogel:

    • per Git Submodule,
    • pull im Makefile, oder
    • direkt im Docker-Image ablegen?

Cleanthesis: Lt. https://www.ctan.org/pkg/cleanthesis ist dort (und dann in den Debian-Packages) Version 0.4.0 aktuell. Im Repo https://github.com/derric/cleanthesis/releases ist 0.4.1 die letzte Version mit dem verstörenden Hinweis: "Fixed zipped release files, because v0.4.0 zip files contained wrong/old cleanthesis.sty files"

Submodules:

  • Vorteil:
    • Version transparent eingebunden (nicht versteckt im Makefile mit extra Target zum Download)
    • Makefile wird einfacher
    • Beschreibung/Dokumentation wird einfacher
  • Nachteil
    • Auschecken "schwieriger"
    • Styles müssen noch aus Unterordner in das Arbeitsverzeichnis kopiert werden

Makefile:

  • Vorteil: keine Git-Submodules, Handling einfacher
  • Nachteil:
    • Version im Makefile "versteckt"
    • komplexeres Makefile für den Download der Templates
    • evtl. Probleme durch Auschecken der letzten 100 Commits, dort muss die Version zu finden sein ...

Docker:

  • Vorteil: Templates sind als "Tooling" im Container
  • Nachteil:
    • Skript so gestalten, dass es auch separat anzustoßen ist (Linux only?!)
    • Templates liegen in einem bestimmten Ordner im Container und müssen erst in das Arbeitsverzeichnis kopiert werden (Makefile??)
@cagix cagix added this to the framework overhaul milestone Jul 18, 2022
@cagix cagix mentioned this issue Jul 18, 2022
5 tasks
@cagix cagix self-assigned this Jul 18, 2022
@cagix cagix removed their assignment Jun 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant