Port from branch:

ctex template files: reduce to one file, fix broken language package settings
 (file still contains outdated info and unnecessary preamble code and creates several LaTeX errors about wrong lengths but can be fixed later)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40264 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2011-11-24 22:16:20 +00:00
parent c7cf9aef3c
commit 097fb4f06d
4 changed files with 39 additions and 190 deletions

View File

@ -1532,9 +1532,7 @@ dist_templates_DATA = \
templates/agu_article.lyx \
templates/apa.lyx \
templates/beamer-conference-ornate-20min.lyx \
templates/ctex-article.lyx \
templates/ctex-book.lyx \
templates/ctex-report.lyx \
templates/ctex.lyx \
templates/de_beamer-conference-ornate-20min.lyx \
templates/dinbrief.lyx \
templates/docbook_article.lyx \

View File

@ -1,93 +0,0 @@
#LyX 2.0 created this file. For more info see http://www.lyx.org/
\lyxformat 413
\begin_document
\begin_header
\textclass ctex-book
\begin_preamble
\DeclareRobustCommand\nobreakspace{\leavevmode\nobreak\ }
\end_preamble
\options UTF8,adobefonts
\use_default_options true
\maintain_unincluded_children false
\language chinese-simplified
\language_package %
\inputencoding utf8-plain
\fontencoding global
\font_roman default
\font_sans default
\font_typewriter default
\font_default_family default
\use_non_tex_fonts false
\font_sc false
\font_osf false
\font_sf_scale 100
\font_tt_scale 100
\graphics default
\default_output_format pdf4
\output_sync 0
\bibtex_command default
\index_command default
\paperfontsize default
\spacing single
\use_hyperref false
\papersize default
\use_geometry false
\use_amsmath 1
\use_esint 1
\use_mhchem 1
\use_mathdots 1
\cite_engine basic
\use_bibtopic false
\use_indices false
\paperorientation portrait
\suppress_date false
\use_refstyle 1
\index Index
\shortcut idx
\color #008000
\end_index
\secnumdepth 3
\tocdepth 3
\paragraph_separation indent
\paragraph_indentation default
\quotes_language english
\papercolumns 1
\papersides 1
\paperpagestyle default
\tracking_changes false
\output_changes false
\html_math_output 0
\html_css_as_file 0
\html_be_strict false
\end_header
\begin_body
\begin_layout Title
基于CTeX的LyX书籍模板
\end_layout
\begin_layout Author
作者
\end_layout
\begin_layout Standard
\begin_inset CommandInset toc
LatexCommand tableofcontents
\end_inset
\end_layout
\begin_layout Chapter
简介
\end_layout
\begin_layout Standard
本文档基于ctex宏包详细介绍参见ctex-article.lyx模板。
\end_layout
\end_body
\end_document

View File

@ -1,93 +0,0 @@
#LyX 2.0 created this file. For more info see http://www.lyx.org/
\lyxformat 413
\begin_document
\begin_header
\textclass ctex-report
\begin_preamble
\DeclareRobustCommand\nobreakspace{\leavevmode\nobreak\ }
\end_preamble
\options UTF8,adobefonts
\use_default_options true
\maintain_unincluded_children false
\language chinese-simplified
\language_package %
\inputencoding utf8-plain
\fontencoding global
\font_roman default
\font_sans default
\font_typewriter default
\font_default_family default
\use_non_tex_fonts false
\font_sc false
\font_osf false
\font_sf_scale 100
\font_tt_scale 100
\graphics default
\default_output_format pdf4
\output_sync 0
\bibtex_command default
\index_command default
\paperfontsize default
\spacing single
\use_hyperref false
\papersize default
\use_geometry false
\use_amsmath 1
\use_esint 1
\use_mhchem 1
\use_mathdots 1
\cite_engine basic
\use_bibtopic false
\use_indices false
\paperorientation portrait
\suppress_date false
\use_refstyle 1
\index Index
\shortcut idx
\color #008000
\end_index
\secnumdepth 3
\tocdepth 3
\paragraph_separation indent
\paragraph_indentation default
\quotes_language english
\papercolumns 1
\papersides 1
\paperpagestyle default
\tracking_changes false
\output_changes false
\html_math_output 0
\html_css_as_file 0
\html_be_strict false
\end_header
\begin_body
\begin_layout Title
基于CTeX的LyX报告模板
\end_layout
\begin_layout Author
作者
\end_layout
\begin_layout Standard
\begin_inset CommandInset toc
LatexCommand tableofcontents
\end_inset
\end_layout
\begin_layout Chapter
简介
\end_layout
\begin_layout Standard
本文档基于ctex宏包详细介绍参见ctex-article.lyx模板。
\end_layout
\end_body
\end_document

View File

@ -4,13 +4,14 @@
\begin_header
\textclass ctex-article
\begin_preamble
%Fixme: is this really necessary?
\DeclareRobustCommand\nobreakspace{\leavevmode\nobreak\ }
\end_preamble
\options UTF8,adobefonts
\use_default_options true
\maintain_unincluded_children false
\language chinese-simplified
\language_package %
\language_package none
\inputencoding utf8-plain
\fontencoding global
\font_roman default
@ -64,6 +65,29 @@
\begin_body
\begin_layout Standard
\begin_inset Note Note
status open
\begin_layout Plain Layout
This templates creates an article.
To create a book or a report, change the document class to
\family sans
book (ctex)
\family default
or
\family sans
report (ctex)
\family default
.
\end_layout
\end_inset
\end_layout
\begin_layout Title
基于CTeX的LyX文档模板
\end_layout
@ -121,6 +145,19 @@ http://yihui.name
小结
\end_layout
\begin_layout Standard
\begin_inset Note Note
status open
\begin_layout Plain Layout
Fixme: the layout files are already part of LyX since version 2.0.2.
\end_layout
\end_inset
\end_layout
\begin_layout Standard
本文档使用ctex-article.layout类似的还有两种书籍ctex-book和报告ctex-report.layout如果你熟悉ctex宏包这里就不
需要解释了语言设置为简体中文编码使用UTF8字体用Adobe中文字体输出类型设置为XeTeX。编译的时候中文与英文之间会自动加上空格方便阅读。