Skip to content

Instantly share code, notes, and snippets.

@xuhdev
Created March 23, 2012 04:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xuhdev/2166844 to your computer and use it in GitHub Desktop.
Save xuhdev/2166844 to your computer and use it in GitHub Desktop.
Empty latex template (For CJK)
\documentclass{article}
\usepackage{CJK}
\usepackage{indentfirst}
\usepackage[CJKbookmarks]{hyperref}
\usepackage{float}
\usepackage{amsmath,bm}
\usepackage{url}
\usepackage{graphicx}
\setlength{\parindent}{2em}
\title{my_title}
\author{}
\date{}
\begin{document}
\begin{CJK*}{UTF8}{gbsn}
\CJKtilde
\end{CJK*}
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment