Latex学习记录


编译产生带书签的pdf(PDF with bookmark)(2022-01-11)

img

参考:How do I create bookmarks with pdfLaTeX?

VScode+SumatraPDF配置:【综合下来还是专事专干,使用TexWorks好,已放弃】

SumatraPDF download: Sumatra PDF reader

参考:

https://zhuanlan.zhihu.com/p/38178015

https://github.com/James-Yu/LaTeX-Workshop/wiki/View#internal-pdf-viewer

TexWorks 自定义排版脚本-Typesetting script:pdfLaTex-BibTex-2pdfLaTex

参考资料:

AdvancedTypesettingTools · TeXworks/texworks Wiki

Step1:书写自定义脚本

filename: jackie-pdfLaTex-BibTex-2pdfLaTex_0.bat  (更快些)
content:
@pdflatex "%1.tex" && bibtex "%1" && pdflatex "%1.tex" && pdflatex -synctex=1 "%1.tex"

filename: jackie-pdfLaTex-BibTex-2pdfLaTex_1.bat  (稍慢些)
content:
@pdflatex -synctex=1 "%1.tex" && bibtex "%1" && pdflatex -synctex=1 "%1.tex" && pdflatex -synctex=1 "%1.tex"

Step2:配置自定义脚本

img

调整表格宽度:按页面/按内容

Latex 表格过大(或过小)的调整方法_wbl901的博客-CSDN博客_latex表格太宽放不下

posted @   jackie2455  阅读(29)  评论(0编辑  收藏  举报
相关博文:
阅读排行:
· TypeScript + Deepseek 打造卜卦网站:技术与玄学的结合
· Manus的开源复刻OpenManus初探
· 写一个简单的SQL生成工具
· AI 智能体引爆开源社区「GitHub 热点速览」
· C#/.NET/.NET Core技术前沿周刊 | 第 29 期(2025年3.1-3.9)
点击右上角即可分享
微信分享提示