diff options
author | Karl Berry <karl@freefriends.org> | 2012-03-11 23:50:32 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-03-11 23:50:32 +0000 |
commit | a7c20c4d96919450f7f54f0eedb5fbf01d7d1fa0 (patch) | |
tree | 2a3611d2e147dbcad0a2578e5cb4a3699617c5da /Build | |
parent | 8b901083906bd1bc1e532ed2d21ae6faf882d2b4 (diff) |
avoid ... at beginning of line (report from Mitsuya Shibata, 12 Mar 2012 01:10:05)
git-svn-id: svn://tug.org/texlive/trunk@25609 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r-- | Build/source/texk/tetex/ChangeLog | 5 | ||||
-rw-r--r-- | Build/source/texk/tetex/updmap.cfg.5 | 16 |
2 files changed, 12 insertions, 9 deletions
diff --git a/Build/source/texk/tetex/ChangeLog b/Build/source/texk/tetex/ChangeLog index ad89d2cfab8..525975b1794 100644 --- a/Build/source/texk/tetex/ChangeLog +++ b/Build/source/texk/tetex/ChangeLog @@ -1,3 +1,8 @@ +2012-03-12 Karl Berry <karl@tug.org> + + * updmap.cfg.5: avoid ... at beginning of line. + Replace Debian-specific text. + 2012-02-21 Karl Berry <karl@tug.org> * updmap.pl (help): updates for kanji. diff --git a/Build/source/texk/tetex/updmap.cfg.5 b/Build/source/texk/tetex/updmap.cfg.5 index 105616c487a..0d8c90b5412 100644 --- a/Build/source/texk/tetex/updmap.cfg.5 +++ b/Build/source/texk/tetex/updmap.cfg.5 @@ -1,6 +1,6 @@ .\" Hey, Emacs! This is an -*- nroff -*- source file. .\" -.\" Copyright (C) 2004 Hilmar Preusse <hille42@web.de> +.\" Copyright (C) 2004, 2012 Hilmar Preusse <hille42@web.de> .\" .\" This is free software; you can redistribute it and/or modify it under .\" the terms of the GNU General Public License as published by the Free @@ -12,12 +12,10 @@ .\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License .\" for more details. .\" -.\" You should have received a copy of the GNU General Public License with -.\" your Debian GNU/Linux system, in /usr/share/common-licenses/GPL, or with -.\" the dpkg source package as the file COPYING. If not, write to the Free -.\" Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +.\" You should have received a copy of the GNU General Public License +.\" along with this program. if not, see <http://www.gnu.org/licenses/>. .\" -.TH "UPDMAP.CFG" "5" "AUGUST 2005" "Debian/GNU Linux" "" +.TH "UPDMAP.CFG" "12" "March 2012" "TeX Live" "TeX Live" .SH "NAME" \fBupdmap.cfg\fR \- configuration of font mapping/inclusion for dvips and friends. @@ -47,7 +45,7 @@ if both are available? Independent of this setting, outlines can be forced by putting "p psfonts_t1.map" into a config file that dvips reads. Bitmaps can be forced by putting "p psfonts_pk.map" into a config file. We provide such config files which can be enabled via -\fBdvips\fR \fI-Poutline\fR ... resp. \fBdvips\fR \fI-Ppk\fR ... +\fBdvips\fR \fI-Poutline\fR (resp. \fBdvips\fR \fI-Ppk\fR). .br Valid settings for dvipsPreferOutline are \fItrue\fR / \fIfalse\fR. .P @@ -71,8 +69,8 @@ fonts into the document (set \fItrue\fR) or should these fonts be used from the interpreter / printer (set \fIfalse\fR). .br The user can override the default by specifying \fBdvips\fR \fI-Pdownload35\fR -... resp. \fBdvips\fR \fI-Pbuiltin35\fR ... to either download the LW35 fonts resp. use the -built-in fonts. +(resp. \fBdvips\fR \fI-Pbuiltin35\fR) to download the LW35 fonts +(resp. use the built-in fonts). .br Valid settings are \fItrue\fR / \fIfalse\fR. .P |