/[bibulus]/bibulus/doc/README
ViewVC logotype

Diff of /bibulus/doc/README

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by twid, Sun Apr 6 22:21:34 2003 UTC revision 1.4 by twid, Sun Sep 7 11:43:38 2003 UTC
# Line 1  Line 1 
1  How to try things out:  How to try things out:
2  ======================  ======================
3    
4    BibTeX support
5    --------------
6    
7    Try the following:
8    
9    > bib2xml xampl
10    
11    You can now compare the converted file xampl.xml with the original
12    xampl.bib.  If you want to avoid UTF-8 (Unicode), use
13    
14    > bib2xml -o latin1 xampl
15    
16    or
17    
18    > bib2xml -o ascii xampl
19    
20  Bibulus  Bibulus
21  -------  -------
22    
# Line 17  Bibulus::LaTeX Line 33  Bibulus::LaTeX
33  > latex test.ltx  > latex test.ltx
34  > bibulustex test  > bibulustex test
35    
 BibTeX support  
 --------------  
   
 Try the following (Unix syntax):  
   
 > cp ../BibTeX/bib2xml.bst .  
 > cp `kpsewhich xampl.bib` .  
 > bib2xml xampl  
   
 You can now compare the converted file xampl.xml with the original  
 xampl.bib.  If you want to avoid UTF-8 (Unicode), use  
   
 > bib2xml -e latin1 xampl  
   
 or  
   
 > bib2xml -e ascii xampl  
   
 Step 1 is only necessary if you didn't place bib2xml.bst in a  
 directory searched by BibTeX as suggested by the main README.  
   
36    
37  How to start hacking:  How to start hacking:
38  =====================  =====================

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26