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.
Changeset 9347 for branches/2017/dev_merge_2017/DOC/clean.sh – NEMO

Ignore:
Timestamp:
2018-02-23T10:31:55+01:00 (7 years ago)
Author:
nicolasmartin
Message:

Fix LaTeX compilation error on tilde special symbol in \subsubsection, add the use of silence LaTeX package to filter the verbosity of outputs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_merge_2017/DOC/clean.sh

    r6997 r9347  
     1#!/bin/bash 
     2 
    13rm -f $( ls -1 NEMO_book.* | egrep -v "(tex|pdf)" ) *mpgraph* 
    2 rm -f Chapters/*.aux Chapters/*.log 
     4find TexFiles -regextype posix-extended -regex ".*\.(aux|log)" -exec rm -f {} \; 
     5 
     6exit 0 
Note: See TracChangeset for help on using the changeset viewer.