public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
From: Pa Sc <ideas-and-peanutbutter-zqRNUXuvxA0b1SvskN2V4Q@public.gmane.org>
To: pandoc-discuss <pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
Subject: Re: Help with Lua filter for markdown to LaTeX with Pandoc
Date: Sat, 25 Mar 2023 15:44:24 -0700 (PDT)	[thread overview]
Message-ID: <6a7dabf5-1fda-4825-9d21-193b63363937n@googlegroups.com> (raw)
In-Reply-To: <ZB94bf//ef6J/nsc@localhost>


[-- Attachment #1.1: Type: text/plain, Size: 1148 bytes --]

Yeah, I have a MWE here: 
https://tex.stackexchange.com/questions/680766/help-with-lua-filter-for-markdown-to-latex-with-pandoc

As for the command:
```
mkdir -p /home/ME/Documents/Obsidian/Output/{{title}} 
pandoc -r markdown-auto_identifiers -w latex {{file_path:absolute}} -o 
/home/ME/Documents/Obsidian/Output/{{title}}/{{title}}.tex 
--template="/home/ME/Documents/LaTeX/My 
Templates/Proposal/default-proposal.tex" 
--lua-filter=/home/ME/Documents/LaTeX/Filters/highlight.lua 
--lua-filter=/home/ME/Documents/LaTeX/Filters/highlight-period.lua 
--lua-filter=/home/ME/Documents/LaTeX/Filters/Span.lua 
--lua-filter=/home/ME/Documents/LaTeX/Filters/highlight-red.lua 
--lua-filter=/home/ME/Documents/LaTeX/Filters/Span-red.lua 
```

-- 
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/6a7dabf5-1fda-4825-9d21-193b63363937n%40googlegroups.com.

[-- Attachment #1.2: Type: text/html, Size: 1508 bytes --]

  reply	other threads:[~2023-03-25 22:44 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-25 12:42 Pa Sc
     [not found] ` <79ac7814-9558-4d49-a682-cf31f970d27dn-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2023-03-25 14:38   ` Bastien DUMONT
2023-03-25 22:01     ` Pa Sc
     [not found]       ` <bb3c6fab-dee9-48c4-81e4-7db67bc6931an-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2023-03-25 22:40         ` Bastien DUMONT
2023-03-25 22:44           ` Pa Sc [this message]
     [not found]             ` <6a7dabf5-1fda-4825-9d21-193b63363937n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2023-03-25 23:08               ` Bastien DUMONT
2023-03-26  9:42                 ` Pa Sc
     [not found]                   ` <aded6fcf-0720-4fea-a873-af2cacfb8281n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2023-03-26  9:53                     ` Bastien DUMONT
2023-03-26 10:33                       ` Pa Sc
     [not found]                         ` <39893365-8248-4286-ae04-560895d69212n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2023-03-26 18:51                           ` Bastien DUMONT

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=6a7dabf5-1fda-4825-9d21-193b63363937n@googlegroups.com \
    --to=ideas-and-peanutbutter-zqrnuxuvxa0b1svskn2v4q@public.gmane.org \
    --cc=pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).