Skip to content
Snippets Groups Projects
Unverified Commit b1900013 authored by w2ak's avatar w2ak
Browse files

notes about install scripts

parent 9a487400
No related branches found
No related tags found
No related merge requests found
On linux:
TEXMFLOCAL="$(kpsewhich -var-value TEXMFLOCAL)"
PACKAGE="$TEXMFLOCAL/tex/latex/polytechnique-beamer/"
FONTS="$TEXMFLOCAL/fonts/truetype/GoogleFonts/"
mkdir -p "$PACKAGE" "$FONTS"
cat .packages | xargs -d'\n' -n1 cp -v -t "$PACKAGE"
cat .fonts | xargs -d'\n' -n1 cp -v -t "$FONTS"
texhash || mktexlsr
......@@ -17,4 +17,7 @@ x Manage no-subtitle in subsection
x No xframe : directly frame
x Blocks
- makerelease script
x makerelease script
- lighter release archive (remove exemple.tex and unnecessary pictures)
- install scripts (step by step)
- add font support for lualatex/linux first (we'll see then for other distribs)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment