public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
* pandoc stopped rendering italics in pdf
@ 2017-01-25 13:07 maxigas
       [not found] ` <87bmuvnv93.fsf-n9jSVzHk3v97cTIsrllbLx8DxYJ3ZcUVusVhqTqmwDiF9g2oxYSX0HBAO4xsPuLHQQy81PzuSJ0@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: maxigas @ 2017-01-25 13:07 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw

hi,

i used pandoc 1.13.2 happily on a Debian sid but today it stopped
rendering italics from pandoc-markdown syntax to pdf. i was using
lualatex and tried xelatex engine instead, with the same results. any
ideas what can effect this? it must have been a slightly related package
that was updated, but i have no clue which one could it have been.

i tried the Debian package that is in repository, but that is broken,
and i tried the stack install method from source, which also failed (and
took up gigabytes of space). i am on not on 64 bit and there are no
32bit packages released for pandoc. any ideas?

$ pandoc --standalone --latex-engine lualatex -o foo.pdf
--csl=/home/maxigas/foo.csl --bibliography=/home/maxigas/foo.bib foo.mkd

$ pandoc -v
pandoc 1.13.2
Compiled with texmath 0.8.0.1, highlighting-kate 0.5.11.1.
Syntax highlighting is supported for the following languages:
    abc, actionscript, ada, agda, apache, asn1, asp, awk, bash, bibtex, boo, c,
    changelog, clojure, cmake, coffee, coldfusion, commonlisp, cpp, cs, css,
    curry, d, diff, djangotemplate, dockerfile, dot, doxygen, doxygenlua, dtd,
    eiffel, email, erlang, fasm, fortran, fsharp, gcc, glsl, gnuassembler, go,
    haskell, haxe, html, ini, isocpp, java, javadoc, javascript, json, jsp,
    julia, latex, lex, lilypond, literatecurry, literatehaskell, lua, m4,
    makefile, mandoc, markdown, mathematica, matlab, maxima, mediawiki,
    metafont, mips, modelines, modula2, modula3, monobasic, nasm, noweb,
    objectivec, objectivecpp, ocaml, octave, opencl, pascal, perl, php, pike,
    postscript, prolog, pure, python, r, relaxng, relaxngcompact, rest, rhtml,
    roff, ruby, rust, scala, scheme, sci, sed, sgml, sql, sqlmysql,
    sqlpostgresql, tcl, tcsh, texinfo, verilog, vhdl, xml, xorg, xslt, xul,
    yacc, yaml, zsh
Default user data directory: /home/maxigas/.pandoc
Copyright (C) 2006-2014 John MacFarlane
Web:  http://johnmacfarlane.net/pandoc
This is free software; see the source for copying conditions.
There is no warranty, not even for merchantability or fitness
for a particular purpose.

thanks,

-- 
maxigas, kiberpunk
FA00 8129 13E9 2617 C614 0901 7879 63BC 287E D166
http://relay70.metatron.ai/

"This was a matter for speculation, though one could be fairly certain that
the type annotations are necessary because otherwise there is nothing to
indicate that you are familiar with mathematical logic."
                                  ~ http://kingjamesprogramming.tumblr.com/


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: pandoc stopped rendering italics in pdf
       [not found] ` <87bmuvnv93.fsf-n9jSVzHk3v97cTIsrllbLx8DxYJ3ZcUVusVhqTqmwDiF9g2oxYSX0HBAO4xsPuLHQQy81PzuSJ0@public.gmane.org>
@ 2017-01-25 17:14   ` Axel Kielhorn
       [not found]     ` <7078E5B1-B26F-4D1A-9939-675630F3F561-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: Axel Kielhorn @ 2017-01-25 17:14 UTC (permalink / raw)
  To: Pandoc discuss discuss


> Am 25.01.2017 um 14:07 schrieb maxigas <maxigas-L8VBg9NU5dbk1uMJSBkQmQ@public.gmane.org>:
> 
> hi,
> 
> i used pandoc 1.13.2 happily on a Debian sid but today it stopped
> rendering italics from pandoc-markdown syntax to pdf. i was using
> lualatex and tried xelatex engine instead, with the same results. any
> ideas what can effect this? it must have been a slightly related package
> that was updated, but i have no clue which one could it have been.

There is a bug in the fontspec release 2.5c.
It is known and will be fixed soon.

You can re-install an older version with tlmgr or TeX Live Utility if you keep backups.

Axel


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: pandoc stopped rendering italics in pdf
       [not found]     ` <7078E5B1-B26F-4D1A-9939-675630F3F561-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
@ 2017-01-25 20:27       ` BP Jonsson
  0 siblings, 0 replies; 3+ messages in thread
From: BP Jonsson @ 2017-01-25 20:27 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw

Den 2017-01-25 kl. 18:14, skrev Axel Kielhorn:
>
>> Am 25.01.2017 um 14:07 schrieb maxigas <maxigas-L8VBg9NU5dbk1uMJSBkQmQ@public.gmane.org>:
>>
>> hi,
>>
>> i used pandoc 1.13.2 happily on a Debian sid but today it stopped
>> rendering italics from pandoc-markdown syntax to pdf. i was using
>> lualatex and tried xelatex engine instead, with the same results. any
>> ideas what can effect this? it must have been a slightly related package
>> that was updated, but i have no clue which one could it have been.
>
> There is a bug in the fontspec release 2.5c.
> It is known and will be fixed soon.
>
> You can re-install an older version with tlmgr or TeX Live Utility if you keep backups.

Or put `\let\emph\textit` at the top of your document.

/bpj


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-01-25 20:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-25 13:07 pandoc stopped rendering italics in pdf maxigas
     [not found] ` <87bmuvnv93.fsf-n9jSVzHk3v97cTIsrllbLx8DxYJ3ZcUVusVhqTqmwDiF9g2oxYSX0HBAO4xsPuLHQQy81PzuSJ0@public.gmane.org>
2017-01-25 17:14   ` Axel Kielhorn
     [not found]     ` <7078E5B1-B26F-4D1A-9939-675630F3F561-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2017-01-25 20:27       ` BP Jonsson

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).