Rabu, 02 Oktober 2024

Latex Package To Handle The Box

These are latex ordinary Package list To Handle Box:
amsmath package. ( boxed command )
bclogo package.
breqn package. ( dmath command with frame parameter )
color package.
empheq package.
environ package. ( fitbox command )
framed package.
fancybox package.
graphicx package. ( resizebox, scalebox command )
mathtools package. ( Aboxed command )
mdframed package.
pbox package.
rotating package. ( rotatebox command )
rotfloat package.
tcolorbox package.
tikz package. ( tikznode command )
xcolor package.

Latex Box Commands noindent with fbox, parbox

\noindent\fbox{
    \parbox{\textwidth}{%
        % your text here
    }%
}

Use \linewidth - 2\fboxsep instead \textwidth for two column layout and the box around text to align with text.

Latex Box Commands fbox with minipage

\fbox{\begin{minipage}{15em}
% your text here
\end{minipage}}

Latex Box Commands fcolorbox

\noindent\fcolorbox{red}{yellow}{%
% your text here
}
Add \begin{minipage} on % your text here for two column layout and the box around text to align with text.

These are Latex Box:

\boxed
\colorbox
\fcolorbox
\framebox
\makebox
\mbox
\newsavebox
\raisebox
\rotatebox
\savebox
\usebox
\vbox

Bibliography:

https://ctan.org/
https://www.youtube.com/@chandrahashbti
https://www.youtube.com/@We_Love_Math
https://www.youtube.com/@HafteTkue
https://www.itb.ac.id/ ( university )

Tidak ada komentar:

Posting Komentar

Various Other Posts