mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-29 01:41:20 +08:00
+2
-2
@@ -116,7 +116,7 @@ and saving in a format from which pandoc can convert directly.
|
||||
No. You can get by with a relatively small TeX installation,
|
||||
for example, by starting with MacTeX's Basic TeX distribution
|
||||
and using the `tlmgr` tool to install a few packages required by pandoc
|
||||
(see https://pandoc.org/MANUAL.html#creating-a-pdf).
|
||||
(see [the manual](https://pandoc.org/MANUAL.html#creating-a-pdf)).
|
||||
|
||||
Or, you can produce PDFs via HTML and `wkhtmltopdf`,
|
||||
or via groff ms and `pdfroff`. (These don't produce as nice
|
||||
@@ -196,7 +196,7 @@ Or `--pdf-engine=lualatex` can be used with the following:
|
||||
|
||||
Save this filter as `nowidths.lua` and then pass `--lua-filter
|
||||
nowidths.lua` as an additional option to pandoc.
|
||||
(See <https://github.com/jgm/pandoc/issues/8139>.)
|
||||
(See [issue 8139](https://github.com/jgm/pandoc/issues/8139).)
|
||||
|
||||
``` lua
|
||||
-- Unset the width attribute of HTML colspecs in tables
|
||||
|
||||
Reference in New Issue
Block a user