File: Citations.text

package info (click to toggle)
libtext-multimarkdown-perl 1.000035-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 1,772 kB
  • ctags: 148
  • sloc: perl: 2,186; makefile: 8
file content (32 lines) | stat: -rw-r--r-- 817 bytes parent folder | download | duplicates (6)
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

Handle MultiMarkdown-style citations.


This is a borrowed idea[p. 23][#Doe:1996].

> This is a cited blockquote without a page reference.[][#Smith:2005].

And a plain paragraph.


And a code block that is not a citation:

	This is not a citation[p. 5][#Doe:1996].


And a work by Johnson that is not cited, but should be included in bibliography:
[Not cited][#Johnson:1996]

And multiple citations.[p. 3][#Doe:1996][p. 10][#Smith:2005]

How about a citation within a footnote? [^footcite]

[#Smith:2005]:	James Smith. Some interesting paper. *Some Journal*, 1(2): 101-123, 2005.

[#Doe:1996]:	John Doe. *Some Book*. Blog Books, 1996.

[#Johnson:1996]:	Bill Johnson. *Some Book*. Blog Books, 1996.

[#James:1996]:	John James. *Some Book*. Blog Books, 1996.

[^footcite]: As described previously. [p. 12][#Smith:2005]