컨설팅
home
페이지 제작
home

텍스트 꾸미기

코드로 표시

2011/11/11 노션 포트폴리오 제작
2022/12/22 노션 포트폴리오 제작

인라인 수학 공식

텍스트 색상

\color{red}{your~text~here}
Sireal\color{orangered}{Sireal}
\color{#cb345a}{your~text~here}
your text here\color{#daa520}{your~text~here}

텍스트 배경 색상

\colorbox{aquamarine}{your text here}
글자색=화이트, 배경색=바이올렛\color{white}\colorbox{violet}{글자색=화이트, 배경색=바이올렛}
\colorbox{#cb345a}{your text here}

간단한 글자 테두리 상자

\fbox {your text here}
sireal youtube subscription\color{blue}\fbox {sireal youtube subscription}

색깔 별 글자 테두리 상자

The first parameter of fcolorbox is the border color; the second parameter is the background color
\fcolorbox{tomato}{white}{your text here}
\color{white}\fcolorbox{white}{black}{your text here}
your text here\color{darkred}\fcolorbox{black}{white}{your text here}

Fonts

Here are the best of the available fonts. There are additional bold and italic fonts. Find them in the KaTeX functions reference guide.
Typewriter:\mathtt {your~text~here}
Sans Serif:\mathsf {your~text~here}
Chalkboard:\mathbb {your~text~here}
Roman:\mathrm {your~text~here}
Caligraphic:\mathcal {your~text~here}

Text Sizes

Adjust your text size from tiny all the way up to huge:
\tiny {your~text~here}
\scriptsize {your~text~here}
\footnotesize {your~text~here}
\small {your~text~here}
\normalsize {your~text~here}
\large {your~text~here}
\Large {your~text~here}
\LARGE {your~text~here}
\huge your~text~here
\Huge {your~text~here}
your text here\Huge{your~text~here}

Text Decorations

Here are some other text formatting options that could be useful in your Notion workspace layout:
\underline{underline}
\overline {overline}
\utilde{swooshy~underline}
\underrightarrow{underline~right~arrow}
\underleftarrow{underline~left~arrow}
\undergroup{group}
\sout{strikethrough}
\xcancel{Xcancel}

Text Alignment

Center align text using the alignment parameter:
\begin{aligned} your~center~aligned~text~here \end{aligned}