public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
From: John MacFarlane <jgm-TVLZxgkOlNX2fBVCVOL8/A@public.gmane.org>
To: J <lixichen-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
	pandoc-discuss
	<pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
Subject: Re: The \mathlarger command from relsize package does not work for .md -> .docx conversion.
Date: Sat, 21 Apr 2018 12:41:01 -0700	[thread overview]
Message-ID: <m2r2n8l54i.fsf@johnmacfarlane.net> (raw)
In-Reply-To: <8c5559ab-9ebd-45e3-9a1b-4a2e164978b6-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>


`\mathlarger` is not currently support by jgm/texmath, the library we
use for tex -> docx math conversion.  Nor is there a good prospect of
supporting it soon, since the underlying equation model doesn't include
sizes.  I'd recommend adding a latex macro redefinition for this to
your document

    \renewcommand{\mathlarger}[1]{#1}

This will allow pandoc to compile it, though the size won't be larger.


  parent reply	other threads:[~2018-04-21 19:41 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-04-21 11:06 J
     [not found] ` <8c5559ab-9ebd-45e3-9a1b-4a2e164978b6-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2018-04-21 19:41   ` John MacFarlane [this message]
     [not found]     ` <m2r2n8l54i.fsf-pgq/RBwaQ+zq8tPRBa0AtqxOck334EZe@public.gmane.org>
2018-04-22  3:31       ` J

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=m2r2n8l54i.fsf@johnmacfarlane.net \
    --to=jgm-tvlzxgkolnx2fbvcvol8/a@public.gmane.org \
    --cc=lixichen-Re5JQEeQqe8AvxtiuMwx3w@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).