New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
shr_func.sh in NEMO/branches/2019/dev_r11085_ASINTER-05_Brodeau_Advanced_Bulk/doc/tools – NEMO

source: NEMO/branches/2019/dev_r11085_ASINTER-05_Brodeau_Advanced_Bulk/doc/tools/shr_func.sh @ 11831

Last change on this file since 11831 was 11831, checked in by laurent, 4 years ago

Update the branch to r11830 of the trunk!

  • Property svn:executable set to *
File size: 360 bytes
Line 
1#!/bin/sh
2
3clean() {
4    printf "\t¤ Clean previous build"
5    find latex/$1/build -mindepth 1 -delete
6
7    echo
8}
9
10build() {
11    printf "\t¤ Generation of the PDF format\n"
12    latexmk -r  ./latex/global/latexmk.pl -pdfxe ./latex/$1/main/$1_manual \
13#  1> /dev/null
14    [ -f ./latex/$1/build/$1_manual.pdf ] && mv ./latex/$1/build/$1_manual.pdf .
15    echo
16}
Note: See TracBrowser for help on using the repository browser.