Changeset 110


Ignore:
Timestamp:
03/31/11 11:02:49 (13 years ago)
Author:
pinsard
Message:

minor corrections

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/adm/guides/glossary.rst

    r106 r110  
    55.. 
    66.. $Id$ 
     7.. 
     8.. - fplod 20101215T131258Z aedon.locean-ipsl.upmc.fr (Darwin) 
     9.. 
     10..   * usage of glossary directive 
    711.. 
    812.. - fplod 20101005T171446Z aedon.locean-ipsl.upmc.fr (Darwin) 
     
    1620======== 
    1721 
    18 .. _glossary: 
     22.. glossary:: 
     23   :sorted: 
    1924 
     25 
  • trunk/bibopa.sh

    r109 r110  
    127127#  $ ./bibopa.sh -p demo1 -i data/bibdemo1.txt -ti raw -l fr 
    128128# 
     129# Less official but possible: 
     130# 
     131# To transform the NEMO bibliography file written in raw format to bibtex:: 
     132# 
     133#  $ ./bibopa.sh -p nemo -ti raw -to bibtex -i bibnemo.txt 
    129134# 
    130135# SEE ALSO 
     
    150155# 
    151156# write something in the logfile ! 
     157# 
     158# handle fully written firstnames like in:: 
     159# 
     160#  Tsimplis, Michael, Marta Marcos, Jeanne Colin, Samuel Somot, Ananda Pascual, A.G.P. Shaw, 2009 : Sea level variability in the Mediterranean Sea during the 1990s on the basis of two 2d and one 3d model, Journal of Marine Systems, 78, 1, 109-123, doi:10.1016/j.jmarsys.2009.04.003 
     161# 
    152162# 
    153163# EVOLUTIONS 
     
    10991109                      ;; 
    11001110                 esac 
    1101          
    11021111                  unset jfound 
    11031112                  unset year 
     
    13361345      # 
    13371346      # clean 
    1338       echo "iii : xmlstarlet.log contains sdtout and stderr from xml command on ${fileou}" 
    1339       echo "iii : which was done just to check consistence of ${fileou}" 
     1347      echo " iii : xmlstarlet.log contains sdtout and stderr from xml command on ${fileou}" 
     1348      echo " iii : which was done just to check consistence of ${fileou}" 
    13401349      more xmlstarlet.log 
    13411350      # 
    13421351   ;; 
    13431352   bibtex) 
    1344       echo "iii : no check conformity of bibtex file" 
     1353      echo " iii : no check conformity of bibtex file" 
    13451354   ;; 
    13461355esac 
     
    13481357case ${typein} in 
    13491358   raw) 
    1350       echo "iii : ${fileraw_strict} contains a copy of input file without comments" 
     1359      echo " iii : ${fileraw_strict} contains a copy of input file without comments" 
    13511360   ;; 
    13521361   mailbody) 
    1353       echo "iii : ${fileraw} contains a copy of input file" 
    1354       echo "iii : ${fileraw_strict} contains a copy of input file without comments" 
     1362      echo " iii : ${fileraw} contains a copy of input file" 
     1363      echo " iii : ${fileraw_strict} contains a copy of input file without comments" 
    13551364   ;; 
    13561365esac 
Note: See TracChangeset for help on using the changeset viewer.