gpt4 book ai didi

width - pandoc 无法更改文本宽度

转载 作者:行者123 更新时间:2023-12-05 04:02:48 27 4
gpt4 key购买 nike

我在 Ubuntu 上使用 pandoc 将 markdown 文件转换为 pdf:

pandoc -o output.pdf ProjectDescription.md

但是我发现文本太窄了,我想使用更多的页面。为此,我阅读了 pandoc 手册,看起来 columns 选项应该不错:

https://pandoc.org/MANUAL.html

''--columns=NUMBER

指定行的字符长度。这会影响生成的源代码中的文本换行(请参阅 --wrap)。它还会影响纯文本表格的列宽计算(请参见下表)。''

默认值应该是 columns=72。

但尝试:

pandoc --columns=80 -o output.pdf ProjectDescription.md

没有给我更宽的文本。您知道为什么以及如何解决这个问题吗?

最佳答案

This affects text wrapping in the generated source code

因此这对只有中间 LaTeX 源的 PDF 输出没有影响。

您可能想要 set the margins喜欢:

---
title: my doc
margin-left: 1cm
---

# my content

关于width - pandoc 无法更改文本宽度,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54147674/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com