mirror of
https://github.com/ElegantLaTeX/ElegantBook.git
synced 2026-01-26 12:24:36 +08:00
fix linewidth
This commit is contained in:
@@ -411,21 +411,21 @@
|
|||||||
colframe=main,
|
colframe=main,
|
||||||
colback=main!5,
|
colback=main!5,
|
||||||
colbacktitle=main,
|
colbacktitle=main,
|
||||||
overlay unbroken and last={\node[anchor=south east, outer sep=6pt] at (\textwidth-width,0) {\textcolor{main}{$\clubsuit$}}; }
|
overlay unbroken and last={\node[anchor=south east, outer sep=0pt] at (\linewidth-width,0) {\textcolor{main}{$\clubsuit$}}; }
|
||||||
},
|
},
|
||||||
thmstyle/.style={
|
thmstyle/.style={
|
||||||
common,
|
common,
|
||||||
colframe=second,
|
colframe=second,
|
||||||
colback=second!5,
|
colback=second!5,
|
||||||
colbacktitle=second,
|
colbacktitle=second,
|
||||||
overlay unbroken and last={\node[anchor=south east, outer sep=6pt] at (\textwidth-width,0) {\textcolor{second}{$\heartsuit$}}; }
|
overlay unbroken and last={\node[anchor=south east, outer sep=0pt] at (\linewidth-width,0) {\textcolor{second}{$\heartsuit$}}; }
|
||||||
},
|
},
|
||||||
propstyle/.style={
|
propstyle/.style={
|
||||||
common,
|
common,
|
||||||
colframe=third,
|
colframe=third,
|
||||||
colback=third!5,
|
colback=third!5,
|
||||||
colbacktitle=third,
|
colbacktitle=third,
|
||||||
overlay unbroken and last={\node[anchor=south east, outer sep=6pt] at (\textwidth-width,0) {\textcolor{third}{$\spadesuit$}}; }
|
overlay unbroken and last={\node[anchor=south east, outer sep=0pt] at (\linewidth-width,0) {\textcolor{third}{$\spadesuit$}}; }
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user