source:
NEMO/branches/2020/dev_r13787_doc_latex_recovery/doc/tools/shr_func.sh
@
13825
Last change on this file since 13825 was 13825, checked in by nicolasmartin, 4 years ago | |
---|---|
|
|
File size: 357 bytes |
Line | |
---|---|
1 | #!/bin/sh |
2 | |
3 | clean() { |
4 | printf "\t¤ Clean previous build" |
5 | find latex/$1/build -mindepth 1 -delete |
6 | echo |
7 | } |
8 | |
9 | build() { |
10 | printf "\t¤ Generation of the PDF format\n" |
11 | latexmk -r ./latex/global/latexmkrc -pdfxe ./latex/$1/main/$1_manual \ |
12 | # 1> /dev/null |
13 | [ -f ./latex/$1/build/$1_manual.pdf ] && mv ./latex/$1/build/$1_manual.pdf . |
14 | echo |
15 | } |
Note: See TracBrowser
for help on using the repository browser.