-
[LaTeX] 글자에 색깔 넣기Study/LaTeX 2013. 11. 25. 22:19
논문 revision시, 수정된 문장을 표시할 때, 글자에 색깔을 넣어 표시하는 것이 매우 편하다.
먼저, 글자색 지정을 위해서는 color 패키지가 필요하다.
\usepackage{color}
다음, 원하는 문장을 아래와 같이 색깔을 주면 된다.
\textcolor{red}{red colored text}
혹은
\textcolor[rgb]{0,0,1.0}{blue colored text}
\textcolor[gray]{0.5}{gray text}
사전에 원하는 컬러를 정의해 두고 사용할 수도 있다.
\definecolor{color1}{rgb}{1.0,0.0}
#definecolor{color2}{gray}{0.75}
참, 쉽죠?!
출처: http://www.eng.cam.ac.uk/help/tpl/textprocessing/latex_advanced/node17.html
'Study > LaTeX' 카테고리의 다른 글
Subequations (0) 2016.05.13 [LaTeX] Math mode에서 공백 넣기(spacing) (0) 2014.08.27 [LaTeX] WinEdt 자동 줄바꿈 (0) 2012.12.03 [LaTeX] WinEdt + Acrobat X 연동시 Acro-DDE Service Error (0) 2012.05.30 IEEE PDF eXpress 통과하는 법 (0) 2012.03.31