Monthly Archives: 6월 2022

LaTeX kaobook template

LaTeX 을 사용하여 다양한 형식의 문서를 작성할 수 있는데, 책 모양의 문서를 작성하는 것에도 사용할 수 있다. 여러가지 책 형태 중 Tufte 양식에 기반을 둔 Kao 책양식에서 사용되는 명령어를 간단히 정리한다. Kao 양식대한 자세한 설명은 github kaobook site 에서 볼수 있다. 1. Commends 사용되는 명령어를 간단히 정리해 보자면 1.1 Notes Sidenotes \sidenote[mark][offset]{Text} \sidenote[][*-1]{Text of the… Read More »

Jupyter notebook을 LaTeX에 포함하기

jupynotex style package를 사용하면 Jupyter notebook을 LaTeX 문서에 포함시킬 수 있다. 절차 먼저 LaTeX 문서에 pkg를 불러온다 \usepackage{jupynotex} \usepackage{minted} 그리고 tex 파일 내 jupyter notebook을 삽입하려고 하는 위치에 다음의 명령어를 넣어준다. \jupynotex[2-5,12,17]{j_notebook.ipynb}