~ubuntu-branches/ubuntu/quantal/pandoc/quantal

« back to all changes in this revision

Viewing changes to tests/markdown-citations.txt

  • Committer: Package Import Robot
  • Author(s): Clint Adams, Kiwamu Okabe, Jonas Smedegaard, Clint Adams
  • Date: 2012-03-04 20:35:25 UTC
  • mfrom: (3.1.12 sid)
  • Revision ID: package-import@ubuntu.com-20120304203525-9rr3xli9gxlefshr
Tags: 1.9.1.1-1
* New upstream release.

[ Kiwamu Okabe ]
* Allow DM uploads.
* New debian/watch file to scan pandoc 1.9
* Bump standards-version to 3.9.3.
* Move maintenance to Haskell team, with Jonas and Kiwamu as
  uploaders.
* Add new (build-)dependencies:
  + libghc-blaze-html-*
  + libghc-temporary-*
  + libghc-zlib-*
  Drop obsolete (build-)dependency:
  + libghc-deepseq-*
  Tighten build-dependencies:
  + libghc-http-dev
  + libghc-texmath-dev
  + libghc-pandoc-types-dev
  + libghc-json-dev
  + libghc-highlighting-kate-dev

[ Jonas Smedegaard ]
* Newline-delimit uploaders field.
* Update copyright file:
  + Extend copyright years.
  + Adapt a Files section.
  + Bump copyright format to final version 1.0.
* Update long descriptions:
  + Mention newly supported output formats:
    - Word Docx
    - AsciiDoc
    - DZSlides.
  + Explicitly mention output formats XHTML and HTML 5.
  + Explicitly mention out put (sub)format LaTeX beamer.
  + No longer mention markdown2pdf: Dropped upstream.

[ Clint Adams ]
* Move -doc build dependencies to Build-Depends-Indep.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Pandoc with citeproc-hs
 
1
Pandoc with citeproc-hs
 
2
=======================
2
3
 
3
4
-   [@nonexistent]
4
5
 
10
11
 
11
12
-   @item1 [p. 30, with suffix] says blah.
12
13
 
13
 
-   @item1 [-@item2 p. 30; see also @item3] says blah.
 
14
-   @item1 [-@item2 p. 30; see also @пункт3] says blah.
14
15
 
15
16
-   In a note.[^1]
16
17
 
17
 
-   A citation group [see @item1 p. 34-35; also @item3 chap. 3].
 
18
-   A citation group [see @item1 chap. 3; also @пункт3 p. 34-35].
18
19
 
19
20
-   Another one [see @item1 p. 34-35].
20
21
 
28
29
 
29
30
-   With some markup [*see* @item1 p. **32**].
30
31
 
31
 
# References
32
 
 
33
 
[^1]: A citation without locators [@item3].
34
 
 
35
 
[^2]: Some citations [see @item2 chap. 3; @item3; @item1].
 
32
References
 
33
==========
 
34
 
 
35
[^1]: A citation without locators [@пункт3].
 
36
 
 
37
[^2]: Some citations [see @item1 chap. 3; @пункт3; @item2].
36
38
 
37
39
[^3]: Like a citation without author: [-@item1], and now Doe with a locator [-@item2 p. 44].