File: 05_fix_examplefiles.diff

package info (click to toggle)
cjk 4.8.5-3
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 4,052 kB
  • sloc: lisp: 12,099; ansic: 4,435; sh: 3,985; perl: 1,804; makefile: 346
file content (23 lines) | stat: -rw-r--r-- 655 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
## 05_fix_examplefiles.diff by <danai@debian.org>
##
## Fix examples/CJK.tex: firstly, change from CJK to CJKutf8, and
## secondly, change from cyberb to cyberbit.

--- cjk-20060714/examples/UTF8.tex	2006-07-22 22:10:53.000000000 +0200
+++ new/examples/UTF8.tex	2006-09-05 10:30:33.150336108 +0200
@@ -7,7 +7,7 @@
 
 \documentclass[12pt]{article}
 
-\usepackage{CJK}
+\usepackage{CJKutf8}
 \usepackage[T1]{fontenc}
 
 
@@ -23,5 +23,5 @@
 % we want the Unicode font for normal text also
 \DeclareFontFamily{T1}{song}{}
-\DeclareFontShape{T1}{song}{m}{n}{<-> cyberb00}{}
+\DeclareFontShape{T1}{song}{m}{n}{<-> cyberbit00}{}
 \renewcommand\rmdefault{song}