fix: latex-environment belongs to paragraph
All checks were successful
build / build (push) Successful in 5s
All checks were successful
build / build (push) Successful in 5s
wip: feat: org-element specs
This commit was merged in pull request #15.
This commit is contained in:
@@ -48,6 +48,12 @@
|
||||
\newcommand{\optic}[3]{\opticname{#1}^\prime\;#2\;#3}
|
||||
\newcommand{\Optic}[5]{\opticname{#1}\;#2\;#3\;#4\;#5}
|
||||
|
||||
% Default uses arrow glyphs from the active font, which are kinda ugly in the
|
||||
% case of Plex.
|
||||
\tikzcdset{
|
||||
arrow style=tikz
|
||||
}
|
||||
|
||||
\begin{document}
|
||||
\setlength\abovedisplayskip{0pt} % Remove padding before equation environments.
|
||||
%% \color[rgb]{0.000,0.000,0.004}\special{dvisvgm:currentcolor on}\setcounter{equation}{0}%
|
||||
|
||||
@@ -550,10 +550,8 @@ figure.fullwidth figcaption {
|
||||
|
||||
.latex-fragment.display-math
|
||||
{ display: block
|
||||
; width: 55%
|
||||
/* Center it — do we want to do that? */
|
||||
; align-items: center
|
||||
; justify-content: center
|
||||
; display: flex
|
||||
; max-width: 55%
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user