"latex input:" metadata command not working
I've been thinking all day that I had something misconfigured, but it looks like I've found an issue with v6.5.2.
The "latex input:" metadata command appears to be ignored. Below I am using the sample.txt file from the github gallery.
benson@Bensons-MBP ””/sandbox multimarkdown --v | grep 6
MultiMarkdown 6 v6.5.2
Copyright © 2016 - 2020 Fletcher T. Penney.
The `MultiMarkdown 6` project is released under the MIT License..
Copyright (c) 2005-2016, Troy D. Hanson
benson@Bensons-MBP ””/sandbox multimarkdown -t latex sample.txt | grep input
\input{mmd-memoir-footer}
But when I try the same thing with v5.4.0 I get this
benson@Bensons-MBP ””/sandbox multimarkdown --v | grep 5
MultiMarkdown version 5.4.0
benson@Bensons-MBP ””/sandbox multimarkdown -t latex sample.txt | grep input
\input{mmd-article-header}
\input{mmd-natbib-plain}
\input{mmd-article-begin-doc}
\input{mmd-memoir-footer}
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
1 Posted by William on 09 May, 2021 05:37 PM
latex header:
latex begin:
is how it works now
how do you get those older versions of MMD anyway?
Support Staff 2 Posted by fletcher on 10 Jun, 2021 01:15 AM
You can get old versions from github -- some by downloading, others can be compiled.