Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 markdown 编写文档,我正在使用 pandoc 将其导出为 PDF。在文档的末尾,我需要在 PDF 的打印副本上留出签名空间。
我试图找到如何画一条固定宽度的线,但到目前为止我只需要转义下划线字符,这感觉不太对。就好像我错过了什么,这不可能是不寻常的事情。
非常感谢任何帮助或指示。
我认为编译为 HTML 和 PDF 的单个功能不太可能对您有用,因为这太具体了。
如果您想这样做,您可能需要使用原始乳胶和原始 HTML,因为在编译为 HTML 时将忽略乳胶,而在编译为 PDF 时将忽略 HTML 标签。
例如,要在 HTML 和 PDF 上获得您想要的内容,请执行以下操作:
<div style="width:200px"><hr/></div> \noindent\rule{2cm}{0.4pt}
其他选项包括: