public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
From: Ulrike Fischer <luatex-bMiYgyzgJ3Ab1SvskN2V4Q@public.gmane.org>
To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
Subject: Re: How to use LaTeX command "\write18{}" in Pandoc
Date: Thu, 13 Jul 2017 16:31:47 +0200	[thread overview]
Message-ID: <xrwf1rqnc3pu.dlg@nililand.de> (raw)
In-Reply-To: <20170712114354.GA21458@MacBook-Air-2.local>

Am Wed, 12 Jul 2017 13:43:54 +0200 schrieb John MacFarlane:

> I can modify the LaTeX reader so it handles this special
> case better.  (A LaTeX control sequence must be a sequence
> of letters -- here the '18' specifies a file handle, I
> think.)
> 
> In the mean time, try defining a macro synonym:
> 
> \newcommand{\mywrite}[1]{\write18{#1}}
> 
> and then use `\mywrite`.

There is no need for an own command.  Load the shellesc package and
use 

   \ShellEscape and \DelayedShellEscape 

instead of \immediate\write18 and \write18 -- it is recommended
anyway as it has the benefit to also work with luatex where \write18
no longer exists. 



-- 
Ulrike Fischer 
http://www.troubleshooting-tex.de/


  parent reply	other threads:[~2017-07-13 14:31 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-12  8:10 sven.androd-Re5JQEeQqe8AvxtiuMwx3w
     [not found] ` <9a1c3693-5d46-4de0-921b-3408ca893bad-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2017-07-12 11:43   ` John MacFarlane
     [not found]     ` <20170712114354.GA21458-jF64zX8BO091tJRe0FUodcM6rOWSkUom@public.gmane.org>
2017-07-12 12:04       ` sven.androd-Re5JQEeQqe8AvxtiuMwx3w
2017-07-13 14:31     ` Ulrike Fischer [this message]
     [not found]       ` <xrwf1rqnc3pu.dlg-bMiYgyzgJ3Ab1SvskN2V4Q@public.gmane.org>
2017-07-15 11:22         ` sven.androd-Re5JQEeQqe8AvxtiuMwx3w

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=xrwf1rqnc3pu.dlg@nililand.de \
    --to=luatex-bmiygyzgj3ab1svskn2v4q@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).