KTUG 한국 텍 사용자 그룹

Menu

KTUG :: Q&A 마당

%\documentclass[twoside,openright,10pt]{oblivoir}
\documentclass[amsmath,twoside,openright,10pt]{oblivoir}
% oblivoir 설명서에 따르면 amsmath 옵션을 주면 amsmath.sty와 amssymb.sty를 미리 로드해주는 옵션. 사용여부는 선택하실 것.
%   > texdoc obliovir 혹은
%   http://ftp.ktug.org/tex-archive/language/korean/kotex-oblivoir/doc/oblivoir-simpledoc.pdf

\usepackage{fapapersize}

%\usepackage{amsthm,amssymb,mathrsfs,tikz}
\usepackage{mathrsfs,tikz}
% oblivoir에서 옵션으로 amsmath를 주었으므로 삭제함.

\usepackage[math-style=TeX]{unicode-math}
% unicode-math 설명서 참조
%   http://ftp.ktug.org/tex-archive/macros/latex/contrib/unicode-math/unicode-math.pdf 혹은
%   > texdoc unicode-math
% 혹은 stackexchange의 아래 글 참조.
% https://tex.stackexchange.com/questions/448490/hbar-not-displayed-with-fontspec-on-xelatex-lualatex  참조.

\setmathfont{texgyrepagella-math.otf}
% xelatex을 사용하여 unicode이므로 수식 글꼴 변경
% 위의 unicode-math 설명서 참조.
% 글꼴은 http://www.ktug.org/xe/index.php?document_srl=212360 를 참조.

\let\hbar\relax

\begin{document}
 \LARGE{본문 내용}
\end{document}

KTUG 한국 텍 사용자 그룹