No description
Find a file
Artem Klevtsov abb9e892e4 Custom font families for beamer
Adding ability to define custom font families. Needed for correct `polyglossia` operation with Cyrillic fonts and perhaps can find some other usages. Example usage in YAML metadata:

```
fontfamilies:
- name: \cyrillicfont
  font: Liberation Serif
- name: \cyrillicfonttt
  options: Scale=MatchLowercase
  font: Liberation Mono
```
2016-09-14 16:24:12 +07:00
default.asciidoc Fix author, date in AsciiDoc; add keywords, abstract. 2015-10-22 16:03:09 -04:00
default.beamer Custom font families for beamer 2016-09-14 16:24:12 +07:00
default.commonmark Added default.commonmark template. 2015-06-02 13:22:05 +02:00
default.context Merge pull request #157 from ousia/patch-1 2015-11-20 14:46:04 -08:00
default.docbook DocBook template: Use authorgroup. 2014-04-04 21:43:02 -07:00
default.docbook5 Add docbook5 template 2016-04-30 08:11:14 -07:00
default.dokuwiki Initial work to create dokuwiki write (#386) 2013-07-14 13:39:12 +01:00
default.dzslides Initial TEI template. 2016-01-21 00:07:36 -05:00
default.epub Use creator.role instead of creator.type 2015-06-03 00:28:55 +12:00
default.epub3 Use creator.role instead of creator.type 2015-06-03 00:28:55 +12:00
default.haddock Added default.haddock. 2014-06-18 17:48:06 -07:00
default.html Realign HTML templates. 2015-10-22 18:05:18 -04:00
default.html5 Add keywords to HTML templates. 2015-10-22 18:01:27 -04:00
default.icml Use en dash to separate title-prefix. 2015-10-16 08:48:24 -04:00
default.latex Load "beamerarticle" first (if needed) 2016-08-04 16:10:02 +02:00
default.man Make sure disabling hyphenation actually works. 2015-12-01 22:33:46 -08:00
default.markdown Fixed titleblock in markdown, plain templates. 2012-08-12 19:31:20 -07:00
default.mediawiki Renamed templates from <writer>.template to default.<writer>. 2011-07-22 22:18:04 -07:00
default.opendocument opendocument template: Add "automatic-styles" tag. 2015-11-14 17:18:33 -08:00
default.opml OPML template: Use 'for' in author. 2013-06-22 11:41:51 -07:00
default.org Added #TITLE: to title in org template. 2013-06-22 15:27:05 -07:00
default.plain Fixed titleblock in markdown, plain templates. 2012-08-12 19:31:20 -07:00
default.revealjs Removed quotes from around values inserted for parallaxBackgroundHorizontal and parallaxBackgroundVertical. These values should be integers, not strings 2015-11-15 18:29:30 -08:00
default.rst rst template: Added conditional role definition for raw-latex. 2015-04-07 22:07:11 -07:00
default.rtf Added missing toc variable to default.rtf. 2013-01-05 18:23:37 -08:00
default.s5 Initial TEI template. 2016-01-21 00:07:36 -05:00
default.slideous Initial TEI template. 2016-01-21 00:07:36 -05:00
default.slidy Initial TEI template. 2016-01-21 00:07:36 -05:00
default.tei Initial TEI template. 2016-01-21 00:07:36 -05:00
default.texinfo Make texinfo encoding UTF-8 instead of utf-8. 2012-04-06 12:54:10 -07:00
default.textile Renamed templates from <writer>.template to default.<writer>. 2011-07-22 22:18:04 -07:00
default.zimwiki ZimWiki template 2016-06-29 15:56:30 -07:00
README.markdown Typo: duel->dual. (#13) 2014-08-17 09:57:11 -07:00

Templates for pandoc.

If you use custom templates, we recommend forking this repository, so that you can integrate changes to the default templates in future pandoc releases.

All of the templates in this repository are dual licensed, under both the GPL (v2 or higher, same as pandoc) and the BSD 3-clause license (included below).


Copyright (c) 2014, John MacFarlane

All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

* Redistributions of source code must retain the above copyright
  notice, this list of conditions and the following disclaimer.

* Redistributions in binary form must reproduce the above
  copyright notice, this list of conditions and the following
  disclaimer in the documentation and/or other materials provided
  with the distribution.

* Neither the name of John MacFarlane nor the names of other
  contributors may be used to endorse or promote products derived
  from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.