systemd files from apk7-ubuntu

This commit is contained in:
2018-10-25 03:37:13 -03:00
parent af9bf9ff8d
commit ee987e663f
23 changed files with 2870 additions and 1 deletions

View File

@@ -3,4 +3,22 @@
ORIGIN=$1
DEST=${ORIGIN%.*}
pandoc -f markdown -t latex --pdf-engine=xelatex -V papersize=a4 -V documentclass=article -V margin-top=1in -V margin-left=1in -V margin-right=1in -V margin-bottom=1in -V fontfamily=times -V fontsize=12pt -V lang=pt-BR -o $DEST.pdf $ORIGIN; xdg-open $DEST.pdf
pandoc \
-f markdown \
-t latex \
--pdf-engine=xelatex \
-V papersize=a4 \
-V documentclass=article \
-V margin-top=1in \
-V margin-left=1in \
-V margin-right=1in \
-V margin-bottom=1in \
-V fontfamily=times \
-V mainfont="Times New Roman" \
-V monofont="Ubuntu Mono" \
-V fontsize=12pt \
-V lang=pt-BR \
-o $DEST.pdf \
$ORIGIN
# xdg-open $DEST.pdf