From: Fletcher T. Penney Date: Thu, 8 Jun 2017 02:43:58 +0000 (-0400) Subject: FIXED: Add ODF to wilcard transcluding; Fix tufte to support latex title X-Git-Tag: 6.1.0^2~22 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fa6cb1eac484447bc1a2c25bcf06756afafb3e1b;p=multimarkdown FIXED: Add ODF to wilcard transcluding; Fix tufte to support latex title --- diff --git a/.gitignore b/.gitignore index cab1836..46f6481 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ .DS_Store CHANGELOG-UNRELEASED documentation +gh-pages # Developer Tools *.pbxuser diff --git a/Sources/libMultiMarkdown/transclude.c b/Sources/libMultiMarkdown/transclude.c index 547cb2f..e0dd839 100644 --- a/Sources/libMultiMarkdown/transclude.c +++ b/Sources/libMultiMarkdown/transclude.c @@ -382,6 +382,9 @@ void mmd_transclude_source(DString * source, const char * search_path, const cha case FORMAT_MEMOIR: d_string_append(file_path, ".tex"); break; + case FORMAT_ODF: + d_string_append(file_path, ".fodt"); + break; default: d_string_append(file_path, ".txt"); break; diff --git a/texmf/tex/latex/mmd6/tufte-book/mmd6-tufte-book-begin.tex b/texmf/tex/latex/mmd6/tufte-book/mmd6-tufte-book-begin.tex index bd71c7e..21f8c21 100644 --- a/texmf/tex/latex/mmd6/tufte-book/mmd6-tufte-book-begin.tex +++ b/texmf/tex/latex/mmd6/tufte-book/mmd6-tufte-book-begin.tex @@ -1,6 +1,6 @@ -\title{\mytitle} +\title{\latextitle} \author{\myauthor} \ifx\mydate\undefined diff --git a/texmf/tex/latex/mmd6/tufte-handout/mmd6-tufte-handout-begin.tex b/texmf/tex/latex/mmd6/tufte-handout/mmd6-tufte-handout-begin.tex index 58c14f5..b453913 100644 --- a/texmf/tex/latex/mmd6/tufte-handout/mmd6-tufte-handout-begin.tex +++ b/texmf/tex/latex/mmd6/tufte-handout/mmd6-tufte-handout-begin.tex @@ -1,6 +1,6 @@ -\title{\mytitle} +\title{\latextitle} \author{\myauthor} \ifx\mydate\undefined