/
githubmirror
/
pandoc
Обзор
Документация
Войти
/
githubmirror
/
pandoc
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/command/issue437.csl
26 строк
856 B
John MacFarlane
Add built-in citation support using new citeproc library.
21 сен 2020, 20:15
21 сен 2020, 20:15
e0984a4
Код
Авторство
О чём код?
<?xml version="1.0" encoding="utf-8"?> <style xmlns="http://purl.org/net/xbiblio/csl" class="note" default-locale="en-US" version="1.0"> <info> <title>Minimal style to reproduce bug</title> <id>http://www.example.org/styles/minimal-test-style</id> <author> <name>Nicolas Chachereau</name> <email>nicolas@nchachereau.ch</email> </author> <updated>2020-01-27T14:27:45+01:00</updated> </info> <citation> <layout> <group delimiter=", "> <names variable="author"/> <text variable="title"/> <text variable="publisher-place"/> <date variable="issued" form="numeric" date-parts="year"/> <group delimiter=" "> <number variable="number-of-pages"/> <label variable="number-of-pages"/> </group> </group> </layout> </citation> </style>