OSDN Git Service

luatex-ja/luatexja.git
11 years agoReleases 20120904.0 20120904.0
Hironori Kitagawa [Tue, 4 Sep 2012 12:25:01 +0000 (21:25 +0900)]
Releases 20120904.0

11 years agoMerge branch 'kitagawa_test'
Hironori Kitagawa [Tue, 4 Sep 2012 12:20:48 +0000 (21:20 +0900)]
Merge branch 'kitagawa_test'

 - regenerated PDF of documents.

11 years agoRevert "Fix ticket #29140/" (for merging kitagawa_test branch)
Hironori Kitagawa [Tue, 4 Sep 2012 11:45:52 +0000 (20:45 +0900)]
Revert "Fix ticket #29140/" (for merging kitagawa_test branch)

This reverts commit 2e9566b50d653da63edab02f263bcbf96df78d0e.

11 years agoSpeed up initialization of Np, and cleanup uniq_id.
Hironori Kitagawa [Tue, 28 Aug 2012 22:25:16 +0000 (07:25 +0900)]
Speed up initialization of Np, and cleanup uniq_id.

11 years agoUpdated the source of manual and tests.
Hironori Kitagawa [Wed, 22 Aug 2012 14:37:45 +0000 (23:37 +0900)]
Updated the source of manual and tests.

11 years agoFix ticket 29311.
Hironori Kitagawa [Tue, 21 Aug 2012 23:39:49 +0000 (08:39 +0900)]
Fix ticket 29311.

 - 29311-test.tex にあった対処方法のテストを取り込み.
 - listings 用の禁則テーブルは(今のところ)カスタマイズを想定していない.
   現在は luatexja-kinsoku.tex の中から {pre,post}breakpenalty が
   10000 の文字について設定している.
 - ドキュメントの更新は未完である.

11 years agoMoved get_attr_icflag() after attr_icflag is declared.
Hironori Kitagawa [Tue, 21 Aug 2012 00:38:20 +0000 (09:38 +0900)]
Moved get_attr_icflag() after attr_icflag is declared.

11 years agoAdded test17-totenwidth.{tex,pdf}
Hironori Kitagawa [Sun, 19 Aug 2012 11:10:48 +0000 (20:10 +0900)]
Added test17-totenwidth.{tex,pdf}

  行末の句読点の位置によって,
  全角取りか半角取りかを自動的に調整する実験

11 years agoFix a bug introduced by commit 79c1a4f.
Hironori Kitagawa [Sun, 19 Aug 2012 10:18:54 +0000 (19:18 +0900)]
Fix a bug introduced by commit 79c1a4f.

11 years agoBug fix of commit a3c13e3f.
Hironori Kitagawa [Sun, 19 Aug 2012 02:15:53 +0000 (11:15 +0900)]
Bug fix of commit a3c13e3f.

11 years agoFix \inhibitglue
Hironori Kitagawa [Sat, 18 Aug 2012 07:50:27 +0000 (16:50 +0900)]
Fix \inhibitglue

11 years agoTry to fix #27998
Hironori Kitagawa [Sat, 18 Aug 2012 06:49:29 +0000 (15:49 +0900)]
Try to fix #27998

 - This commit doesn't use uniq_id anymore.
   (Is this safe?)

11 years agoModified ltj-jfmglue.lua etc. for speed.
Hironori Kitagawa [Thu, 9 Aug 2012 13:54:42 +0000 (22:54 +0900)]
Modified ltj-jfmglue.lua etc. for speed.

11 years agoFix #29157.
Hironori Kitagawa [Tue, 31 Jul 2012 22:26:01 +0000 (07:26 +0900)]
Fix #29157.

11 years agoFix ticket #29140 in kitagawa_test branch.
Hironori Kitagawa [Sun, 29 Jul 2012 04:52:00 +0000 (13:52 +0900)]
Fix ticket #29140 in kitagawa_test branch.

11 years agoFix ticket #29140/
Hironori Kitagawa [Sun, 29 Jul 2012 04:39:15 +0000 (13:39 +0900)]
Fix ticket #29140/

11 years agoReduced 'global variables' in ltj-jfmglue.lua.
Hironori Kitagawa [Wed, 25 Jul 2012 02:34:30 +0000 (11:34 +0900)]
Reduced 'global variables' in ltj-jfmglue.lua.

11 years agoFix #29105.
Hironori Kitagawa [Wed, 25 Jul 2012 00:37:31 +0000 (09:37 +0900)]
Fix #29105.

11 years agoFix a typo in lltjfont.sty.
Hironori Kitagawa [Fri, 20 Jul 2012 15:34:03 +0000 (00:34 +0900)]
Fix a typo in lltjfont.sty.

11 years agooptimized yjabaselineshift.
Hironori Kitagawa [Thu, 19 Jul 2012 21:17:30 +0000 (06:17 +0900)]
optimized yjabaselineshift.

11 years agoOptimized capsule_glyph() in ltj-setwidth.lua.
Hironori Kitagawa [Tue, 17 Jul 2012 08:39:57 +0000 (17:39 +0900)]
Optimized capsule_glyph() in ltj-setwidth.lua.

11 years agoBug fix of \ltjgetparameter{chartorange}{<char_code>}
Hironori Kitagawa [Mon, 16 Jul 2012 08:44:47 +0000 (17:44 +0900)]
Bug fix of \ltjgetparameter{chartorange}{<char_code>}

 - JIS X 0213 非漢字へ表を拡張した.

11 years agoFix #29003, and changed 2nd argument of find_char_class for simplicity.
Hironori Kitagawa [Mon, 16 Jul 2012 06:51:10 +0000 (15:51 +0900)]
Fix #29003, and changed 2nd argument of find_char_class for simplicity.

11 years agoAdded the table of non-Kanji characters of JIS X 0208:1990.
Hironori Kitagawa [Mon, 16 Jul 2012 04:13:08 +0000 (13:13 +0900)]
Added the table of non-Kanji characters of JIS X 0208:1990.

11 years agoFix the treatment of '(文字)*' syntax.
Hironori Kitagawa [Sun, 15 Jul 2012 04:17:24 +0000 (13:17 +0900)]
Fix the treatment of '(文字)*' syntax.

 - Updated documents (only Japanese).

11 years agopartially reverted commit 79c1a4f5.
Hironori Kitagawa [Sat, 14 Jul 2012 10:08:39 +0000 (19:08 +0900)]
partially reverted commit 79c1a4f5.

autospacing and autoxspacing now use different attributes, as before.

11 years agoFix #28968.
Hironori Kitagawa [Tue, 10 Jul 2012 21:48:47 +0000 (06:48 +0900)]
Fix #28968.

11 years agoQuick fix of #28943.
Hironori Kitagawa [Sun, 8 Jul 2012 00:59:33 +0000 (09:59 +0900)]
Quick fix of #28943.

11 years agoSupprted '(文字)*' syntax in JFM.
Hironori Kitagawa [Sat, 7 Jul 2012 08:16:36 +0000 (17:16 +0900)]
Supprted '(文字)*' syntax in JFM.

 - autospacing and autoxspacing now uses the same attributes.
   (1 bit + 1 bit)
 - some parameters such as prebreakpenalty won't be affected
   by luaotfload's glyph replacement process.

11 years agoCleanup.
Hironori Kitagawa [Sun, 1 Jul 2012 02:08:41 +0000 (11:08 +0900)]
Cleanup.

11 years agoFix bugs introduced by commit 95df0b77 (2012/04/24) and 9528e0be (2011/09/23).
Hironori Kitagawa [Sat, 30 Jun 2012 02:16:55 +0000 (11:16 +0900)]
Fix bugs introduced by commit 95df0b77 (2012/04/24) and 9528e0be (2011/09/23).

11 years agoReleases 20120623.0 20120623.0
Hironori Kitagawa [Sat, 23 Jun 2012 04:36:06 +0000 (13:36 +0900)]
Releases 20120623.0

11 years agoRegenerated luatexja-{ja,en,zh}.pdf.
Hironori Kitagawa [Tue, 19 Jun 2012 03:07:06 +0000 (12:07 +0900)]
Regenerated luatexja-{ja,en,zh}.pdf.

11 years agoUpdate the manual.
Hironori Kitagawa [Sat, 26 May 2012 13:46:02 +0000 (22:46 +0900)]
Update the manual.

11 years agoDrop the dependence of TeX Gyre from the Japanese manual.
Hironori Kitagawa [Sat, 26 May 2012 08:35:33 +0000 (17:35 +0900)]
Drop the dependence of TeX Gyre from the Japanese manual.

11 years agoUpdated Figure 2 in the manual.
Hironori Kitagawa [Sat, 26 May 2012 07:57:39 +0000 (16:57 +0900)]
Updated Figure 2 in the manual.

11 years agoDrop the dependence of Xy-pic from luatexja.dtx.
Hironori Kitagawa [Sat, 26 May 2012 02:42:05 +0000 (11:42 +0900)]
Drop the dependence of Xy-pic from luatexja.dtx.

But I couldn't typeset luatexja-ja.pdf with W32TeX (2012/5/25), with
the following error:

> [7]
>
> ! Package Listings Error: Couldn't load requested language.
>
> See the Listings package documentation for explanation.
> Type  H <return>  for immediate help.
>  ...
>
> l.456 \begin{LTXexample}
>
> ?

11 years agoluatexja.dtx: Some modifications for Subsection 3.3.
Kazuki Maeda [Fri, 25 May 2012 03:31:14 +0000 (12:31 +0900)]
luatexja.dtx: Some modifications for Subsection 3.3.

11 years agoluatexja.dtx: Add English description of luatexja-preset.sty.
Kazuki Maeda [Thu, 24 May 2012 00:54:12 +0000 (09:54 +0900)]
luatexja.dtx: Add English description of luatexja-preset.sty.

Move the position of the paragraph "Remark: Japanese Characters in Math Mode" in Subsection 3.1.

11 years agoFix typos in the manual.
Kazuki Maeda [Wed, 23 May 2012 14:12:57 +0000 (23:12 +0900)]
Fix typos in the manual.

11 years agoAdded \gtebfamily.
Hironori Kitagawa [Wed, 23 May 2012 13:03:31 +0000 (22:03 +0900)]
Added \gtebfamily.

11 years agoUpdate the manual; included a description of luatexja-preset.sty.
Hironori Kitagawa [Wed, 23 May 2012 05:14:37 +0000 (14:14 +0900)]
Update the manual; included a description of luatexja-preset.sty.

モリサワ・ヒラギノのフォント名が違うところがあるかもしれません.

11 years agoMerge branch 'master' into kitagawa_preset
Hironori Kitagawa [Wed, 23 May 2012 05:12:03 +0000 (14:12 +0900)]
Merge branch 'master' into kitagawa_preset

11 years agoluatexja.dtx doesn't depend on the makecell package.
Hironori Kitagawa [Sun, 20 May 2012 12:01:35 +0000 (21:01 +0900)]
luatexja.dtx doesn't depend on the makecell package.

11 years agoAdd package list used in the manual.
Hironori Kitagawa [Sun, 20 May 2012 03:45:26 +0000 (12:45 +0900)]
Add package list used in the manual.

11 years agoshowexpl,cfg追加
unknown [Sun, 20 May 2012 02:49:11 +0000 (11:49 +0900)]
showexpl,cfg追加

11 years agoSeveral presets of Japanese fonts.
Hironori Kitagawa [Sat, 19 May 2012 06:18:21 +0000 (15:18 +0900)]
Several presets of Japanese fonts.

11 years agoFixed luatexja-otf.sty and updated the manual.
Hironori Kitagawa [Wed, 16 May 2012 03:47:23 +0000 (12:47 +0900)]
Fixed luatexja-otf.sty and updated the manual.

11 years agoMerge branch 'kmaeda-cc-revert'
Hironori Kitagawa [Wed, 16 May 2012 01:18:52 +0000 (10:18 +0900)]
Merge branch 'kmaeda-cc-revert'

11 years agoMerge branch 'kitagawa_test'
Hironori Kitagawa [Tue, 15 May 2012 11:14:53 +0000 (20:14 +0900)]
Merge branch 'kitagawa_test'

11 years agoRevert "Partially reverted commit 4c1e00f, due to ticket #28380."
Hironori Kitagawa [Tue, 15 May 2012 11:13:47 +0000 (20:13 +0900)]
Revert "Partially reverted commit 4c1e00f, due to ticket #28380."

This reverts commit 3c1037e63c18161e2dccad3597c0e01d3688b35c,
because we have another solution (commit a81784d412d6e0fc42de901796568a90b32000f8).

11 years agoFix mk-rmlgbm-data.tex for ticket #28380.
Hironori Kitagawa [Tue, 15 May 2012 07:04:05 +0000 (16:04 +0900)]
Fix mk-rmlgbm-data.tex for ticket #28380.

11 years agoPartially reverted commit 4c1e00f, due to ticket #28380.
Hironori Kitagawa [Tue, 15 May 2012 02:56:15 +0000 (11:56 +0900)]
Partially reverted commit 4c1e00f, due to ticket #28380.

11 years agoluatexja.dtx: load mathptmx.sty only in the English version.
Hironori Kitagawa [Sun, 13 May 2012 12:43:41 +0000 (21:43 +0900)]
luatexja.dtx: load mathptmx.sty only in the English version.

11 years agoMerge branch 'kitagawa_test'
Hironori Kitagawa [Sun, 13 May 2012 12:29:24 +0000 (21:29 +0900)]
Merge branch 'kitagawa_test'

11 years agoModify documentation based on commit 09c86f0.
Hironori Kitagawa [Thu, 10 May 2012 12:56:09 +0000 (21:56 +0900)]
Modify documentation based on commit 09c86f0.

 * Fix three typo: %<ja> -> %<zh>.

11 years agoFix ltj-inputbuf.lua for the case \endlinechar != 13.
Hironori Kitagawa [Thu, 10 May 2012 12:43:23 +0000 (21:43 +0900)]
Fix ltj-inputbuf.lua for the case \endlinechar != 13.

11 years agoluatexja-ajmacros.sty: Revert the definition of \ajQuotedef back to the original...
Kazuki Maeda [Tue, 8 May 2012 10:03:54 +0000 (19:03 +0900)]
luatexja-ajmacros.sty: Revert the definition of \ajQuotedef back to the original and add \endlinechar=13.

11 years agoluatexja-ajmacros.sty: Fix \ajQuote.
Kazuki Maeda [Tue, 8 May 2012 01:33:52 +0000 (10:33 +0900)]
luatexja-ajmacros.sty: Fix \ajQuote.

11 years agoRevert \ajHankaku in luatexja-ajmacros.sty back to \aj半角.
Kazuki Maeda [Tue, 8 May 2012 00:35:30 +0000 (09:35 +0900)]
Revert \ajHankaku in luatexja-ajmacros.sty back to \aj半角.

11 years agoRevert \ifSeireki, etc. in ltj{,s}classes back to the originals.
Kazuki Maeda [Tue, 8 May 2012 00:24:44 +0000 (09:24 +0900)]
Revert \ifSeireki, etc. in ltj{,s}classes back to the originals.

11 years agoReleases 20120506.0 20120506.0
Hironori Kitagawa [Sun, 6 May 2012 03:09:28 +0000 (12:09 +0900)]
Releases 20120506.0

11 years agoMerge branch 'zh-maqiyuan' into kitagawa_test
Hironori Kitagawa [Sun, 6 May 2012 01:10:41 +0000 (10:10 +0900)]
Merge branch 'zh-maqiyuan' into kitagawa_test

漢字/汉字's \catcode is now 11 (letter).

11 years agoupdated Chinese manual.
maqiyuan [Sat, 5 May 2012 13:52:59 +0000 (21:52 +0800)]
updated Chinese manual.

11 years agoModify scripts for release.
Hironori Kitagawa [Sat, 5 May 2012 12:18:27 +0000 (21:18 +0900)]
Modify scripts for release.

11 years agomoved luatexja-zh.tex to luatexja.dtx.
maqiyuan [Sat, 5 May 2012 10:35:15 +0000 (18:35 +0800)]
moved luatexja-zh.tex to luatexja.dtx.

11 years agotool/unicodeBlocks.tex が Unicode 6.0 によることを追記.
Hironori Kitagawa [Sat, 5 May 2012 01:48:19 +0000 (10:48 +0900)]
tool/unicodeBlocks.tex が Unicode 6.0 によることを追記.

11 years agoMerge branch 'kitagawa_catcode' into kitagawa_test
Hironori Kitagawa [Sat, 5 May 2012 00:17:38 +0000 (09:17 +0900)]
Merge branch 'kitagawa_catcode' into kitagawa_test

11 years agoFix error messages (cf. ticket #28169).
Hironori Kitagawa [Fri, 4 May 2012 07:50:54 +0000 (16:50 +0900)]
Fix error messages (cf. ticket #28169).

11 years ago\catcode 変更のテスト (ticket #28209)
Hironori Kitagawa [Fri, 4 May 2012 03:02:23 +0000 (12:02 +0900)]
\catcode 変更のテスト (ticket #28209)

11 years agoChanged the property of box drawing characters (U+2500--U+257F).
Hironori Kitagawa [Thu, 3 May 2012 00:51:28 +0000 (09:51 +0900)]
Changed the property of box drawing characters (U+2500--U+257F).

11 years agoMerge branch 'kmaeda-manual' into kitagawa_test
Hironori Kitagawa [Thu, 3 May 2012 00:39:42 +0000 (09:39 +0900)]
Merge branch 'kmaeda-manual' into kitagawa_test

11 years agoMerge branch 'zh-maqiyuan' into kitagawa_test
Hironori Kitagawa [Thu, 3 May 2012 00:14:52 +0000 (09:14 +0900)]
Merge branch 'zh-maqiyuan' into kitagawa_test

11 years agoU+2500 -> U+2015 in the manual (U+2014 is not known in my environment).
Hironori Kitagawa [Tue, 1 May 2012 15:20:54 +0000 (00:20 +0900)]
U+2500 -> U+2015 in the manual (U+2014 is not known in my environment).

11 years agoupdated the Chinese manual.
maqiyuan [Mon, 30 Apr 2012 04:17:08 +0000 (12:17 +0800)]
updated the Chinese manual.
started writing on part 2.

11 years agoluatexja.dtx: Add MiKTeX to the list of distributions containing LuaTeX-ja.
Kazuki Maeda [Sun, 29 Apr 2012 14:07:20 +0000 (23:07 +0900)]
luatexja.dtx: Add MiKTeX to the list of distributions containing LuaTeX-ja.

11 years agoAdd the other CID key in function "cid(key)".
maqiyuan [Sun, 29 Apr 2012 12:52:43 +0000 (20:52 +0800)]
Add the other CID key in function "cid(key)".

11 years agoFix ltj-{compat,inputbuf}.lua.
Hironori Kitagawa [Sun, 29 Apr 2012 10:49:48 +0000 (19:49 +0900)]
Fix ltj-{compat,inputbuf}.lua.

Note that I didn't recompile the manual.

11 years agoChanged the structure of Chinese manual.
maqiyuan [Sat, 28 Apr 2012 12:52:54 +0000 (20:52 +0800)]
Changed the structure of Chinese manual.
Removed texts on particular issues of Chinese.
The Chinese manual will be alike with Japanese manual.

11 years agoMerge remote-tracking branch 'remotes/origin/kitagawa_test' into zh-maqiyuan
maqiyuan [Sat, 28 Apr 2012 12:44:01 +0000 (20:44 +0800)]
Merge remote-tracking branch 'remotes/origin/kitagawa_test' into zh-maqiyuan

11 years agoMerge branch 'zh-maqiyuan' into kitagawa_test
Hironori Kitagawa [Fri, 27 Apr 2012 03:37:23 +0000 (12:37 +0900)]
Merge branch 'zh-maqiyuan' into kitagawa_test

11 years agoBugfix in beginpar_node.
Hironori Kitagawa [Fri, 27 Apr 2012 03:32:38 +0000 (12:32 +0900)]
Bugfix in beginpar_node.

11 years agoRecompile luatexja-ja.pdf using commit f4b1346.
Kazuki Maeda [Thu, 26 Apr 2012 15:13:45 +0000 (00:13 +0900)]
Recompile luatexja-ja.pdf using commit f4b1346.

11 years agoMerge branch 'kitagawa_test' into kmaeda-manual
Kazuki Maeda [Thu, 26 Apr 2012 15:12:05 +0000 (00:12 +0900)]
Merge branch 'kitagawa_test' into kmaeda-manual

11 years agoSpecial treatment for pdf_{start,end}_{link,thread} whatsits.(ドキュメントまだ)
Hironori Kitagawa [Thu, 26 Apr 2012 14:29:57 +0000 (23:29 +0900)]
Special treatment for pdf_{start,end}_{link,thread} whatsits.(ドキュメントまだ)

11 years agoCorrect a typo in the Japanese manual.
Kazuki Maeda [Wed, 25 Apr 2012 18:00:03 +0000 (03:00 +0900)]
Correct a typo in the Japanese manual.

11 years agoAdd English description to Subsection 4.2 Prefix psft.
Kazuki Maeda [Wed, 25 Apr 2012 17:53:34 +0000 (02:53 +0900)]
Add English description to Subsection 4.2 Prefix psft.

 * Modify Subsection 8.1 luatexja-fontspec.sty.

11 years agoRemove space characters between JAchars and ALchars from the documents of document...
Kazuki Maeda [Wed, 25 Apr 2012 17:09:00 +0000 (02:09 +0900)]
Remove space characters between JAchars and ALchars from the documents of document class files.

11 years agoMerge branch 'master' into kitagawa_cid
Hironori Kitagawa [Wed, 25 Apr 2012 11:11:14 +0000 (20:11 +0900)]
Merge branch 'master' into kitagawa_cid

11 years agoMerge branch 'kitagawa_test' into kitagawa_cid
Hironori Kitagawa [Wed, 25 Apr 2012 11:11:09 +0000 (20:11 +0900)]
Merge branch 'kitagawa_test' into kitagawa_cid

11 years agomodified Chinese manual.
maqiyuan [Wed, 25 Apr 2012 10:17:55 +0000 (18:17 +0800)]
modified Chinese manual.

11 years agoUpdate the manual.
Hironori Kitagawa [Tue, 24 Apr 2012 23:39:15 +0000 (08:39 +0900)]
Update the manual.

11 years agoFix check_box_high in ltj-jfmglue.lua.
Hironori Kitagawa [Tue, 24 Apr 2012 22:15:01 +0000 (07:15 +0900)]
Fix check_box_high in ltj-jfmglue.lua.

11 years agoMerge branch 'kitagawa_test' into kitagawa_cid
Hironori Kitagawa [Tue, 24 Apr 2012 21:16:41 +0000 (06:16 +0900)]
Merge branch 'kitagawa_test' into kitagawa_cid

11 years agoMerge branch 'kmaeda-manual' into kitagawa_test, and fix the ticket #28171.
Hironori Kitagawa [Tue, 24 Apr 2012 21:08:43 +0000 (06:08 +0900)]
Merge branch 'kmaeda-manual' into kitagawa_test, and fix the ticket #28171.

11 years agoRemove space characters between JAchars and ALchars from test files.
Kazuki Maeda [Tue, 24 Apr 2012 15:26:25 +0000 (00:26 +0900)]
Remove space characters between JAchars and ALchars from test files.

11 years agoRemove space characters between JAchars and ALchars from the manual.
Kazuki Maeda [Tue, 24 Apr 2012 15:17:01 +0000 (00:17 +0900)]
Remove space characters between JAchars and ALchars from the manual.

11 years agoReverted change of \ltjgetparameter.
Hironori Kitagawa [Tue, 24 Apr 2012 13:26:37 +0000 (22:26 +0900)]
Reverted change of \ltjgetparameter.

11 years agoFix \inhibitglue, \zw, \zh, \ltj[un]setmathletter.
Hironori Kitagawa [Tue, 24 Apr 2012 13:24:51 +0000 (22:24 +0900)]
Fix \inhibitglue, \zw, \zh, \ltj[un]setmathletter.

11 years agoFix? of the ticket #28162.
Hironori Kitagawa [Tue, 24 Apr 2012 08:17:28 +0000 (17:17 +0900)]
Fix? of the ticket #28162.