lots of changes
This commit is contained in:
parent
19bee17823
commit
29b7a611bd
8 changed files with 58 additions and 17 deletions
10
bin/compiler
10
bin/compiler
|
@ -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(){ \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue