aboutsummaryrefslogtreecommitdiff
path: root/data
AgeCommit message (Expand)AuthorFilesLines
2021-03-16Remove JS comment from HTML (#7154)Florian Kohrt1-1/+1
2021-03-14Handle 'nocite' better with --biblatex and --natbib.John MacFarlane1-0/+3
2021-03-11JATS templates: support 'equal-contrib' attrib for authorsAlbert Krewinkel2-2/+2
2021-02-26Wrap url colours in braces in the default LaTeX template (#7121)Loïc Grobol1-4/+4
2021-02-20revealjs writer: add 'center' option for vertical slide centering.maurerle1-0/+4
2021-02-19Update default ODT styleLorenzo1-1/+1
2021-02-18Revert "LaTeX template: disable `` ?` `` and `` !` `` ligatures."John MacFarlane1-1/+0
2021-02-18LaTeX template: disable `` ?` `` and `` !` `` ligatures.John MacFarlane1-0/+1
2021-02-15JATS writer: add date-type to pub-date elementsAlbert Krewinkel1-1/+1
2021-02-15JATS writer: replace attribute "pub-type" with "publication-format".Albert Krewinkel1-3/+3
2021-02-03LaTeX template: Update to iftex package (#7073)Andrew Dunning1-11/+11
2021-02-01Add default.bibtex to repository.John MacFarlane1-0/+10
2021-02-01BibTeX writer: use doclayout and doctemplate.John MacFarlane1-0/+10
2021-01-29JATS templates: tag author.name as string-nameAlbert Krewinkel2-0/+4
2021-01-12Docx writer: handle table header using styles.John MacFarlane1-0/+15
2021-01-10JATS writer: fix citations (#7018)Albert Krewinkel1-203/+0
2021-01-10Update default CSL to use latest chicago-author-date.csl.John MacFarlane1-2/+12
2021-01-06Remove `\setupthinrules` from default context template.John MacFarlane1-2/+0
2020-12-27Use meta-description instead of description in templates.John MacFarlane2-4/+4
2020-12-27templates: added the `description` metatag to both html4 and html5 templates ...Jerry Sky2-0/+6
2020-12-20LaTeX writer: support colspans and rowspans in tables. (#6950)Albert Krewinkel1-0/+3
2020-12-18Remove data/templates/README.markdown.John MacFarlane1-49/+0
2020-12-18Remove data/make-reference-files.hs.John MacFarlane1-27/+0
2020-12-18Remove some extraneous files in data directory.John MacFarlane3-89/+0
2020-12-07LaTeX template: include csquotes package if csquotes variable set.John MacFarlane1-0/+3
2020-12-02Add translations zh-Hans.yaml and zh-Hant.yaml Kolen Cheung2-0/+44
2020-11-27EPUB: use preserveAspectRatio="xMidYMid" for cover image (#6895)Shin Sang-jae2-2/+2
2020-11-25latex template: put back amssymbJohn MacFarlane1-3/+1
2020-11-25LaTeX writer: improve longtable output.John MacFarlane1-1/+1
2020-11-25latex template: disable language-specific shorthands in babel.John MacFarlane1-1/+4
2020-11-23JATS template: allow array of persistent institute ids in `pid`Albert Krewinkel1-0/+3
2020-11-20JATS writer: support author affiliations (#6867)Albert Krewinkel3-6/+43
2020-11-19reveal.js template fixes.John MacFarlane1-8/+16
2020-11-18latex template: add a `\break` after parbox in CSLRightInline.John MacFarlane1-1/+1
2020-11-18latex template: fix number of params on CSLReferences.John MacFarlane1-1/+1
2020-11-18Replace org #+KEYWORDS with #+keywordsTEC1-3/+3
2020-11-03man template: change tbl comment to `'\" t`.John MacFarlane1-1/+1
2020-11-03LaTeX template: fix `\CSLRightInline`...John MacFarlane1-3/+3
2020-11-02Default CSS tweaks.John MacFarlane1-15/+14
2020-11-01Default CSS: avoid padding and color if monobackgroundcolor not given.John MacFarlane1-3/+7
2020-11-01Updates to default CSS (#6786)Mauro Bieg1-10/+39
2020-10-31JATS templates: ensure jats_publishing output is validAlbert Krewinkel1-0/+13
2020-10-29LaTeX writer: Improved calculation of table column widths.John MacFarlane1-0/+1
2020-10-22ConTeXt template: adds \setupinterlinespace to fonts larger than normal (#6763)Denis Maier1-3/+3
2020-10-19Do not load amssymb if not needed (#6762)Angelo Peronio1-1/+3
2020-10-13default.latex: fix CSLReference macro definition.John MacFarlane1-3/+2
2020-10-08Fix apparent typos in sample.lua (#6729)William Lupton1-8/+7
2020-09-24Support toc-depth option for ODT writer (#6697)niszet1-1/+1
2020-09-21Add built-in citation support using new citeproc library.John MacFarlane3-4/+691
2020-09-20Lua filters: add SimpleTable for backwards compatibility (#6575)Albert Krewinkel1-0/+24