All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] Hyphenation updates
@ 2017-01-16 14:55 Akira Yokosawa
  2017-01-16 14:56 ` [PATCH 1/8] count: Use \log in math mode Akira Yokosawa
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Akira Yokosawa @ 2017-01-16 14:55 UTC (permalink / raw)
  To: Paul E. McKenney; +Cc: perfbook, Akira Yokosawa

From 4e1157502e94beeef363808e627acd2882e0aac0 Mon Sep 17 00:00:00 2001
From: Akira Yokosawa <akiyks@gmail.com>
Date: Mon, 16 Jan 2017 23:33:49 +0900
Subject: [PATCH 0/8] Hyphenation updates

Hi Paul,

This is a set of fixes and improvements mostly of hyphenation.
Highlight would be patches 3--5, which import hyphenation exceptions
for US English and add some exception for perfbook.
Patch 7 comments out an exception of "process", which prevents hyphenation
of "pro-cess". I think this hyphenation is acceptable, but you may have
other ideas.

                                     Thanks, Akira
--
Akira Yokosawa (8):
  count: Use \log in math mode
  SMPdesign: Add shortcut of extdash to compound words
  Import exceptions for US English hyphenation from 'hyphenex' package
  Add hyphenation exceptions file for perfbook
  perfbook.tex: Include ushyphex.tex and pfhyphex.tex
  Revert "count: Enclose 'REQACK' in \mbox{}"
  Comment out 'process' in hyphenation exceptions
  SMPdesign: Add another shortcut of extdash

 SMPdesign/SMPdesign.tex     |    2 +-
 SMPdesign/partexercises.tex |    2 +-
 count/count.tex             |    6 +-
 perfbook.tex                |    3 +
 pfhyphex.tex                |    4 +
 ushyphex.tex                | 1454 +++++++++++++++++++++++++++++++++++++++++++
 6 files changed, 1466 insertions(+), 5 deletions(-)
 create mode 100644 pfhyphex.tex
 create mode 100644 ushyphex.tex

-- 
2.7.4


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2017-01-16 22:41 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-16 14:55 [PATCH 0/8] Hyphenation updates Akira Yokosawa
2017-01-16 14:56 ` [PATCH 1/8] count: Use \log in math mode Akira Yokosawa
2017-01-16 14:58 ` [PATCH 2/8] SMPdesign: Add shortcut of extdash to compound words Akira Yokosawa
2017-01-16 15:00 ` [PATCH 3/8] Import exceptions for US English hyphenation from 'hyphenex' package Akira Yokosawa
2017-01-16 15:01 ` [PATCH 4/8] Add hyphenation exceptions file for perfbook Akira Yokosawa
2017-01-16 15:02 ` [PATCH 5/8] perfbook.tex: Include ushyphex.tex and pfhyphex.tex Akira Yokosawa
2017-01-16 15:04 ` [PATCH 6/8] Revert "count: Enclose 'REQACK' in \mbox{}" Akira Yokosawa
2017-01-16 15:07 ` [PATCH 7/8] Comment out 'process' in hyphenation exceptions Akira Yokosawa
2017-01-16 15:08 ` [PATCH 8/8] SMPdesign: Add another shortcut of extdash Akira Yokosawa
2017-01-16 22:41 ` [PATCH 0/8] Hyphenation updates Paul E. McKenney

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.