We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9008420 commit da91d55Copy full SHA for da91d55
1 file changed
src/resources/filters/layout/latex.lua
@@ -67,7 +67,7 @@ function latexPanel(layout)
67
end
68
local caption = create_latex_caption(layout)
69
70
- -- convert valign_class to latex notion, read vertical alignment and strip attribute
+ -- convert valign_class to latex notation, read vertical alignment and strip attribute
71
local vAlign = "top"
72
if layout.valign_class ~= nil then
73
local vAlignClass = layout.valign_class
0 commit comments