All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Add target for "Latin Modern Typewriter" font
@ 2017-03-12 15:36 Akira Yokosawa
  2017-03-12 15:38 ` [PATCH 1/4] runlatex.sh: Refactor by defining functions Akira Yokosawa
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Akira Yokosawa @ 2017-03-12 15:36 UTC (permalink / raw)
  To: Paul E. McKenney; +Cc: perfbook, Akira Yokosawa

From 2f6614cdf5e1b0f7da9a5c05833dbc4a251eaa9c Mon Sep 17 00:00:00 2001
From: Akira Yokosawa <akiyks@gmail.com>
Date: Mon, 13 Mar 2017 00:10:31 +0900
Subject: [PATCH 0/4] Add target for "Latin Modern Typewriter" font

So, this is a patch set to add yet another target for alternative monospace font.
While preparing this set, I found a (not serious) bug in runlatex.sh.
In fixing it, I refactored the script so that redundant code can be removed.

Latin Modern Typewriter font is based on "cmtt" (Computer Modern Typewrite) font.
I see that some of your articles cited in Bibliography use it as monospace font,
and they look quite good. cmtt is said to be not suited to Times Roman font
because of its short x-height, but as we are using scaled courier font,
it should not be a big deal.

Please try the target "mslm" and let me know what you think.

                                Thanks, Akira
-- 
Akira Yokosawa (4):
  runlatex.sh: Refactor by defining functions
  runlatex.sh: Fix typo in grep pattern
  runlatex.sh: Add more lines of grep output around warning/error log
  Add target 'mslm' for 'Latin Modern Typewriter' font

 Makefile                   | 11 ++++--
 perfbook.tex               |  3 +-
 utilities/runfirstlatex.sh |  3 +-
 utilities/runlatex.sh      | 87 +++++++++++++++++++++-------------------------
 4 files changed, 52 insertions(+), 52 deletions(-)

-- 
2.7.4


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

end of thread, other threads:[~2017-03-20  4:41 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-12 15:36 [PATCH 0/4] Add target for "Latin Modern Typewriter" font Akira Yokosawa
2017-03-12 15:38 ` [PATCH 1/4] runlatex.sh: Refactor by defining functions Akira Yokosawa
2017-03-12 15:39 ` [PATCH 2/4] runlatex.sh: Fix typo in grep pattern Akira Yokosawa
2017-03-12 15:40 ` [PATCH 3/4] runlatex.sh: Add more lines of grep output around warning/error log Akira Yokosawa
2017-03-12 15:43 ` [PATCH 4/4] Add target 'mslm' for 'Latin Modern Typewriter' font Akira Yokosawa
2017-03-13  1:12 ` [PATCH 0/4] Add target for "Latin Modern Typewriter" font Paul E. McKenney
2017-03-19 16:14   ` Akira Yokosawa
2017-03-20  1:03     ` 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.