Closed mheden closed 8 years ago
I'm having trouble changing the widht of images in Markdown when generating PDFs.
I'm using the example from http://pandoc.org/README.html#pandocs-markdown:
![](cat1.jpg){ width=50% }
The latex output generated by Pandoc look like this:
\includegraphics{cat1.jpg}\{ width=50\% \}
OS: Windows 7 Command line: pandoc document.md --standalone --latex-engine=xelatex document.pdf
pandoc document.md --standalone --latex-engine=xelatex document.pdf
pandoc.exe 1.15.0.6 Compiled with texmath 0.8.2.2, highlighting-kate 0.6. 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, idris, ini, isocpp, java, javadoc, javascript, json, jsp, julia, kotlin, 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
Works in 1.17.0.1. Sorry!
1.17.0.1
I'm having trouble changing the widht of images in Markdown when generating PDFs.
I'm using the example from http://pandoc.org/README.html#pandocs-markdown:
The latex output generated by Pandoc look like this:
OS: Windows 7 Command line:
pandoc document.md --standalone --latex-engine=xelatex document.pdf