KTUG 한국 텍 사용자 그룹

Menu

KTUG :: Q&A 마당 › TeX Live 2009의 수식 연산 결과와 TeX Live 2011의 연산 결과의 차이 문의

동백꽃 | 2011.10.22 22:41:37 | 메뉴 건너뛰기 쓰기

안녕하십니까?


TeX Live 2009에서 작업하여 원하는 결과를 얻은 상태에서,

동일한 수식 및 표현을 사용 하였으나 TeX Live 2011에서는 연산 결과가 달라 어떻게 하면 

TeX Live 2011을 사용하여 TeX Live 2009 와 같은 결과를 얻을 수 있는지 문의합니다.

(TeX Live 2009 에서 작업한 내용이 많아 source 내용이 아닌 

 TeX Live 2011 사용한 상태에서 선언등의 변경으로 TeX Live 2009 과 같은 결과를 얻을 수 있으면 좋겠습니다)


\documentclass[11pt,microtype]{oblivoir}

\usepackage{amsmath, amssymb}

\usepackage{tikz}


\begin{document}

\begin{tikzpicture}[scale=0.5]

% 포물선 의도였으나 x(-) 영역에서 원하지 않은 결과 얻어짐. (TeX Live 2009 에서는 원하는 결과 얻음)

\draw[->] (-2.5, 0)--(2.5, 0) node[below]{$x$};

\draw[->] (0, -4.5)--(0, 4.5) node[left]{$y$};

\draw[smooth, samples=200, domain=-2:2] plot(\x, \x^2)node[above]{$y=x^2$};


\begin{scope}[xshift=7cm]

% 지수함수 의도였으나 x(-) 영역에서 원하지 않은 결과 얻어짐. (TeX Live 2009 에서는 원하는 결과 얻음)

\draw[->] (-2.5, 0)--(2.5, 0) node[below]{$x$};

\draw[->] (0, -4.5)--(0, 4.5) node[left]{$y$};

\draw[smooth, samples=200, domain=-2:2]plot(\x, 2^\x)node[above]{$y=2^x$};

\end{scope}


\end{tikzpicture}

\end{document}


첨부에 TeX Live 2011로 진행한 위의 too.tex source 파일과 결과물인 too.pdf 파일을 첨부합니다.


부탁드립니다.

감사합니다.

첨부 [2]

댓글 [3]

댓글 쓰기

목록 삭제

KTUG 한국 텍 사용자 그룹