-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
15 changed files
with
395 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,17 @@ | ||
2019-07-09 Hironori Kitagawa <[email protected]> | ||
|
||
* pdfutils.ch: Add primitive \ifincsname. | ||
* eptex.ech: Revise \iffontchar and \fontchar?? to treat | ||
negative value as char_type. | ||
- \iffontchar (Japanese font f) (number c): | ||
- c >= 0: true iff is_char_kanji(c) | ||
- c < 0: true iff f has char_type -(c+1) | ||
- \fontcharwd (Japanese font f) (number c): | ||
- c >= 0: return the width of character c | ||
- c < 0: return the width of char_type -(c+1) | ||
* tests/fontchar.{sh,tex}, tests/zero_search.tex: Added. | ||
* eptex.ech, eptex_version.h: e-pTeX version 190709. | ||
|
||
2019-05-28 Hironobu Yamashita <[email protected]> | ||
|
||
* am/eptex.am: Add a new test. | ||
|
Oops, something went wrong.