OSDN Git Service

luatex-ja/luatexja.git
10 years agoReleases 20140114.0 20140114.0
Hironori Kitagawa [Tue, 14 Jan 2014 00:24:43 +0000 (09:24 +0900)]
Releases 20140114.0

10 years agoUpdated ltjsclasses (based on jsclasses 2014-01-02)
Hironori Kitagawa [Mon, 13 Jan 2014 09:45:15 +0000 (18:45 +0900)]
Updated ltjsclasses (based on jsclasses 2014-01-02)

10 years agoRegenerated pdf of the manual, ltjclasses, and ltjltxdoc.
Hironori Kitagawa [Mon, 13 Jan 2014 08:16:34 +0000 (17:16 +0900)]
Regenerated pdf of the manual, ltjclasses, and ltjltxdoc.

10 years agoUpdated lltjp-listing.sty
Hironori Kitagawa [Thu, 9 Jan 2014 08:52:34 +0000 (17:52 +0900)]
Updated lltjp-listing.sty

 * Fix a bug that unnecessary empty line is printed
   if there are more than one Japanese characters
   before ``the first line'' of \lstinputlisting.

 * Changed treatment of variation selector
   I only considered VS17--VS255 (U+E0100--UE01EF) now,
   but it is easy to extend to VS1--VS16.

 * Introduced two new keys: vsraw or vscmd
   to control how VS is printed

 * Moved Variation Selectros Supplement (VS17--VS255)
   to the character range 6. Hence they are treated as JAchars.

10 years agolltjp-listings.sty: support IVS (ugly hack)
Hironori Kitagawa [Tue, 7 Jan 2014 01:57:57 +0000 (10:57 +0900)]
lltjp-listings.sty: support IVS (ugly hack)

10 years agoltj-jfont.lua: removed unnecessary print() and fixed print_aftl_address().
Hironori Kitagawa [Mon, 6 Jan 2014 07:33:10 +0000 (16:33 +0900)]
ltj-jfont.lua: removed unnecessary print() and fixed print_aftl_address().

10 years agoManual: updated notes for MiKTeX users.
Hironori Kitagawa [Sun, 5 Jan 2014 02:33:15 +0000 (11:33 +0900)]
Manual: updated notes for MiKTeX users.

10 years agoUpdated the manual.
Hironori Kitagawa [Sat, 4 Jan 2014 09:02:11 +0000 (18:02 +0900)]
Updated the manual.

10 years agoManual: stopped using IPAmjMincho for examples of IVS, to reduce filesize of PDFs
Hironori Kitagawa [Sat, 4 Jan 2014 02:05:50 +0000 (11:05 +0900)]
Manual: stopped using IPAmjMincho for examples of IVS, to reduce filesize of PDFs

10 years agoManual: added implementation of luatexja-adjust.sty (Japanese only)
Hironori Kitagawa [Fri, 3 Jan 2014 10:33:22 +0000 (19:33 +0900)]
Manual: added implementation of luatexja-adjust.sty (Japanese only)

10 years agoUpdated manuals, and removed unnecessary print() which is used for debug.
Hironori Kitagawa [Thu, 2 Jan 2014 05:46:00 +0000 (14:46 +0900)]
Updated manuals, and removed unnecessary print() which is used for debug.

10 years agosmall bugfix
Hironori Kitagawa [Thu, 2 Jan 2014 05:04:11 +0000 (14:04 +0900)]
small bugfix

 - first call of \adjustbaseline is moved to lltjfont.sty
 - If Japanese font \ALT does not have a character <c>, then
     \ltjdeclarealtfont \BASE \ALT {<c>}
   does not replace <c> in \BASE to <c> in \ALT.

10 years agolltjfont.sty, ltj-jfont.lua: different font number from different 4-tuple (enc, fam...
Hironori Kitagawa [Wed, 1 Jan 2014 12:28:49 +0000 (21:28 +0900)]
lltjfont.sty, ltj-jfont.lua: different font number from different 4-tuple (enc, fam, series, shape).

10 years agoExtended \ltjdeclarealtfont etc.
Hironori Kitagawa [Tue, 31 Dec 2013 07:35:13 +0000 (16:35 +0900)]
Extended \ltjdeclarealtfont etc.

範囲を表す最後の引数に {-1}-{-2} のように指定すると,
基底フォントの文字クラス 1, 2 に属する文字全部を指定したことになる.

10 years agotest20-mfont.tex: renamed from mfonttest.tex
Hironori Kitagawa [Tue, 31 Dec 2013 00:34:46 +0000 (09:34 +0900)]
test20-mfont.tex: renamed from mfonttest.tex

Added notes and examples to test20-mfont.tex.

10 years agoMoved Lua and TeX codes in mfonttest.tex into the core of LuaTeX-ja.
Hironori Kitagawa [Mon, 30 Dec 2013 13:28:46 +0000 (22:28 +0900)]
Moved Lua and TeX codes in mfonttest.tex into the core of LuaTeX-ja.

10 years agoUpdated test/mfonttest.tex
Hironori Kitagawa [Mon, 30 Dec 2013 11:49:46 +0000 (20:49 +0900)]
Updated test/mfonttest.tex

 * Renamed \ltjsetaltfont to \ltjdeclarealtfont
 * Added \DeclareAlternateKanjiFont (for NFSS2):
     \DeclareAlternateKanjiFont
       <Benc><Bfam><Bser><Bshape><Aenc><Afam><Aser><Ashape><range>

\ltjdeclarealtfont, \ltjclearaltfont and \DeclareAlternateKanjiFont
are always global.

10 years agotest/mfonttest.tex: reconstruction:
Hironori Kitagawa [Mon, 30 Dec 2013 07:40:47 +0000 (16:40 +0900)]
test/mfonttest.tex: reconstruction:

 * \ltjsetaltfont<base_font_cs><alt_font_cs>{100-200,3000-,5000,...}
 * \ltjclearaltfont<font_cs>

---
Also, I corrected typo in ltj-charrange.lua.

10 years agoIncluded mfonttest-131229-1.{tex,pdf} as mfonttest.{tex,pdf}.
Hironori Kitagawa [Sun, 29 Dec 2013 10:38:03 +0000 (19:38 +0900)]
Included mfonttest-131229-1.{tex,pdf} as mfonttest.{tex,pdf}.

10 years agoUpdated test19-ivs.{tex,pdf}.
Hironori Kitagawa [Thu, 26 Dec 2013 07:28:18 +0000 (16:28 +0900)]
Updated test19-ivs.{tex,pdf}.

10 years agoltj-base.lua: stopped to use module().
Hironori Kitagawa [Wed, 25 Dec 2013 11:34:16 +0000 (20:34 +0900)]
ltj-base.lua: stopped to use module().

10 years agoCommit 2f7b22e is somehow reverted.
Hironori Kitagawa [Mon, 23 Dec 2013 10:14:15 +0000 (19:14 +0900)]
Commit 2f7b22e is somehow reverted.

10 years agoltj-base.lua: use precompiled cache (.luc, .lub) if possible, as luaotfload
Hironori Kitagawa [Sun, 22 Dec 2013 08:33:16 +0000 (17:33 +0900)]
ltj-base.lua: use precompiled cache (.luc, .lub) if possible, as luaotfload

I tested with the manual of LuaTeX-ja:

                   .luc     .lua
(Japanese manual) 10.446s  10.624s
(English manual)   8.565s   8.723s

Used LuaTeX:
  > This is LuaTeX, Version beta-0.76.0-2013061708  (TeX Live 2013) (rev 4627)

10 years agomoved cache managementcode into ltj-base.lua.
Hironori Kitagawa [Sat, 21 Dec 2013 13:32:05 +0000 (22:32 +0900)]
moved cache managementcode into ltj-base.lua.

10 years agoUpdated luatexja.dtx.
Hironori Kitagawa [Sat, 21 Dec 2013 03:58:54 +0000 (12:58 +0900)]
Updated luatexja.dtx.

10 years agoMerge branch 'kitagawa_catcode' into kitagawa_test
Hironori Kitagawa [Fri, 20 Dec 2013 22:33:30 +0000 (07:33 +0900)]
Merge branch 'kitagawa_catcode' into kitagawa_test

10 years agoFix: replacement by IVS was overwritten by that by font features.
Hironori Kitagawa [Fri, 20 Dec 2013 08:44:58 +0000 (17:44 +0900)]
Fix: replacement by IVS was overwritten by that by font features.

10 years agoltj-otf.lua: IVS now works with OTF (similar way as ivslist.tex)
Hironori Kitagawa [Thu, 19 Dec 2013 11:43:57 +0000 (20:43 +0900)]
ltj-otf.lua: IVS now works with OTF (similar way as ivslist.tex)

10 years agotool/ivslist.tex: now works with an OpenType font
Hironori Kitagawa [Thu, 19 Dec 2013 02:22:12 +0000 (11:22 +0900)]
tool/ivslist.tex: now works with an OpenType font

10 years agoMerged test/ivs.lua into ltj-otf.lua
Hironori Kitagawa [Wed, 18 Dec 2013 00:58:51 +0000 (09:58 +0900)]
Merged test/ivs.lua into ltj-otf.lua

However, IVS-related code are not enabled if luatexja-otf.sty is only loaded.
To eneble it, one need to execute
  \directlua{luatexja.otf.enable_ivs()}
in the document.

I found that current IVS code does not work for OpenType fonts
  (e.g., Kozuka Mincho and  Hanazono Mincho OT).

10 years agotest19-ivs.tex, ivs.lua: test of variation selectors
Hironori Kitagawa [Tue, 17 Dec 2013 10:18:42 +0000 (19:18 +0900)]
test19-ivs.tex, ivs.lua: test of variation selectors

 * Test with IPA MJ Mincho (ipamjm.ttf, version 002.02).
   It seems that IVS for U+2B7EA does not work. Why?
 * Perhaps ivs.lua works fine even if LuaTeX-ja is not loaded.

10 years agoluatexja-preset.sty: \defaultjfontfeatures -> \addjfontfeature, to prevent override.
Hironori Kitagawa [Fri, 13 Dec 2013 01:17:08 +0000 (10:17 +0900)]
luatexja-preset.sty: \defaultjfontfeatures -> \addjfontfeature, to prevent override.

10 years agoUse "CJKShape=NLC" for 'hiragino-pron" preset, instead of "CJKShape=JIS2004" (untested!)
Hironori Kitagawa [Wed, 11 Dec 2013 12:28:00 +0000 (21:28 +0900)]
Use "CJKShape=NLC" for 'hiragino-pron" preset, instead of "CJKShape=JIS2004" (untested!)

10 years agoBug fix: baseline shift of a rule in math formula.
Hironori Kitagawa [Sat, 7 Dec 2013 07:43:25 +0000 (16:43 +0900)]
Bug fix: baseline shift of a rule in math formula.

10 years agoMerge branch 'kitagawa_test' into kitagawa_catcode
Hironori Kitagawa [Fri, 6 Dec 2013 10:27:38 +0000 (19:27 +0900)]
Merge branch 'kitagawa_test' into kitagawa_catcode

10 years agoUse KozGoPr6N-Regular.otf for "Japanese part" of \ttfamily.
Hironori Kitagawa [Fri, 6 Dec 2013 06:14:37 +0000 (15:14 +0900)]
Use KozGoPr6N-Regular.otf for "Japanese part" of \ttfamily.

10 years agoAnother fix of #32527.
Hironori Kitagawa [Thu, 5 Dec 2013 22:59:54 +0000 (07:59 +0900)]
Another fix of #32527.

 - ALchar in math (`a' in `$a$') is shifted by yalbaselineshift
 - JAchar in math (`あ' in `$あ$') is shifted by yjabaselineshift
 - explicit \vrule in math mode is shifted by yalbaselineshift
 - explicit \hbox (or \vbox) in math mode is not shifted,
   because its contents were already appropreately shifted in hpack/vpack.

10 years agoFix ticket #32527.
Hironori Kitagawa [Thu, 5 Dec 2013 11:07:56 +0000 (20:07 +0900)]
Fix ticket #32527.

10 years agoUpdated test06-offset.{tex,pdf}.
Hironori Kitagawa [Thu, 5 Dec 2013 07:16:02 +0000 (16:16 +0900)]
Updated test06-offset.{tex,pdf}.

10 years agoluatexja.dtx: catcode value in LuaTeX-ja (Japanese only)
Hironori Kitagawa [Sun, 10 Nov 2013 12:06:48 +0000 (21:06 +0900)]
luatexja.dtx: catcode value in LuaTeX-ja (Japanese only)

10 years agoRevert previous two commits, and updated manuals.
Hironori Kitagawa [Fri, 1 Nov 2013 22:44:18 +0000 (07:44 +0900)]
Revert previous two commits, and updated manuals.

10 years agoAnother fix of ltj-unicode-ccfix.tex: \catcode of characters in 'CJK Symbols and...
Hironori Kitagawa [Fri, 1 Nov 2013 10:21:20 +0000 (19:21 +0900)]
Another fix of ltj-unicode-ccfix.tex: \catcode of characters in 'CJK Symbols and Punctuation' = 11.

10 years agoChanged catcode of 'Halfwidth and Fullwidth forms'
Hironori Kitagawa [Fri, 1 Nov 2013 05:39:19 +0000 (14:39 +0900)]
Changed catcode of 'Halfwidth and Fullwidth forms'

U+3000:         11 -> 12 (Ideographic spc)
U+FF00--U+FFF0: 12
U+FF10--U+FF19: 11 (fullwidth numeral)
U+FF21--U+FF3A: 11 (fullwidth alph, uppercase)
U+FF41--U+FF5A: 11 (fullwidth alph, lowercase)

10 years agoluatexja-preset.sty: divided 'yu' option into 'yu-win' and 'yu-osx'
Hironori Kitagawa [Wed, 30 Oct 2013 12:33:44 +0000 (21:33 +0900)]
luatexja-preset.sty: divided 'yu' option into 'yu-win' and 'yu-osx'

10 years agoluatexja-preset.sty: using 'fontname' instead of filename
Hironori Kitagawa [Sun, 27 Oct 2013 23:23:27 +0000 (08:23 +0900)]
luatexja-preset.sty: using 'fontname' instead of filename

 * Removed obsolete option ('kozuka4' etc.)
 * Used fontname for Kozuka fonts (Pro, Pr6, Pr6N) and Yu fonts.
   - See TEXMFVAR/luatex-cache/generic/names/luaotfload-names.lua
   - Test needed: Kozuka (Pr6) and Yu (OSX)
   - If you have Hiragino fonts or Morisawa fonts,
     please edit luatexja-preset.sty to use 'fontname' of them.

10 years agoluatexja-preset.sty: add settings for Yu Mincho and Yu Gothic (bundled with Win8.1).
Hironori Kitagawa [Sat, 26 Oct 2013 06:44:05 +0000 (15:44 +0900)]
luatexja-preset.sty: add settings for Yu Mincho and Yu Gothic (bundled with Win8.1).

10 years agoupdated Chinese doc, switched default fonts to Fandol fonts.
maqiyuan [Thu, 12 Sep 2013 14:21:59 +0000 (22:21 +0800)]
updated Chinese doc, switched default fonts to Fandol fonts.

10 years agoChanged line-breaking code (CR*LF -> LF).
Hironori Kitagawa [Mon, 9 Sep 2013 22:46:30 +0000 (07:46 +0900)]
Changed line-breaking code (CR*LF -> LF).

10 years agoReleases 20130909.0 20130909.0
Hironori Kitagawa [Mon, 9 Sep 2013 07:27:13 +0000 (16:27 +0900)]
Releases 20130909.0

10 years agoRegenerated documentation PDFs.
Hironori Kitagawa [Mon, 9 Sep 2013 07:26:30 +0000 (16:26 +0900)]
Regenerated documentation PDFs.

10 years agoluatexja-preset: add \textmg and \textgteb.
Hironori Kitagawa [Sat, 7 Sep 2013 05:59:06 +0000 (14:59 +0900)]
luatexja-preset: add \textmg and \textgteb.

10 years agoluatexja-fontspec: \defaultjfontfeatures accepts an optional argument, which is a...
Kazuki Maeda [Sat, 17 Aug 2013 12:52:36 +0000 (21:52 +0900)]
luatexja-fontspec: \defaultjfontfeatures accepts an optional argument, which is a new feature in fontspec v2.3.

10 years agoFix typo in src/ltj-plain.sty and src/patches/lltjdefs.sty
Hironori Kitagawa [Thu, 11 Jul 2013 02:40:43 +0000 (11:40 +0900)]
Fix typo in src/ltj-plain.sty and src/patches/lltjdefs.sty

10 years agoMoved ltj-unicode-ccfix.tex from src/patches/ to src/ 20130711.0
Hironori Kitagawa [Wed, 10 Jul 2013 23:55:31 +0000 (08:55 +0900)]
Moved ltj-unicode-ccfix.tex from src/patches/ to src/

10 years agoReleases 20130711.0
Hironori Kitagawa [Wed, 10 Jul 2013 23:44:38 +0000 (08:44 +0900)]
Releases 20130711.0

10 years agoUpdated manuals.
Hironori Kitagawa [Wed, 10 Jul 2013 23:44:02 +0000 (08:44 +0900)]
Updated manuals.

10 years agoExcluded ltj-kinsoku.lua (from the archive for CTAN)
Hironori Kitagawa [Wed, 10 Jul 2013 12:38:16 +0000 (21:38 +0900)]
Excluded ltj-kinsoku.lua (from the archive for CTAN)

Now if one downloaded LuaTeX-ja from CTAN, he needs to process
  $ cd src
  $ lualatex ltjclasses.ins
  $ lualatex ltjltxdoc.ins
  $ lualatex ltjsclasses.ins
  $ luatex ltj-kinsoku_make.tex

10 years agoRearranged .dtx, .ins and others
Hironori Kitagawa [Mon, 8 Jul 2013 13:16:13 +0000 (22:16 +0900)]
Rearranged .dtx, .ins and others

10 years agoReleases 20130708.0 20130708.0
Hironori Kitagawa [Sun, 7 Jul 2013 21:15:21 +0000 (06:15 +0900)]
Releases 20130708.0

10 years agoMerge branch 'zh-maqiyuan' into kitagawa_test
Hironori Kitagawa [Sun, 7 Jul 2013 20:54:53 +0000 (05:54 +0900)]
Merge branch 'zh-maqiyuan' into kitagawa_test

10 years agoForgot to change fonts.ids -> fonts.hashes.identifiers
Hironori Kitagawa [Thu, 4 Jul 2013 21:09:37 +0000 (06:09 +0900)]
Forgot to change fonts.ids -> fonts.hashes.identifiers

10 years agoOptimized ltj-inputbuf.lua
Hironori Kitagawa [Wed, 3 Jul 2013 00:15:01 +0000 (09:15 +0900)]
Optimized ltj-inputbuf.lua

10 years agoCCT style for LuaTeX-ja.
maqiyuan [Mon, 24 Jun 2013 16:44:44 +0000 (00:44 +0800)]
CCT style for LuaTeX-ja.

10 years agolltjdefs.sty: add \< ( == \inhibitglue).
Hironori Kitagawa [Wed, 12 Jun 2013 09:26:07 +0000 (18:26 +0900)]
lltjdefs.sty: add \< ( == \inhibitglue).

10 years agoSupport \ltj@std(mc|gt)font and luatexja.cfg.
Hironori Kitagawa [Thu, 6 Jun 2013 13:27:15 +0000 (22:27 +0900)]
Support \ltj@std(mc|gt)font and luatexja.cfg.

10 years agoluatexja-preset.sty: 90jis/jis2004 only affect with mincho/gothic(/mg).
Hironori Kitagawa [Sat, 25 May 2013 13:50:59 +0000 (22:50 +0900)]
luatexja-preset.sty: 90jis/jis2004 only affect with mincho/gothic(/mg).

10 years agoAdd CJKShape=JIS2004 option in luatexja-fontspec.
Hironori Kitagawa [Fri, 24 May 2013 14:48:23 +0000 (23:48 +0900)]
Add CJKShape=JIS2004 option in luatexja-fontspec.

10 years agoluatexja-preset: use CJKShape=NLC/JIS1990.
Hironori Kitagawa [Thu, 23 May 2013 10:43:06 +0000 (19:43 +0900)]
luatexja-preset: use CJKShape=NLC/JIS1990.

10 years agoFandol fonts to luatexja-zhfonts.sty.
maqiyuan [Thu, 23 May 2013 07:23:21 +0000 (15:23 +0800)]
Fandol fonts to luatexja-zhfonts.sty.

10 years agoMerge branch 'zh-maqiyuan' into kitagawa_test
Hironori Kitagawa [Thu, 23 May 2013 00:11:04 +0000 (09:11 +0900)]
Merge branch 'zh-maqiyuan' into kitagawa_test

10 years agoCorrect a typo.
maqiyuan [Wed, 22 May 2013 13:21:17 +0000 (21:21 +0800)]
Correct a typo.

10 years agocwTeX fonts to luatexja-zhfonts.sty.
maqiyuan [Wed, 22 May 2013 09:56:51 +0000 (17:56 +0800)]
cwTeX fonts to luatexja-zhfonts.sty.

10 years agoHanYi fonts to luatexja-zhfonts.sty.
maqiyuan [Wed, 22 May 2013 09:42:39 +0000 (17:42 +0800)]
HanYi fonts to luatexja-zhfonts.sty.

10 years agoNow all fonts are embedded in luatexja-{ja,en}.pdf.
Hironori Kitagawa [Wed, 22 May 2013 00:29:21 +0000 (09:29 +0900)]
Now all fonts are embedded in luatexja-{ja,en}.pdf.

10 years agoUpdated manuals to embed *almost* all fonts.
Hironori Kitagawa [Tue, 21 May 2013 23:33:39 +0000 (08:33 +0900)]
Updated manuals to embed *almost* all fonts.

10 years agoRegenerated luatexja-zhfonts.pdf.
maqiyuan [Mon, 20 May 2013 13:32:59 +0000 (21:32 +0800)]
Regenerated luatexja-zhfonts.pdf.

10 years agoinitial version of luatexja-zhfonts.sty.
maqiyuan [Sun, 19 May 2013 17:51:43 +0000 (01:51 +0800)]
initial version of luatexja-zhfonts.sty.

10 years agoDoc on Chinese fonts.
maqiyuan [Sun, 19 May 2013 16:23:09 +0000 (00:23 +0800)]
Doc on Chinese fonts.

10 years agoRemove ltj-cctbreg.sty.
Kazuki Maeda [Wed, 15 May 2013 03:43:16 +0000 (12:43 +0900)]
Remove ltj-cctbreg.sty.

10 years agoReleases 20130515.0 20130515.0
Hironori Kitagawa [Tue, 14 May 2013 20:43:09 +0000 (05:43 +0900)]
Releases 20130515.0

10 years agoRegenerated PDFs.
Hironori Kitagawa [Tue, 14 May 2013 20:31:14 +0000 (05:31 +0900)]
Regenerated PDFs.

10 years agoMerge branch 'TL2013'
Hironori Kitagawa [Tue, 14 May 2013 20:30:50 +0000 (05:30 +0900)]
Merge branch 'TL2013'

10 years agoUpdated the manual.
Hironori Kitagawa [Tue, 14 May 2013 20:30:35 +0000 (05:30 +0900)]
Updated the manual.

10 years agoRevert "Regenerated manual PDFs."
Hironori Kitagawa [Tue, 14 May 2013 19:58:17 +0000 (04:58 +0900)]
Revert "Regenerated manual PDFs."

This reverts commit 06ba858ceae7f34c54e27b78a229c29e7dcf2ed1.

10 years agoUpdated file version of *.lua.
Hironori Kitagawa [Tue, 14 May 2013 12:17:32 +0000 (21:17 +0900)]
Updated file version of *.lua.

10 years agoChanged version of all files to 2013/05/14.
Hironori Kitagawa [Tue, 14 May 2013 11:26:15 +0000 (20:26 +0900)]
Changed version of all files to 2013/05/14.

10 years agoI put manuals in the wrong directory.
Hironori Kitagawa [Tue, 14 May 2013 10:57:24 +0000 (19:57 +0900)]
I put manuals in the wrong directory.

10 years agoRemoved the Chinese part from luatexja.dtx.
Hironori Kitagawa [Tue, 14 May 2013 05:24:45 +0000 (14:24 +0900)]
Removed the Chinese part from luatexja.dtx.

10 years agoRegenerated manual PDFs.
Hironori Kitagawa [Mon, 13 May 2013 21:58:54 +0000 (06:58 +0900)]
Regenerated manual PDFs.

10 years agoAnother update of READMe etc.
Hironori Kitagawa [Mon, 13 May 2013 21:57:59 +0000 (06:57 +0900)]
Another update of READMe etc.

10 years agoUpdate README.
Kazuki Maeda [Mon, 13 May 2013 14:27:33 +0000 (23:27 +0900)]
Update README.

10 years agocache for non-embbeded fonts was generated in every run.
Hironori Kitagawa [Mon, 13 May 2013 11:37:09 +0000 (20:37 +0900)]
cache for non-embbeded fonts was generated in every run.

10 years agoRevert 0c68dbd etc., since they are no longer needed.
Hironori Kitagawa [Mon, 13 May 2013 11:10:46 +0000 (20:10 +0900)]
Revert 0c68dbd etc., since they are no longer needed.

10 years agoForgot to remove a line in ltj-cctbreg.sty.
Kazuki Maeda [Sun, 12 May 2013 10:00:04 +0000 (19:00 +0900)]
Forgot to remove a line in ltj-cctbreg.sty.

10 years agoUpdated the manual; fix 'slant' and 'extend' handling for non-embedded fonts.
Hironori Kitagawa [Sun, 12 May 2013 09:52:55 +0000 (18:52 +0900)]
Updated the manual; fix 'slant' and 'extend' handling for non-embedded fonts.

10 years agoFix ltj-cctbreg.sty for new luatex-base (rev 30250).
Kazuki Maeda [Sun, 12 May 2013 09:46:43 +0000 (18:46 +0900)]
Fix ltj-cctbreg.sty for new luatex-base (rev 30250).

10 years agoDisabled '/B', '/I' and '/BI' in non-embedded fonts.
Hironori Kitagawa [Sun, 12 May 2013 06:58:10 +0000 (15:58 +0900)]
Disabled '/B', '/I' and '/BI' in non-embedded fonts.

10 years agoltj-jfont.lua: fix #31338.
Hironori Kitagawa [Sat, 11 May 2013 14:58:05 +0000 (23:58 +0900)]
ltj-jfont.lua: fix #31338.

10 years agoBugfix: luatexbase.newuserwhatsit -> luatexbase.newuserwhatsitid in luatexja.lua.
Hironori Kitagawa [Sat, 11 May 2013 11:47:07 +0000 (20:47 +0900)]
Bugfix: luatexbase.newuserwhatsit -> luatexbase.newuserwhatsitid in luatexja.lua.

10 years agoUse luatexbase.newuserwhatsit in luateja.lua. (and several small bugfixes)
Hironori Kitagawa [Wed, 8 May 2013 11:52:44 +0000 (20:52 +0900)]
Use luatexbase.newuserwhatsit in luateja.lua. (and several small bugfixes)