-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix compatibility with csquotes (close #21)
- Loading branch information
Showing
11 changed files
with
2,690 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
\input{regression-test} | ||
|
||
\documentclass{article} | ||
|
||
\input{csl-test} | ||
\pagestyle{empty} | ||
|
||
\usepackage{citation-style-language} | ||
|
||
\usepackage{csquotes} | ||
|
||
\cslsetup{style = chicago-note-bibliography} | ||
\addbibresource{test.bib} | ||
|
||
|
||
\begin{document} | ||
|
||
\START | ||
\showoutput | ||
|
||
% https://github.com/zepinglee/citeproc-lua/issues/21 | ||
|
||
\enquote{Lorem ipsum.\cite{ITEM-1}} | ||
|
||
\blockquote{Lorem ipsum.\cite{ITEM-2}} | ||
|
||
\blockquote{% | ||
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. | ||
Ut purus elit, vestibulum ut, placerat ac, adipiscing vitae, felis. | ||
Curabitur dictum gravida mauris. | ||
Nam arcu libero, nonummy eget, consectetuer id, vulputate a, magna. | ||
Donec vehicula augue eu neque.\cite{ITEM-2} | ||
} | ||
|
||
\clearpage | ||
|
||
\end{document} |
Oops, something went wrong.