LaTeX에서 한글 사용하기...

익명 사용자의 이미지

Windows 7에서 MiKTeX 2.9 x64와 TeXstudio 2.2로 간단하게 한글이 포함된 문서를 PDF로 출력하려 합니다.
제가 작성한 코드는 다음과 같습니다.

\documentclass{article}
\usepackage{CJK,pshan}
\begin{document}
\begin{CJK}{UTF8}{}
한글
\end{CJK}
\end{document}

이렇게 작성한 후에 PDFLaTeX를 이용하여 빌드를 하니
Process started: pdflatex -synctex=1 -interaction=nonstopmode "ts".tex
 
Trying to make PK font cyberbae at 600 DPI... Running miktex-makemf.exe...
 
miktex-makemf: The cyberbae source file could not be found. Running ttf2pk.exe...
 
miktex-makepk: PK font cyberbae could not be created.
 
Process exited with error(s)

이런 오류가 뜹니다.

코드에는 문제가 없는 것 같은데...
어떻게 해야 할까요..?

익명 사용자의 이미지

goraion의 이미지

(우분투입니다)
저는 위에 말씀하신 ktug에서 kotex패키지를 설치한 다음에
\usepackage{kotex}
를 추가해서 사용합니다.

익명 사용자의 이미지

ko.TeX을 사용하면 될 것 같긴 하지만 외부 패키지의 도움 없이 한글을 사용해보려합니다.
방법이 없는걸까요...

익명 사용자의 이미지

\documentclass{article}
\usepackage{CJKutf8}
\newenvironment{Korean}{\CJKfamily{mj}}{}
\begin{document}
\begin{CJK}{UTF8}{}
\begin{Korean}
한글
\end{Korean}
\end{CJK}
\end{document}
miktex에서 될런가 모르겠지만 시도해 보세요.
익명 사용자의 이미지

그래도 안되네요...

Process started: pdflatex -synctex=1 -interaction=nonstopmode "tex".tex
 
Running miktex-makemf.exe... miktex-makemf: The uwmjd source file could not be found. Running hbf2gf.exe...
 
hbf2gf (CJK ver. 4.8.0) Couldn't find `uwmj.cfg' miktex-maketfm: No creation rule for font uwmjd5.
 
Process exited with error(s)

뭔가 제가 패키지를 잘못 설정한 걸까요..?

익명 사용자의 이미지

miktex 버리고 texlive 설치하세요.
http://www.tug.org/texlive/acquire-netinstall.html

익명 사용자의 이미지

시도는 한번 해봐야겠네요...

익명 사용자의 이미지

앗, TeX Live에서는 되네요!
정말 감사해요! :)

설치 시간만 길지 않다면 정말 좋겠네요. :)

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • You can use Textile markup to format text.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.