unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: michael@cadilhac.name (Michaël Cadilhac)
To: emacs-devel@gnu.org
Subject: Re: How are Windows users supposed to print the PostScript refcards?
Date: Sun, 19 Aug 2007 11:24:40 +0200	[thread overview]
Message-ID: <87fy2f98rr.fsf@lrde.org> (raw)
In-Reply-To: <87eji2bksm.fsf@lrde.org> ("Michaël Cadilhac"'s message of "Fri, 17 Aug 2007 10:57:29 +0200")


[-- Attachment #1.1: Type: text/plain, Size: 1972 bytes --]

michael@cadilhac.name (Michaël Cadilhac) writes:

> Reiner Steib <reinersteib+gmane@imap.cc> writes:
>
>> On Fri, Aug 17 2007, Richard Stallman wrote:
>>
>>> Sorry, I have no opinion about this.
>>> I don't know a lot about support for PS or PDF on various systems.
>>>
>>> I suggest this heuristic: if neither one of the formats has a clear
>>> advantage in portability, pick the one that is most convenient on
>>> GNU/Linux.
>>
>> How about adding PDF versions now for 22.2+ and the trunk now and
>> decide about removing PS before releasing Emacs 23.1 (adding a note in
>> the Makefile or FOR-RELEASE?
>
> This is fine with me.  I think the NEWS file should contain a word
> like :
>
> ** PDF files for the refcards and other cards are now shipped by
>    default.  We plan to remove the PS files in a near future (23.1).

So nobody objected. If nobody does before EOD (End Of Day), I'll install
the Makefile change.

BTW, I tried to do the change to the .tex files to use pdftex (for the
future), with an annex file like the following :

\input ifpdf.sty

\ifpdf
  \def\pdflayout=(#1#2){
    \if0#1 % A4
      \pdfpagewidth=21cm
      \pdfpageheight=29.7cm
    \else\if1#1 % Letter
      \pdfpagewidth=8.5in
      \pdfpageheight=11in
    \fi\fi
    \if l#2 % Landscape
      \edef\oldwidth{\the\pdfpagewidth}
      \pdfpagewidth=\pdfpageheight
      \pdfpageheight=\oldwidth
    \fi
  }
\else
  \def\pdflayout=(#1#2){}
\fi


but I was unable to find the `csplain' binary file, so I couldn't test
my try for all .tex files.  Does someone have this file and know if
there's a cspdfplain ?

-- 
 |   Michaël `Micha' Cadilhac       |  All your base are belong to us.       |
 |   http://michael.cadilhac.name   |    You have no chance to survive       |
 |   JID/MSN:                       |       make your time, hahaha.          |
 `----  michael.cadilhac@gmail.com  |       -- Zero Wings               -  --'

[-- Attachment #1.2: Type: application/pgp-signature, Size: 188 bytes --]

[-- Attachment #2: Type: text/plain, Size: 142 bytes --]

_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-devel

  reply	other threads:[~2007-08-19  9:24 UTC|newest]

Thread overview: 41+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-08-08 20:37 How are Windows users supposed to print the PostScript refcards? Reiner Steib
2007-08-08 20:59 ` Stefan Monnier
2007-08-09  5:24   ` Richard Stallman
2007-08-09 19:46   ` Reiner Steib
2007-08-09 23:11     ` Lennart Borgman (gmail)
2007-08-09 23:25     ` Chong Yidong
2007-08-09 23:56       ` Michaël Cadilhac
2007-08-10  2:27         ` Stephen J. Turnbull
2007-08-10  9:53           ` Michaël Cadilhac
2007-08-10 13:51             ` Stephen J. Turnbull
2007-08-10 14:22               ` Michaël Cadilhac
2007-08-10 17:45                 ` Reiner Steib
2007-08-10 14:37               ` Jan Djärv
2007-08-10 14:49                 ` Michaël Cadilhac
2007-08-10 19:34                 ` jemarch
2007-08-11 10:46         ` Reiner Steib
2007-08-11 18:04           ` Stefan Monnier
2007-08-11 19:23             ` Reiner Steib
2007-08-13  0:36           ` Michaël Cadilhac
2007-08-13  1:48             ` Stefan Monnier
2007-08-13 10:56               ` Michaël Cadilhac
2007-08-16 10:04                 ` Michaël Cadilhac
2007-08-17  0:32                   ` Richard Stallman
2007-08-17  8:35                     ` Reiner Steib
2007-08-17  8:57                       ` Michaël Cadilhac
2007-08-19  9:24                         ` Michaël Cadilhac [this message]
2007-08-19 10:28                           ` Sven Joachim
2007-08-19 16:14                             ` Reiner Steib
2007-08-17 20:17                       ` Richard Stallman
2007-08-20  2:18                       ` Glenn Morris
2007-08-20  4:18                         ` Miles Bader
2007-08-20  9:58                         ` Michaël Cadilhac
2007-08-23 10:00                           ` Michaël Cadilhac
2007-08-26 21:32                           ` Michaël Cadilhac
2007-08-13  7:48       ` Glenn Morris
2007-08-09  3:11 ` Eli Zaretskii
2007-08-09  5:51   ` Stephen J. Turnbull
2007-08-09  8:26     ` Mathias Dahl
2007-08-09  8:38   ` Frank Schmitt
2007-08-09 19:29   ` Reiner Steib
2007-08-09 22:27     ` Eli Zaretskii

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=87fy2f98rr.fsf@lrde.org \
    --to=michael@cadilhac.name \
    --cc=emacs-devel@gnu.org \
    /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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).