commit 5f7395d64870e625c147ce554c40f5d18dcb79c2
Author: Scott Kostyshak <[email protected]>
Date:   Tue May 5 02:13:31 2015 -0400

    ctex.lyx: use free fonts by default
    
    Now with TeX Live 2014 (and also with 2015), we can export ctex.lyx
    with free fonts. I have confirmed that the output is correct.

diff --git a/development/autotests/revertedTests 
b/development/autotests/revertedTests
index 38be72f..3dfb798 100644
--- a/development/autotests/revertedTests
+++ b/development/autotests/revertedTests
@@ -66,7 +66,6 @@ export/templates/kluwer_pdf4_systemF
 #
 # There is no Chinese LuaTeX or XeTeX TeX font support yet.
 export/.*/zh_CN/.*(pdf[45]|dvi3)_texF
-export/templates/ctex_pdf4_texF
 #
 # These started failing after we implemented tests for formats
 # that are in the complement set to the default format (7ecbb068).
diff --git a/lib/templates/ctex.lyx b/lib/templates/ctex.lyx
index f009c28..6c9824e 100644
--- a/lib/templates/ctex.lyx
+++ b/lib/templates/ctex.lyx
@@ -8,7 +8,7 @@
 % http://bbs.ctex.org/viewthread.php?tid=60547
 \DeclareRobustCommand\nobreakspace{\leavevmode\nobreak\ }
 \end_preamble
-\options UTF8,adobefonts
+\options UTF8,nofonts
 \use_default_options true
 \maintain_unincluded_children false
 \language chinese-simplified
@@ -80,6 +80,40 @@
 status open
 
 \begin_layout Plain Layout
+The below text refers to if we replace 
+\begin_inset Quotes eld
+\end_inset
+
+nofonts
+\begin_inset Quotes erd
+\end_inset
+
+ with 
+\begin_inset Quotes eld
+\end_inset
+
+adobefonts
+\begin_inset Quotes erd
+\end_inset
+
+.
+ The text is outdated and will be updated to reflect this change soon.
+ The change was made because we no longer need proprietary fonts to compile
+ this document.
+ For example, it can be compiled with out-of-the-box TeX Live 2014 and TeX
+ Live 2015.
+\end_layout
+
+\end_inset
+
+
+\end_layout
+
+\begin_layout Standard
+\begin_inset Note Note
+status open
+
+\begin_layout Plain Layout
 这是一份文章模板,如果要使用书籍或报告,请设置文档类为
 \family sans
 book (C\SpecialChar TeX

Reply via email to