Skip to content
Snippets Groups Projects
Commit 9c732433 authored by Vít Starý Novotný's avatar Vít Starý Novotný
Browse files

Updated install-ctan.def for the new ctan-upload script.

parent a7aaed52
No related branches found
No related tags found
No related merge requests found
......@@ -3,11 +3,21 @@ VERS="$(<VERSION.tex \
sed -rn 's#(....)/(..)/(..) v([^ ]*) fibeamer MU beamer theme#\4 \1-\2-\3#p')"
AUTHOR='Vít Novotný'
UPLOADER=''
FILENAME='fibeamer.ctan.zip'
EMAIL='witiko@mail.muni.cz'
DESCRIPTION='Beamer theme for thesis defense presentations at Masaryk University (Brno, Czech Republic)'
CTANPATH='/macros/latex/contrib/beamer-contrib/themes/fibeamer'
TYPE='announce'
ANNOUNCEMENT="$(git log `git describe --tags --abbrev=0`..HEAD --oneline | tac)"
# ANNOUNCEMENT="$(git log `git describe --tags --abbrev=0`..HEAD --oneline | tac)"
ANNOUNCEMENT="$(cat ANNOUNCE)"
NOTE=''
LICENSE='lppl1.3'
FILENAME='fibeamer.ctan.zip'
HOME='https://www.fi.muni.cz/lemma/projekty/fithesis3/#fibeamer'
BUGS='https://github.com/Witiko/fibeamer/issues'
SUPPORT=''
ANNOUNCEMENTS='https://github.com/Witiko/fibeamer/releases'
REPOSITORY='https://github.com/Witiko/fibeamer'
DEVELOPMENT='https://github.com/Witiko/fibeamer/pulls'
#!/bin/sh
ctan-upload.sh ./install-ctan.def
ctan-upload ./install-ctan.def
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