File: simple.bib

package info (click to toggle)
libtext-bibtex-perl 0.91-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,528 kB
  • sloc: ansic: 10,706; perl: 1,991; makefile: 9
file content (18 lines) | stat: -rw-r--r-- 643 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
% a sample "regular" entry (ie. not a @comment, @preamble, or @string)

@book{abook, 
title = {A } # "Book",                   % an in-entry comment
editor = {  John Q.  Random} # junk,
publisher = {Foo Bar \& Sons}, 
year = 1922
}
@string(macro = "macro  text ",
        foo = {blah blah  } # " ding dong ")

% this is a lexical comment, which is never seen by the grammar and
% thus can't be tested (well, not yet at least)

@comment(this is a comment entry, anything at all can go in it (as long
         as parentheses are balanced), even {braces})
@preamble{" This is   a preamble" # 
          {---the concatenation of several strings}}