all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Bastien <bzg@altern.org>
To: twiki <lap7619@yahoo.it>
Cc: help-gnu-emacs@gnu.org, gnu.emacs.help@googlegroups.com
Subject: Re: LaTeX-version of the emacs-manual
Date: Fri, 21 Sep 2012 12:45:00 +0200	[thread overview]
Message-ID: <87sjabfydv.fsf@bzg.ath.cx> (raw)
In-Reply-To: <cad4c141-c934-487b-b609-bec61b410f8e@googlegroups.com> (twiki's message of "Fri, 21 Sep 2012 03:31:46 -0700 (PDT)")

[-- Attachment #1: Type: text/plain, Size: 231 bytes --]

twiki <lap7619@yahoo.it> writes:

> Fonts too small make reading unpleasant
> and from what I read, with texinfo you can 
> only change the font from 10pt to 11pt

See attached patch against texinfo.tex on how
to change the size.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: texinfo.tex.patch --]
[-- Type: text/x-patch, Size: 1099 bytes --]

diff --git a/doc/texinfo.tex b/doc/texinfo.tex
index 9631275..763319e 100644
--- a/doc/texinfo.tex
+++ b/doc/texinfo.tex
@@ -3,7 +3,7 @@
 % Load plain if necessary, i.e., if running under initex.
 \expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi
 %
-\def\texinfoversion{2012-01-03.18}
+\def\texinfoversion{2012-09-21.12}
 %
 % Copyright (C) 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995,
 % 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
@@ -1965,7 +1965,7 @@ end
 \def\definetextfontsizexi{%
 % Text fonts (11.2pt, magstep1).
 \def\textnominalsize{11pt}
-\edef\mainmagstep{\magstephalf}
+\edef\mainmagstep{1400}
 \setfont\textrm\rmshape{10}{\mainmagstep}{OT1}
 \setfont\texttt\ttshape{10}{\mainmagstep}{OT1TT}
 \setfont\textbf\bfshape{10}{\mainmagstep}{OT1}
@@ -2098,7 +2098,7 @@ end
 \def\definetextfontsizex{%
 % Text fonts (10pt).
 \def\textnominalsize{10pt}
-\edef\mainmagstep{1000}
+\edef\mainmagstep{1400}
 \setfont\textrm\rmshape{10}{\mainmagstep}{OT1}
 \setfont\texttt\ttshape{10}{\mainmagstep}{OT1TT}
 \setfont\textbf\bfshape{10}{\mainmagstep}{OT1}

[-- Attachment #3: Type: text/plain, Size: 14 bytes --]


-- 
 Bastien

  reply	other threads:[~2012-09-21 10:45 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-09-20 17:07 LaTeX-version of the emacs-manual twiki
2012-09-20 17:40 ` Carson Chittom
2012-09-20 17:51   ` twiki
2012-09-20 18:16     ` Carson Chittom
2012-09-20 18:25     ` Peter Dyballa
     [not found]     ` <mailman.9381.1348165554.855.help-gnu-emacs@gnu.org>
2012-09-20 19:25       ` Joost Kremers
2012-09-20 21:31         ` twiki
2012-09-20 22:16           ` Thorsten Jolitz
     [not found]           ` <mailman.9402.1348179196.855.help-gnu-emacs@gnu.org>
2012-09-21  7:02             ` twiki
     [not found]             ` <mailman.9420.1348210979.855.help-gnu-emacs@gnu.org>
2012-09-21  8:29               ` Joost Kremers
2012-09-21  9:51                 ` Eli Zaretskii
2012-09-21  9:53                 ` twiki
2012-09-21 15:13         ` Peter Dyballa
2012-09-21  9:57 ` Bastien
     [not found] ` <mailman.9438.1348221464.855.help-gnu-emacs@gnu.org>
2012-09-21 10:05   ` twiki
2012-09-21 10:13     ` Bastien
     [not found]     ` <mailman.9441.1348222424.855.help-gnu-emacs@gnu.org>
2012-09-21 10:31       ` twiki
2012-09-21 10:45         ` Bastien [this message]
2012-09-21 10:49         ` Peter Münster
     [not found]         ` <mailman.9445.1348224556.855.help-gnu-emacs@gnu.org>
2012-09-21 12:34           ` twiki
2012-09-22  5:10         ` Thien-Thi Nguyen
     [not found]         ` <mailman.9488.1348290636.855.help-gnu-emacs@gnu.org>
2012-09-30 19:37           ` John Bokma
2012-09-30 19:31       ` John Bokma
2012-09-30 21:05         ` Bastien
     [not found]         ` <mailman.10018.1349039116.855.help-gnu-emacs@gnu.org>
2012-09-30 22:02           ` John Bokma
2012-09-30 23:21             ` Jay Belanger
2012-10-01 17:25               ` John Bokma
2012-10-01 22:59                 ` twiki
2012-10-02  5:12                   ` Bastien
2012-10-02  5:10                 ` Bastien

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87sjabfydv.fsf@bzg.ath.cx \
    --to=bzg@altern.org \
    --cc=gnu.emacs.help@googlegroups.com \
    --cc=help-gnu-emacs@gnu.org \
    --cc=lap7619@yahoo.it \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

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.