FIXED: Add ODF to wilcard transcluding; Fix tufte to support latex title

This commit is contained in:
Fletcher T. Penney 2017-06-07 22:43:58 -04:00
parent a1e8884121
commit fa6cb1eac4
4 changed files with 6 additions and 2 deletions

1
.gitignore vendored
View File

@ -1,6 +1,7 @@
.DS_Store
CHANGELOG-UNRELEASED
documentation
gh-pages
# Developer Tools
*.pbxuser

View File

@ -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;

View File

@ -1,6 +1,6 @@
\title{\mytitle}
\title{\latextitle}
\author{\myauthor}
\ifx\mydate\undefined

View File

@ -1,6 +1,6 @@
\title{\mytitle}
\title{\latextitle}
\author{\myauthor}
\ifx\mydate\undefined