JuliaDocs/Documenter.jl

Also use adjustbox for resizing native tables

Open

#1,953 创建于 2022年9月28日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)Julia (513 fork)batch import
Format: LaTeXType: Enhancementhelp wanted

仓库指标

Star
 (910 star)
PR 合并指标
 (平均合并 16天 9小时) (30 天内合并 3 个 PR)

描述

#1937 added an adjustbox for tables from show methods (i.e. at-example blocks), but it is also possible to get large tables from just plain Markdown or at-eval blocks, which could also be wrapped.

https://github.com/JuliaDocs/Documenter.jl/blob/674c02ea48bb1674d6ba4dfe3c1f81d72404cf4f/src/Writers/LaTeXWriter.jl#L640-L657

There are also at-raw blocks.. but in those cases it's probably best not to mess with the explicitly user-provided LaTeX.

See: https://github.com/JuliaDocs/Documenter.jl/pull/1937#issuecomment-1252967398

贡献者指南