问题标签 [pdflatex]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
2 回答
22909 浏览

latex - 从参考书目页面中删除标题

我使用这个 LaTeX 代码来添加参考书目部分:

第一页看起来不错。它包含参考书目标题,没有标题和引用列表。但是,在下一页上是带有上一节标题的标题。有没有办法删除这个标题?

替代文字 http://imagebin.ca/img/9u-wk68W.jpg

0 投票
4 回答
6704 浏览

latex - How to add roman numbers to the appendix pages in LaTex?

is there a way to have roman numbers for the pages at the end of the article - like \bibliography{...}, \listoffigures and acronym-lists?

Currently they show up without any numbers :(

Cheers,..

Argh sorry - I was kind of incorrect I'm not looking for a way to change the page-numbers - I'm looking for a way to change the actual action-numbers...

So Index looks like:

But I'm looking for:

0 投票
3 回答
3733 浏览

windows - 使用 pdflatex 时指定 pdf 输出的目的地,来自 gVim

pdflatex在 gVim 中使用以下命令生成 pdf 输出:

此命令依次在命令提示符中执行以下命令:


现在,我遇到的问题是pdf被输出到system32文件夹:

如何指示pdflatex在文件所在的文件夹中生成 pdf tex

0 投票
1 回答
2783 浏览

latex - 通过在线服务器编译 LaTeX

我有一个 LaTeX 文本文档,可以在我的家用计算机上使用当前版本的 pdflatex 进行良好编译。我对文档的正文进行了细微的修改。我正在尝试使用http://sciencesoft.at/latex/?lang=en或“latex to pdf online”一词的第一个谷歌结果重新编译它。(由于防止垃圾邮件,我无法发布超链接。)以前的站点正在运行 pdfTeXt;后者,MikTeX。我在下面粘贴了我的标题。有谁知道我可以如何改变它们以使任何一个工作?

谢谢,

- 标记

\documentclass{文章}

\使用包{setspace}

\pdfpageheight 11in

\pdf页宽 8.5in

\双倍行距

\usepackage[top=1in,bottom=1in,left=1in,right=1in]{几何}

\usepackage{fancyhdr}

\pagestyle{花式}

\headheight{15pt}

\fancyhead[R]{我的名字}

\fancyfoot[C]{\thepage}

\开始{文档}

\section*{有限简单组}

...文本...

\结束{文档}

0 投票
2 回答
10727 浏览

pdf - 使用 MikTex 在 Windows 中安装 pstricks

我一直试图让 pstricks 工作,但无济于事。我正在使用 Miktex,我从它的包管理器下载了包。但是当我尝试构建它时,它总是失败:

我有什么特别的事情要做吗?

谢谢编辑:

这是代码:

0 投票
3 回答
1353 浏览

image - 在不增加图像大小的情况下从 dvipng 提高图像质量?

对于 dvipng,-D 选项会增加图像的 dpi,但也会增加图像大小,而 -Q 选项会改善抗锯齿,但效果还不够。有没有办法在不增加图像大小的情况下提高图像分辨率和质量?

0 投票
1 回答
3593 浏览

calendar - 如何使用 LaTex 创建突出显示的日历?

我不是在寻找甘特计划。我正在寻找一个带有截止日期的日历。

你知道用 LaTeX 做到这一点的最好方法是什么吗?

谢谢

0 投票
2 回答
24801 浏览

latex - 合并 LaTeX 表格中的单元格

我有一个非常简单的表:

它几乎“完美”地工作,我唯一的问题是 hline 仍然通过我合并的前两个单元格。基本上,它看起来像这样

但是,它应该是这样的:

有人知道如何摆脱第一列中的行吗?

谢谢

0 投票
2 回答
8212 浏览

latex - 在 LaTeX 中设置作者或地址字符串变量

LaTeX 是编写文档的绝佳语言。使用hyperref包 和pdflatex,您可以轻松地生成带有元数据的文档,这是一个很好的功能,可以让您的文档在网络上被引用。

我经常使用这样的模板:

到目前为止,一切都很好。我的问题从示例中跳出来:有没有办法在标题中定义字符串变量,以便它们可以作为参数传递hyperref给 frontmatter 或文本。就像是:

这对于包含关键字的\maketitle部件和 hyperref元数据都失败了。! Use of \Title doesn't match ! Argument of \let has an extra }.

0 投票
3 回答
13859 浏览

pdf - 链接到 LaTeX Beamer 中的外部应用程序

当单击 PDF 文件中的链接时,例如在 beamer 类 LaTeX 文件中,有没有办法链接到外部应用程序(以便它启动)?