]> git.eshelyaron.com Git - emacs.git/commit
Make landscape layout with geometry package rather than a PostScript special.
authorVincent Belaïche <vincentb1@users.sourceforge.net>
Fri, 15 Sep 2017 21:51:05 +0000 (23:51 +0200)
committerVincent Belaïche <vincentb1@users.sourceforge.net>
Fri, 15 Sep 2017 21:51:05 +0000 (23:51 +0200)
commitd1458d0f40f481e0ac55a55e7567d6e51438b583
tree53a450bbd8661558ecfdacace757ee8e96143b96
parentc87331a1c04aa4be55be7b944680e4ec486f5b04
Make landscape layout with geometry package rather than a PostScript special.

* lisp/calendar/cal-tex.el (cal-tex-preamble): Make 12pt the
default class option.
(cal-tex-year, cal-tex-cursor-month-landscape): Pass landscape
request to `cal-tex-insert-preamble' function call within the
class option string.
(cal-tex-cursor-month): Don't pass any longer "12pt" argument
to `cal-tex-insert-preamble' function, as it is default.
(cal-tex-insert-preamble): Suppress landscape and size
argument, and replace them by a class-options string
argument. Do not insert any longer "\special{landscape}" in
case of landscape layout, as the job is made by the geometry
package.
lisp/calendar/cal-tex.el