Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"latex input:" ignored in v6.5.2 #189

Closed
jmbhill opened this issue Jul 19, 2020 · 1 comment
Closed

"latex input:" ignored in v6.5.2 #189

jmbhill opened this issue Jul 19, 2020 · 1 comment

Comments

@jmbhill
Copy link

jmbhill commented Jul 19, 2020

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, but the "latex footer" appears to work. Below I am using the sample.txt file from the github gallery.

benson@Bensons-MBP> 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> 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> multimarkdown --v | grep 5
MultiMarkdown version 5.4.0
 benson@Bensons-MBP> multimarkdown -t latex sample.txt | grep input
\input{mmd-article-header}
\input{mmd-natbib-plain}
\input{mmd-article-begin-doc}
\input{mmd-memoir-footer}
@fletcher
Copy link
Owner

LaTeX configuration is different in v6. The metadata keys are described in the documentation:

https://fletcher.github.io/MultiMarkdown-6/syntax/metadata.html#latexconfig

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants