Init the repo

This commit is contained in:
Bashy 2026-03-18 12:46:56 +02:00
commit 0d0a8cd0ab
12 changed files with 297 additions and 0 deletions

30
openalt.sh Normal file
View file

@ -0,0 +1,30 @@
#!/bin/bash
cat <<EOF
##################################################################
###############[ Script by: @bashynx ]################
##################################################################
#[ DESCRIPTION : Generate graphics for OpenAlt Romania. ]#
#[ Make sure you set up data.tex file before use ]#
##################################################################
EOF
rm *.pdf
echo "Generating social_promo"
xelatex social_promo.tex >> openalt.log
sleep 1
pdftoppm -png -r 600 social_promo.pdf 01_social_promo
echo "Generating social_agenda"
xelatex social_agenda.tex >> openalt.log
sleep 1
pdftoppm -png -r 600 social_agenda.pdf 01_social_agenda
echo "Generating poster"
xelatex poster.tex >> openalt.log
sleep 1
pdftoppm -png -r 600 poster.pdf 01_poster
rm *.aux *.log