Changeset 44 for trunk


Ignore:
Timestamp:
03/11/08 12:40:40 (16 years ago)
Author:
pinsard
Message:

add bibtex intput (just beginning)

Location:
trunk
Files:
4 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bibopa.sh

    r33 r44  
    3434# $ ./bibopa.sh -i /Users/smasson/Bibopa/biball.txt -t raw 
    3535# $ ./bibopa.sh -i data/mail2007-04-25T08:58:16Z.txt -t mailbody 
     36# $ ./bibopa.sh -i data/petitpoly.bib -t bibtex 
    3637# 
    3738# see also mailtouser.sh 
     
    4546# ++ option debug 
    4647# $Id$ 
     48# fplod 2008-03-11T11:25:27Z aedon.locean-ipsl.upmc.fr (Darwin) 
     49# add bibtex entry (not finished)++ 
    4750# fplod 2007-06-20T17:18:02Z aedon.locean-ipsl.upmc.fr (Darwin) 
    4851# <bibliomisc role="id"> replace by <biblioid class="doi"> 
     
    144147 #read a #++ if debug 
    145148;; 
     149bibtex) # file like data/petitpoly.bib 
     150 fileraw=/tmp/$(basename ${filein}).raw 
     151 echo "not yet implented. sorry." 
     152 exit 1 
     153;; 
    146154*) 
    147    echo "eee : type should be raw or mailbody" 
     155   echo "eee : type should be raw, mailbody or bibtex" 
    148156   exit 1 
    149157;; 
Note: See TracChangeset for help on using the changeset viewer.