Latex CJK、texは中国語を使う
CJKについて
CJKは、中国語(Chinese)、日本語(Japanese)、韓国語(Korean)の3文字の略.その名の通り、この3つの文字をサポートすることができます.実際、CJKはLaTeXで中国語、日本語、韓国語を含む複数のアジア文字を使用することをサポートしている.
(転載表記:ソース;Phodal's Blog
)
TEXについて
Windowsでの使用
texliveや国内で多く使われている、国人向きのCTEXをお勧めします.痛みを少なくしながらcjkバッグをインストールすることを覚えておくことができます.
OpenSUSEでの使用
zypperでパッケージをインストールする必要があります.例えば、
使用方法
サンプル・プログラム:
注意しなければならないのは
ここで使用する可能性があります.
CJKは、中国語(Chinese)、日本語(Japanese)、韓国語(Korean)の3文字の略.その名の通り、この3つの文字をサポートすることができます.実際、CJKはLaTeXで中国語、日本語、韓国語を含む複数のアジア文字を使用することをサポートしている.
(転載表記:ソース;Phodal's Blog
)
TEXについて
TEX( TEX, :/tɛx/, /ˈtɛk/ , “ ”), (Donald Ervin Knuth) 。 , 、 。TEX , 。 LaTeX ,TEX
Windowsでの使用
texliveや国内で多く使われている、国人向きのCTEXをお勧めします.痛みを少なくしながらcjkバッグをインストールすることを覚えておくことができます.
OpenSUSEでの使用
zypperでパッケージをインストールする必要があります.例えば、
zypper install latex-cjk
使用方法
サンプル・プログラム:
% !TEX TS-program = pdflatex
% !TEX encoding = UTF-8 Unicode
% This is a simple template for a LaTeX document using the "article" class.
% See "book", "report", "letter" for other types of document.
\documentclass[11pt]{article} % use larger type; default would be 10pt
\usepackage[utf8]{inputenc} % set input encoding (not needed with XeLaTeX)
%%% Examples of Article customizations
% These packages are optional, depending whether you want the features they provide.
% See the LaTeX Companion or other references for full information.
%%% PAGE DIMENSIONS
\usepackage{geometry} % to change the page dimensions
\geometry{a4paper} % or letterpaper (US) or a5paper or....
% \geometry{margin=2in} % for example, change the margins to 2 inches all round
% \geometry{landscape} % set up the page for landscape
% read geometry.pdf for detailed page layout information
\marginparsep = 7pt
\usepackage{graphicx} % support the \includegraphics command and options
% \usepackage[parfill]{parskip} % Activate to begin paragraphs with an empty line rather than an indent
%%% PACKAGES
\usepackage{booktabs} % for much better looking tables
\usepackage{array} % for better arrays (eg matrices) in maths
\usepackage{paralist} % very flexible & customisable lists (eg. enumerate/itemize, etc.)
\usepackage{verbatim} % adds environment for commenting out blocks of text & for better verbatim
\usepackage{subfig} % make it possible to include more than one captioned figure/table in a single float
% These packages are all incorporated in the memoir class to one degree or another...
%%% HEADERS & FOOTERS
\usepackage{fancyhdr} % This should be set AFTER setting up the page geometry
\pagestyle{fancy} % options: empty , plain , fancy
\renewcommand{\headrulewidth}{0pt} % customise the layout...
\lhead{}\chead{}\rhead{}
\lfoot{}\cfoot{\thepage}\rfoot{}
\graphicspath{{dot/}}
%%% SECTION TITLE APPEARANCE
\usepackage{sectsty}
\allsectionsfont{\sffamily\mdseries\upshape} % (See the fntguide.pdf for font help)
% (This matches ConTeXt defaults)
%%% ToC (table of contents) APPEARANCE
\usepackage[nottoc,notlof,notlot]{tocbibind} % Put the bibliography in the ToC
\usepackage[titles,subfigure]{tocloft} % Alter the style of the Table of Contents
\usepackage{CJK}
\renewcommand{\cftsecfont}{\rmfamily\mdseries\upshape}
\renewcommand{\cftsecpagefont}{\rmfamily\mdseries\upshape} % No bold!
%%% END Article customizations
%%% The "real" document content comes below...
\title{}
\author{2Gether }
\date{1 28,2013} % Activate to display a given date or no date (if empty),
% otherwise the current date is printed
\begin{document}
\begin{CJK*}{UTF8}{gbsn}
\maketitle
ewpage
\renewcommand\abstractname{}
\begin{abstract}
content...
\end{abstract}
ewpage
\renewcommand\contentsname{ }
\tableofcontents
ewpage
\section{ }
\subsection{ }
\large :
\begin{itemize}
\item{ (Linux)}
\end{itemize}
\large
\begin{enumerate}
\item{Eclipse}
\item{Vim/Emacs}
\item{ }
\end{enumerate}
\large
\begin{itemize}
\item{C/C++}
\item{Processing}
\item{Python}
\item{Javascript}
\item{HTML/CSS}
\item{Shell}
\item{Java}
\item{SQL}
\end{itemize}
\large ,
\begin{itemize}
\item{uWSGI}
\item{Django}
\item{Nginx}
\item{Centos}
\item{Mysql}
\end{itemize}
ewpage
\subsection{ }
\section{fd}
\includegraphics{dot.eps}
\end{CJK*}
\end{document}
注意しなければならないのは
ここで使用する可能性があります.
\begin{CJK*}{UTF8}{gbsn}