/[bibulus]/bibulus/LaTeX/bibulustex
ViewVC logotype

Diff of /bibulus/LaTeX/bibulustex

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

revision 1.8 by twid, Sun Jul 20 20:36:24 2003 UTC revision 1.9 by twid, Mon Jul 21 12:52:42 2003 UTC
# Line 9  my $terse = 0; Line 9  my $terse = 0;
9    
10  my $bib = new Bibulus::LaTeX;  my $bib = new Bibulus::LaTeX;
11  $bib->inlinecrossref(2); # standard for BibTeX  $bib->inlinecrossref(2); # standard for BibTeX
12  $bib->setmainlang('da');  $bib->setmainlang('en'); # default language for BibTeX
13    
14  # Parse command line:  # Parse command line:
15  foreach (@ARGV) {  foreach (@ARGV) {
16    if (/^--?min-crossrefs=(\d+)$/) {    if (/^--?min-crossrefs=(\d+)$/) {
17      $bib->inlinecrossref($1);      $bib->inlinecrossref($1);
18      } elsif (/^--?language=(\w+)$/) {
19        $bib->setmainlang($1);
20    } elsif (/^--?terse$/) {    } elsif (/^--?terse$/) {
21      $bib->verbose(0);      $bib->verbose(0);
22      $terse = 1;      $terse = 1;
# Line 53  Usage: bibulustex [OPTION]... AUXFILE[.a Line 55  Usage: bibulustex [OPTION]... AUXFILE[.a
55  -help                  display this help and exit  -help                  display this help and exit
56  -version               output version information and exit  -version               output version information and exit
57  -debug                 print debugging information while running  -debug                 print debugging information while running
58    -language=LN           output bibliography in language LN (two-letter ISO code)
59    
60  Email bug reports to twid\@cpan.org  Email bug reports to twid\@cpan.org
61  EOT;  EOT;
# Line 80  Write bibliography for entries in AUXFIL Line 83  Write bibliography for entries in AUXFIL
83   -help                  display this help and exit   -help                  display this help and exit
84   -version               output version information and exit   -version               output version information and exit
85   -debug                 print debugging information while running   -debug                 print debugging information while running
86     -language=LN           output bibliography in language LN (two-letter ISO code)
87    
88  =head1 BUGS  =head1 BUGS
89    

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

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