summaryrefslogtreecommitdiff
path: root/tmac/composite.tmac
Commit message (Collapse)AuthorAgeFilesLines
* Delete editor-settings comment banners.G. Branden Robinson2020-04-191-4/+0
| | | | | | | | | Most users and developers have lexical coloring/syntax highlighting available these days (cf. 30 years ago). Leaving them in plain-text files (like READMEs) because these are generally not machine-parsed (except for changelogs...) and the indicator may conceivably be useful to novices who stumble across them.
* tmac: Make style fixes.G. Branden Robinson2017-11-181-2/+9
| | | | | | | | | | | | | | | | | * Migrate comments and plain text from `quotes' to 'quotes'. * Flow FSF copyright notices onto one line per the model in the GNU Maintainers' Guide. Put only one space between year range and name of copyright holder. * Update and parallelize editor aid comments. * Reflow comments at 72 columns. tmac/hyphen.cs: * Update FSF address to Franklin Street (the file is under GPLv2). tmac/hyphen.det: * Identify self as "hyphen.det", not "hyphen.den". Signed-off-by: G. Branden Robinson <g.branden.robinson@gmail.com>
* tmac/*: Improve the license information and Emacs setupBernd Warken2014-09-181-0/+1
|
* * tmac/trans.tmac (Liec, Letdate, Letns!14): Add it (for -mm).Werner LEMBERG2006-02-281-0/+1
| | | | | | * tmac/fr.tmac: Add French translations. * tmac/composite.tmac: Add entry for `:'.
* Add some glyphs needed for Turkish.Werner LEMBERG2003-12-191-0/+1
| | | | | | | | | * font/devutf8/R.proto: Add u00{47,67}_0306, u00{53,73}_0327, and u0049_0307. * tmac/composite.tmac: Add `,' as a synonym for `ac' accent. * tmac/tty-char.tmac: Add representations for u00{47,67}_0306, u00{53,73}_0327, and u0049_0307.
* Make variable `pr' local to libdriver/input.cc. Based on a patchWerner LEMBERG2003-03-121-20/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | by Bernd Warken <bwarken@mayn.de>. * src/include/driver.h (pr): Removed. * src/libs/libdriver/input.cc (pr): New global variable. (do_file): Deallocate `pr'. * src/libs/libdriver/printer.cc (pr): Removed. * src/devices/grodvi/dvi.cc (main), src/devices/grohtml/post-html.cc (main), src/devices/grolbp/lbp.cc (main), src/devices/grolj4/lj4.cc (main), src/devices/grops/ps.cc (main), src/devices/grotty/tty.cc (main): Don't delete `pr'. * tmac/a4.tmac, tmac/composite.tmac: Use `.do'. * tmac/papersize.tmac: New file. * tmac/troffrc: Include `papersize.tmac'. * tmac/Makefile.sub (NORMALFILES): Add `papersize.tmac'. * tmac/an-old.tmac: Set LT to LL by default. * NEWS, MANIFEST, tmac/groff_man.man, man/groff_tmac.man, doc/groff.texinfo: Updated. * src/libs/libgroff/paper.cc (add_iso_paper): Fix very embarassing bug which caused all odd iso papers to have wrong dimensions. * src/devices/grops/ps.cc (user_paper_width): New global variable. (main) <'p'>: Set `user_paper_width' also. (ps_printer::media_width, ps_printer::media_height): Use values given with option `-p'.
* * font/devdvi/generate/ec.map: Add some more Unicode entities.Werner LEMBERG2003-03-011-0/+24
* font/devdvi/*EC: Updated. * tmac/composite.tmac, tmac/latin2.tmac, tmac/latin9.tmac: New files. * tmac/latin1 (latin1-tr): Undo any previous mapping. * tmac/troffrc: Load `composite.tmac'. * tmac/Makefile.sub (NORMALFILES): Updated. * NEWS: Updated.