Fix hbox bug
This commit is contained in:
parent
e88279fc97
commit
f3424bdf60
|
@ -85,16 +85,15 @@
|
|||
% Meaning %
|
||||
% ---------------------------------------------------------------------------- %
|
||||
|
||||
\newtcolorbox{meaningBox}{ %TODO: Make the box autoshrink horizontally while still making newlines when it's full.
|
||||
\newtcolorbox{meaningBox}{
|
||||
tcbox width=auto limited,
|
||||
capture=hbox,
|
||||
enhanced,
|
||||
colback=black!20,
|
||||
left=15pt,
|
||||
right=15pt,
|
||||
top=15pt,
|
||||
bottom=15pt,
|
||||
width=\textwidth,
|
||||
hbox,
|
||||
capture=minipage
|
||||
}
|
||||
|
||||
\newcommand{\kanjiMeaning}[1]{
|
||||
|
|
|
@ -7,6 +7,6 @@ TODO:
|
|||
[ ] Rename functions and files
|
||||
[ ] Document functions and files
|
||||
[ ] *Add .- logic in jishoScrape/src/textFiltration.js*
|
||||
[ ] *Fix hbox*
|
||||
[√] *Fix hbox*
|
||||
[ ] Fix makefile
|
||||
[ ] Clean code
|
Loading…
Reference in New Issue