From aa08b4cd677b975cf63c451a3414df447e31b55c Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 9 Aug 2015 09:45:32 -0700 Subject: LaTeX template: move abstract to before `\maketitle`. See http://tex.stackexchange.com/questions/139469/to-have-abstract-in-the-docu ment-class-revtex --- data/templates | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data/templates/default.man') diff --git a/data/templates b/data/templates index d171db3e6..988a71231 160000 --- a/data/templates +++ b/data/templates @@ -1 +1 @@ -Subproject commit d171db3e6d28134e0f98ba10c60ac8c13380a480 +Subproject commit 988a712310194d1994b71aacfc42616c6c75ac06 -- cgit v1.2.3 From 788cea91334f70f739742a0e2727c6c07bf2e329 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 11 Aug 2015 11:44:21 -0700 Subject: Revert "LaTeX template: move abstract to before `\maketitle`." This reverts commit aa08b4cd677b975cf63c451a3414df447e31b55c. --- data/templates | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data/templates/default.man') diff --git a/data/templates b/data/templates index 988a71231..d171db3e6 160000 --- a/data/templates +++ b/data/templates @@ -1 +1 @@ -Subproject commit 988a712310194d1994b71aacfc42616c6c75ac06 +Subproject commit d171db3e6d28134e0f98ba10c60ac8c13380a480 -- cgit v1.2.3 From ef18b83c5857a9f26e1fa2a608ccfa8ef38df2ea Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 11 Aug 2015 11:47:11 -0700 Subject: LaTeX template: reverted change in abstract position. --- data/templates | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data/templates/default.man') diff --git a/data/templates b/data/templates index d171db3e6..8ea41996b 160000 --- a/data/templates +++ b/data/templates @@ -1 +1 @@ -Subproject commit d171db3e6d28134e0f98ba10c60ac8c13380a480 +Subproject commit 8ea41996bf982835ab0d7559d2801e93c8b8f91b -- cgit v1.2.3 From 8a43530380993e3a85bb8e2f0c082dec287ea5ca Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 25 Sep 2015 10:37:12 -0700 Subject: LaTeX, ConTeXt templates: more specific language variables. Instead of directly using `lang`, we now use `babel-lang` and `polyglossia-lang` and `context-lang`. These variables are set by the writers to the necessary values, based on the `lang` variable (which now always takes a value in BCP47 format). --- data/templates | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data/templates/default.man') diff --git a/data/templates b/data/templates index 8ea41996b..04bdf5a9b 160000 --- a/data/templates +++ b/data/templates @@ -1 +1 @@ -Subproject commit 8ea41996bf982835ab0d7559d2801e93c8b8f91b +Subproject commit 04bdf5a9b789ed4998527a57d52714ccadfedc21 -- cgit v1.2.3 From 0a2773bd1b66429992a26d83462d71484d1198d3 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 26 Sep 2015 17:07:22 -0700 Subject: Changes to templates to support handling of bidirectional text. (LaTeX, ConTeXt, HTML) --- data/templates | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data/templates/default.man') diff --git a/data/templates b/data/templates index 04bdf5a9b..e5aacec78 160000 --- a/data/templates +++ b/data/templates @@ -1 +1 @@ -Subproject commit 04bdf5a9b789ed4998527a57d52714ccadfedc21 +Subproject commit e5aacec7899231e8ac349281aa4d38f8055200b0 -- cgit v1.2.3 From 4443af4d8d9d1ac847460c8edd77b4e9d0d9b273 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 29 Sep 2015 10:00:57 -0700 Subject: Beamer template: allow setting outer/inner theme. --- data/templates | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data/templates/default.man') diff --git a/data/templates b/data/templates index e5aacec78..2f5f53960 160000 --- a/data/templates +++ b/data/templates @@ -1 +1 @@ -Subproject commit e5aacec7899231e8ac349281aa4d38f8055200b0 +Subproject commit 2f5f539605782f41b0059c46b2ba0a5dfc723540 -- cgit v1.2.3 From 6d0e586b2d5f71bbbfccb9978329e6fadfb85b7b Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 3 Oct 2015 17:01:01 -0700 Subject: Template updates. Beamer: added `innertheme`, `outertheme` variables. LaTeX: added `mainfontoptions`, `sansfontoptions`, `monofontoptions`, `mathfontoptions`, `fontfamilyoptions`. --- data/templates | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data/templates/default.man') diff --git a/data/templates b/data/templates index 2f5f53960..229ec44bb 160000 --- a/data/templates +++ b/data/templates @@ -1 +1 @@ -Subproject commit 2f5f539605782f41b0059c46b2ba0a5dfc723540 +Subproject commit 229ec44bb6ae116d5cf613bba0486f3757f9cd0d -- cgit v1.2.3 From 15a5993f2ec84d59940abb59ebf31f6a868db4be Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 4 Oct 2015 21:44:07 -0700 Subject: Updated latex template to work better with tufte... and other packages that include hyperref or color. Thanks to Xavier Olive. --- data/templates | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data/templates/default.man') diff --git a/data/templates b/data/templates index 229ec44bb..cddd99ccb 160000 --- a/data/templates +++ b/data/templates @@ -1 +1 @@ -Subproject commit 229ec44bb6ae116d5cf613bba0486f3757f9cd0d +Subproject commit cddd99ccb2aad9056b16f712b4d37a2bbecdcf46 -- cgit v1.2.3 From 1eda820c04cdf999ee449221bdc9d0aedc5a05ce Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 7 Oct 2015 09:48:39 -0700 Subject: Beamer template: Added space after colon in figure caption. --- data/templates | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data/templates/default.man') diff --git a/data/templates b/data/templates index cddd99ccb..159a15c96 160000 --- a/data/templates +++ b/data/templates @@ -1 +1 @@ -Subproject commit cddd99ccb2aad9056b16f712b4d37a2bbecdcf46 +Subproject commit 159a15c96c7eac5113c3cfb15fc3b69a45871a7f -- cgit v1.2.3 From ce07f1bd689662f8917bf76797527b429e633cbd Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 10 Oct 2015 13:13:42 -0700 Subject: Man template improvements: - Added comment stating that the page is autogenerated by pandoc, giving version. - Added `adjusting` and `hyphenate` variables. - Documented new variables. --- data/templates | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data/templates/default.man') diff --git a/data/templates b/data/templates index 159a15c96..627f9344b 160000 --- a/data/templates +++ b/data/templates @@ -1 +1 @@ -Subproject commit 159a15c96c7eac5113c3cfb15fc3b69a45871a7f +Subproject commit 627f9344b38c38c8c60c03a780d2a90ec7e33660 -- cgit v1.2.3 From e92fc4455b29e805f5867ea44838a79800602ab9 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 10 Oct 2015 13:53:42 -0700 Subject: Adjusted latex template for changes to polyglossia-lang variable. --- data/templates | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data/templates/default.man') diff --git a/data/templates b/data/templates index 627f9344b..f32abb961 160000 --- a/data/templates +++ b/data/templates @@ -1 +1 @@ -Subproject commit 627f9344b38c38c8c60c03a780d2a90ec7e33660 +Subproject commit f32abb9617f8b1cc8defe493b94ccf4d4e79600b -- cgit v1.2.3 From 3cce552ff33575934cf8e6cb09991bf9bf364acd Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 10 Oct 2015 14:06:30 -0700 Subject: reveal.js template: add controls, progress variables. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Thanks to Grégoire Pineau. --- data/templates | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data/templates/default.man') diff --git a/data/templates b/data/templates index f32abb961..0081fa930 160000 --- a/data/templates +++ b/data/templates @@ -1 +1 @@ -Subproject commit f32abb9617f8b1cc8defe493b94ccf4d4e79600b +Subproject commit 0081fa9306e0fb4f923020596d23c642aac67945 -- cgit v1.2.3 From e3a5abc64ff8067bbbe27c45c637d83c55d5d8b0 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 10 Oct 2015 16:07:41 -0700 Subject: Removed xltxtra, xunicode from LaTeX template. Thanks Andrew Dunning. Updated tests and changelog. --- data/templates | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data/templates/default.man') diff --git a/data/templates b/data/templates index 0081fa930..ff0db28a2 160000 --- a/data/templates +++ b/data/templates @@ -1 +1 @@ -Subproject commit 0081fa9306e0fb4f923020596d23c642aac67945 +Subproject commit ff0db28a2c81dd086e75ff15a749a2fbb8405ad2 -- cgit v1.2.3 From 309ff7a6da980059258c8d97aea8db51c178c45b Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 13 Oct 2015 20:35:18 -0700 Subject: Template changes: - Move HTML5 shiv after CSS (Andrew Dunning). - Fix HTML5 shiv URL (Andrew Dunning). - Add dir attribute in html5 (Andrew Dunning). - Realign beamer and LaTeX templates (Andrew Dunning). --- data/templates | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data/templates/default.man') diff --git a/data/templates b/data/templates index ff0db28a2..aad70de99 160000 --- a/data/templates +++ b/data/templates @@ -1 +1 @@ -Subproject commit ff0db28a2c81dd086e75ff15a749a2fbb8405ad2 +Subproject commit aad70de992f15aa87ed0d6be297b3c02b49ff847 -- cgit v1.2.3 From de77bc730ae75b8720b80a7c0632f64a78ec800f Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 14 Oct 2015 10:06:41 -0700 Subject: LaTeX template: Add fontenc, indent, subparagraph variables. Thanks to Andrew Dunning. --- data/templates | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data/templates/default.man') diff --git a/data/templates b/data/templates index aad70de99..16a172d79 160000 --- a/data/templates +++ b/data/templates @@ -1 +1 @@ -Subproject commit aad70de992f15aa87ed0d6be297b3c02b49ff847 +Subproject commit 16a172d79ca6e8b2aa77016c95654e4181ffea37 -- cgit v1.2.3 From 3f9dd655728ce3af2419c01c316187480860ed6f Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 14 Oct 2015 20:47:18 -0700 Subject: reveal.js template changes (Andrew Dunning). - Add width, height variables to reveal.js. - Update reveal.js template from 3.1 source. All configuration options are now available as variables, but are only be included if set (reveal.js uses defaults otherwise). --- data/templates | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data/templates/default.man') diff --git a/data/templates b/data/templates index 16a172d79..319b64136 160000 --- a/data/templates +++ b/data/templates @@ -1 +1 @@ -Subproject commit 16a172d79ca6e8b2aa77016c95654e4181ffea37 +Subproject commit 319b641365d23a3a5f84c569a35dbaeef4362b9b -- cgit v1.2.3