lots of changes

This commit is contained in:
Jonathan Hodgson 2019-02-20 07:38:41 +00:00
parent 9fac557661
commit cf80ba2c20
8 changed files with 58 additions and 17 deletions

View file

@ -22,11 +22,11 @@ cd "$dir" || exit
textype() { \
command="pdflatex"
( sed 5q "$file" | grep -i -q 'xelatex' ) && command="xelatex"
$command --output-directory="$dir" "$base" &&
grep -i addbibresource "$file" >/dev/null &&
biber --input-directory "$dir" "$base" &&
$command --output-directory="$dir" "$base" &&
$command --output-directory="$dir" "$base"
$command --output-directory="$dir" "$file"
#grep -i addbibresource "$file" >/dev/null &&
#biber --input-directory "$dir" "$base" &&
#$command --output-directory="$dir" "$base" &&
#$command --output-directory="$dir" "$base"
}
mdtype(){ \