随笔分类 - LaTeX
摘要:参考: "How to ask hyperref works only with href" Latex 仅使用 hyperref 包中 \href 的方法 在 文件的开头使用如下方法引用 包: 2019.2
阅读全文
摘要:参考: "Cannot get IBus daemon address" 解决 Cannot get IBus daemon address 问题 在 Ubuntu 14.04 系统下使用 编译生成 PDF 的过程中,遇到如下问题: 解决方法: 2019.1
阅读全文
摘要:参考: "LaTex 使用特殊章节符号 (§)" LaTex 使用特殊章节符号 (§) 在 文件开头,加上以下内容: 并在通过以下命令引用章节 (section): 效果如下 (下图下方): 2018.10
阅读全文
摘要:参考: "Write math and make a box with alltt environment" LaTex Verbatim 环境下使用数学符号 在 Verbatim 环境下使用数学符号,需要借助额外的宏包, 。例如: \documentclass{article} \usepacka
阅读全文
摘要:参考: "IEEETran page margins" 解决 EDAS:Upload failed: The right margin is 0.535 in on page 1 问题 在 EDAS 上上传 IEEE 论文稿件时遇到如下问题: ` 解决方法是在文件开头选择模板时,使用 : 2018.
阅读全文
摘要:参考: "How to level columns in bibliography?" Latex: 参考文献双栏对齐 需要实现的效果: 方法1: 在开头引用 : 在文末、参考文献前,加上: 方法2: 在开头引用 : 2018.8
阅读全文
摘要:参考: "Extending side margins for Title section in IEEEtrans document class" Latex: IEEEtrans模板下 扩大标题宽度 通过 关键字可以实现扩大标题宽度的目的,例如: 呈现如下: 2018.5
阅读全文
摘要:参考: "How to center the table in Latex" Latex: 使 tabular 居中 解决方法1: 解决方法2: 2018.4
阅读全文
摘要:参考: "Table width with threeparttable smaller than notes and caption?" Latex: 设置 threeparttable footnote 行宽度 解决方法:通过 设置 的长度: 2018.4
阅读全文
摘要:参考: "BibTeX loses capitals when creating .bbl file" Latex: 保持参考文献大小写 在排版时,BibTeX会根据参考文献的格式将除了title中的第一个字符外的其他字符转换为小写,为保留原有大写字符,可以使用左右大括号将需保留的字段括起来,例如:
阅读全文
摘要:参考: "Remove space after figure and before text" Latex: 减少图与文字之间的空白间隙 论文中图与文字之间的空白间隙过大,导致排版不大美观。解决方法是在 前定义 的长度,例如定义为5pt: 2018.4
阅读全文
摘要:参考: "Sample_WCCI.tex" Latex: 解决 The gutter between columns is x inches wide (on page x), but should be at least x inches. 问题 在提交会议论文,EDAS检查论文格式的时候,出现W
阅读全文
摘要:参考: "How to use \IEEEkeywords" Latex: 添加IEEE论文keywords 方法: 2018.4
阅读全文
摘要:参考: "Footnotes for tables in LaTeX" "Footnote in tabular environment" Footnotes for tables in latex 为latex的table加上footnotes 这是一个Latex中经典的排版问题。使用 为late
阅读全文
摘要:参考: "Multiple Authors with common affiliations in IEEEtran conference template" Latex: 添加IEEE会议论文作者信息 参考格式: 效果图: 注意,如果编译过程中遇到 错误,请仔细检查左括号和右括号的匹配问题! 20
阅读全文
摘要:References: "Natbib bibliography styles" "How to change font size for bibliography?" Latex citation using natbib and footnotesize 在Latex排版时,需要在正文显示如下形
阅读全文
摘要:参考: "LaTeX技巧218:LaTeX如何正确输入引号:双引号“”单引号‘’" Latex 左右引号 在latex中加引号时,使用 的输出为两个同向的引号; 正确的做法为: ``Firewall'' 2018.2
阅读全文
摘要:参考: "latex的三线表格及一些错误的修改" "latex 三线表" Latex 三线表 及设置列数 绘制三线表: 上述代码通过 设置了三列,第一列居左(l),第二列居中(c),第三列居左(l)。 如果需要改为四列,同时每一列都居中显示,那么通过设置代码 即可实现该效果。以此类推。 2018.2
阅读全文
摘要:参考: "Algorithm tag and page break" Latex 算法过长 分页显示方法 1.引用 包; 2.在 前加上以下Latex代码: 3.使用 和`\end{breakablealgorithm} \begin{algorithm} \end{algorithm}`. 201
阅读全文
摘要:参考: "Error: extra alignment tab has been changed to \cr" Latex: extra alignment tab has been changed to cr 解决方法 复现错误的latex实例: The problem is caused by
阅读全文