摘要:
title: latex wrapfigure指定行数 date: 2020-04-20 15:45:27 tags: 网上很多都是错的。。。 wrapfigure的自动高度计算往往偏高,有时会导致图片在上一页的末尾时下一页的文字被绕排(其实图片没有延伸到下一页),这时就需要手动指定行数了。 宏包: 阅读全文
摘要:
title: latex tabular自动换行 date: 2021-01-01 13:20:23 转载自:https://tex.stackexchange.com/questions/166743/automatic-line-break-in-tabular 使用tabularx \docu 阅读全文
摘要:
title: hitszthesis Linux使用笔记 date: 2021-02-09 16:51:20 安装texlive 在Deepin上测试通过: # texlive-extra-utils: texdef # latex-cjk-all: Chinese font package # t 阅读全文
摘要:
title: latex tabular 单元格里换行 date: 2020-07-17 09:58:57 tags: 参考:https://blog.csdn.net/zjccsg/article/details/51926067 \newcommand{\tabincell}[2]{ \begi 阅读全文
摘要:
title: latex bib注释 date: 2021-06-23 13:48:30 我这里//和%都不管用,bibtex都会报错。 解决方法是在不想要的域的名字前面加上_,例如不想要这行 doi = {10.14778/3389133.3389134}, 就改成 _doi = {10.1477 阅读全文
摘要:
title: algorithm2e包参数 date: 2021-06-04 15:58:28 完整参数见官方文档:http://tug.ctan.org/macros/latex/contrib/algorithm2e/doc/algorithm2e.pdf 这里介绍几个常用的。 测试代码: \d 阅读全文
摘要:
title: algorithm2e无限循环 date: 2021-11-14 11:26:48 tags: 转载 \documentclass{article} \usepackage{algorithm2e} \begin{document} \thispagestyle{empty} \Set 阅读全文
摘要:
title: >- /Volumes/TeXLive2019/install-tl: No binary platform specified/available, quitting. date: 2021-04-12 15:05:28 tags: 我用的是TexLive2019,在macbook 阅读全文
摘要:
title: Latex给含数字的单词断词 date: 2021-04-21 20:21:01 比方说SHA256,如果用 \hyphenation{SHA-256} 会报错Not a letter。 这时直接在正文里想断词的地方加\-即可: SHA\-256 阅读全文
摘要:
title: Latex打印行宽 date: 2021-03-01 14:52:25 tags: 翻自:https://www.alecjacobson.com/weblog/?p=2576 \usepackage{layouts} 然后在文章中想要打印的地方插入 textwidth: \print 阅读全文