Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Recent Chamber Activity

2020-05-16
2019-11-10
2019-11-09
2019-07-15
2016-05-07

Recent Wiki Changes

No changes on this wiki.

Wiki Guide

Side Bar

luatexja

  • R/O
  • R/O (HTTP)
  • R/W (SSH)
  • R/W (HTTPS)
Fork

ソースコードの管理場所

Release Files

No download files.

Recent Commits

Rev.TimeAuthorMessage RSS
f1335cf92020-04-12 18:04:02Hironori KitagawaReleases 20200412.0
88692eea2020-04-12 18:02:15Hironori KitagawaOops, forgot to supply %
67d73de62020-04-12 11:23:23Hironori Kitagawaregenerated pdf
cb1598e52020-04-12 11:00:21Hironori Kitagawafix
2ae0a3722020-04-11 09:42:38Hironori Kitagawatarget release date: 2020-04-12
a44e79d82020-04-07 23:33:21Hironori KitagawaAdapt platex/5548403
28a5b4ec2020-04-07 23:25:51Hironori Kitagawause \@setmdseriesdefaultshook etc (latex2e/a3064ea) NOT T...
053a051f2020-04-04 07:29:15Hironori Kitagawalltjfont.sty: fix \bfseries and \mdseries
f9c1262a2020-04-02 07:44:40Hironori Kitagawamore luadef
3595d4d32020-04-01 10:29:40Hironori Kitagawamore use of \luadef
The LuaTeX-ja Package $VER$
--------------------------------
Copyright (c) 2011--2020 The LuaTeX-ja project
License: modified BSD (see COPYING)

LuaTeX-ja is a macro package for typesetting Japanese documents with LuaTeX.
This package is highly affected by ASCII pTeX engine, but not a porting of it.

Note that this package is still *alpha-stage*; documentations are not complete
and specifications are subject to change. Documentations are located at
  doc/luatexja-en.pdf (en), doc/luatexja-ja.pdf (ja).

LuaTeX-ja is developed on
  <https://osdn.jp/projects/luatex-ja/wiki/FrontPage(en)>.
If you have questions or recognize bugs/have feature requests,
we would like you to create a thread in the forum or a ticket
in the way which OSDN supplies, via links found in the page above.


Installation
------------

0. Please make sure that your TeX distribution is up-to-date.
   This version of LuaTeX-ja requires
    - LuaTeX 1.10.0 (or later)
    - luaotfload (v3.1 or later recommended)
    - adobemapping (Adobe CMap files)
    - LaTeX 2020-02-02 patch level 5 or later (if you want to use with LaTeX)
    - everysel package
    - etoolbox package
    - ltxcmds package
    - pdftexcmds package
    - atbegshi package
    - filehook package
    - stfloats package
    - Harano Aji fonts (https://github.com/trueroad/HaranoAjiFonts)
	  more specifically, HaranoAjiMincho-Regular and HaranoAjiGothic-Medium

   Using LuaTeX-ja with LuaHBTeX is not well tested.
   One might be able to typeset documents without an error, but with
   some unwanted results.

1. If you are using TeX Live 2020, you can install LuaTeX-ja via tlmgr.

2. If you must/want to install manually:

   a. Download the source archive from CTAN,
      or tagged as $VER$ in the Git repository by
      <http://git.osdn.jp/view?p=luatex-ja/luatexja.git
                              ;a=snapshot;h=refs/tags/$VER$;sf=tgz>

   b. Extract the archive and process following three files by LuaLaTeX
      to generate classes for Japanese typesetting:
        src/ltjclasses.ins
        src/ltjltxdoc.ins
        src/ltjsclasses.ins

   c. Process src/ltj-kinsoku_make.tex by (plain) LuaTeX to generate ltj-kinsoku.lua,
      which stores default "kinsoku" parameters.

   d. Put src/ into your TEXMF tree.
      An example location is TEXMF/tex/luatex/luatexja.

      If you are updating from old version, you MUST remove it before
      extracting the new version of LuaTeX-ja.

   e. You may need to update the filename database, by mktexlsr (or by another program).


Basic Usage
-----------

LuaTeX-ja supports both the plain format and LaTeX2e.
Simply loading luatexja.sty by \input or \usepackage does the minimal setting.

- If you want to create Japanese-based documents, you can consider the use of
  ltj{article,book,report}.cls or ltjs{article,book,report}.cls.
- If you want to use functionality of the fontspec package with Japanese fonts,
  load luatexja-fontspec.sty. It defines control sequences such as \setmainjfont,
  \setsansjfont and  \jfontspec, which can be used for specifying Japanese fonts.

Notes
-----
* We don't recommend defining a Japanese font with HarfBuzz, by specifying
  "Renderer=..." (fontspec) or "mode=harf" (otherwise).

* This archive contains four .{dtx,ins} pairs:
    src/ltjclasses.{ins,dtx},  src/ltjltxdoc.{ins,dtx}
    src/ltjsclasses.{ins,dtx}, doc/luatexja.{ins,dtx}
  Former three pairs generate class files (see above),
  while the latter doc/luatexja.{ins,dtx} generates documentations.
  (You will need Kozuka fonts to regenerate documentaion PDFs.)

  No .{dtx,ins} pair generates .sty files of LuaTeX-ja package.

* src/*.{ins.dtx} and src/ltj-kinsoku_make.tex are not needed in regular use.

Last commit date: $Format:%cd$

Latest updated Tickets

No tickets

About Chamber Wiki

Welcome to OSDN Wiki system. Here is your chamber Wiki space.

Check Wiki Guide (English) to refer syntax and functions.