File: testbib.bib

package info (click to toggle)
liblatex-driver-perl 1.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 512 kB
  • sloc: perl: 2,776; makefile: 4
file content (32 lines) | stat: -rw-r--r-- 826 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
%% This is a test bibliography merely intended for testing Template::Latex

@Book{wardley-ptt-2003,
  title =        "Perl Template Toolkit",
  author =       "Andy Wardley and Darren Chamberlain and Dave Cross",
  publisher =    "O'Reilly Media",
  year =         "2003",
}

@Book{wall-perl-2000,
  title =        "The Perl Programming Language",
  author =       "Larry Wall",
  publisher =    "O'Reilly Media",
  year =         "2003",
}

@Book{butcher-81,
  title =        "Copy-editing",
  author =       "Judith Butcher",
  publisher =    "Cambridge University Press",
  year =         "1981",
  edition =      "2nd",
}

@Book{chicago-82,
  title =        "The {C}hicago Manual of Style",
  author =       "`Chicago'",
  year =         "1982",
  publisher =    "University of Chicago Press",
  edition =      "13th",
}