summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.markdown49
-rw-r--r--styles.html3
2 files changed, 52 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown
new file mode 100644
index 0000000..4fca1cb
--- /dev/null
+++ b/README.markdown
@@ -0,0 +1,49 @@
1The [pandoc-templates] repository contains default templates for [pandoc].
2
3If you use custom templates, we recommend forking this
4repository, so that you can integrate changes to the default
5templates in future pandoc releases.
6
7This repository is a subtree of [pandoc]; it will be updated
8each time there is a new pandoc release. However, changes to
9templates are made first in [pandoc]; thus, issues and pull
10requests should be made [pandoc]'s issue tracker rather than
11here.
12
13[pandoc]: https://github.com/jgm/pandoc
14[pandoc-templates]: https://github.com/jgm/pandoc-templates
15
16All of the templates in this repository are dual licensed, under both
17the GPL (v2 or higher, same as pandoc) and the BSD 3-clause license
18(included below).
19
20Copyright (c) 2014--2019, John MacFarlane
21
22All rights reserved.
23
24Redistribution and use in source and binary forms, with or without
25modification, are permitted provided that the following conditions are met:
26
27* Redistributions of source code must retain the above copyright
28 notice, this list of conditions and the following disclaimer.
29
30* Redistributions in binary form must reproduce the above
31 copyright notice, this list of conditions and the following
32 disclaimer in the documentation and/or other materials provided
33 with the distribution.
34
35* Neither the name of John MacFarlane nor the names of other
36 contributors may be used to endorse or promote products derived
37 from this software without specific prior written permission.
38
39THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
40"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
41LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
42A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
43OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
44SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
45LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
46DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
47THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
48(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
49OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/styles.html b/styles.html
index 34cd4de..ea92c39 100644
--- a/styles.html
+++ b/styles.html
@@ -10,3 +10,6 @@ $endif$
10$if(highlighting-css)$ 10$if(highlighting-css)$
11$highlighting-css$ 11$highlighting-css$
12$endif$ 12$endif$
13$if(displaymath-css)$
14.display.math{display: block; text-align: center; margin: 0.5rem auto;}
15$endif$