diff options
author | Karl Berry <karl@freefriends.org> | 2016-02-15 19:00:21 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-02-15 19:00:21 +0000 |
commit | ac696bf78edd670ee0edf00a710abb41e9c3dcb3 (patch) | |
tree | 2a5879d1cf521de7a137ac8afcb223934d74118c /Build/source/texk | |
parent | 6ace9ac1f4a8a247c6667895caa9a184653a5778 (diff) |
small doc updates
git-svn-id: svn://tug.org/texlive/trunk@39724 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk')
-rw-r--r-- | Build/source/texk/README | 21 | ||||
-rw-r--r-- | Build/source/texk/dvipsk/ChangeLog | 1 | ||||
-rw-r--r-- | Build/source/texk/kpathsea/texmf.cnf | 21 | ||||
-rw-r--r-- | Build/source/texk/web2c/README | 4 |
4 files changed, 32 insertions, 15 deletions
diff --git a/Build/source/texk/README b/Build/source/texk/README index 4aa36a2a923..76a597d9ec7 100644 --- a/Build/source/texk/README +++ b/Build/source/texk/README @@ -104,8 +104,23 @@ upmendex 0.50 - http://www.t-lab.opal.ne.jp/tex/uptex_en.html web2c - maintained here, by us - core web2c, plain tex, etc. - The TeX variant dirs (pdftexdir, xetexdir, etc.) - updated here by their respective maintainers. - + The TeX variant dirs (pdftexdir, xetexdir, etc.) + updated here by their respective maintainers. More info: + aleph - maintained here + ctie - CTAN + cweb - knuth, ftp://ftp.cs.stanford.edu/pub/cweb/ + eptex - https://osdn.jp/projects/eptex/ + etex - maintained here + euptex - https://texwiki.texjp.org/?e-pTeX + mflua[jit] - https://github.com/luigiScarso/mflua + mplibdir - http://tug.org/metapost + luatex - http://luatex.org + pdftex - http://pdftex.org + pmpost - none + ptex - nothing current, old info: http://ascii.asciimw.jp/pb/ptex/ + synctex - maintained here + uptex - https://texwiki.texjp.org/?upTeX%2CupLaTeX + xetex - http://tug.org/xetex/ + xdvik 22.87 - checked 14apr14 http://sourceforge.net/projects/xdvi/files/xdvik/ diff --git a/Build/source/texk/dvipsk/ChangeLog b/Build/source/texk/dvipsk/ChangeLog index be4aff5159a..cde2f492927 100644 --- a/Build/source/texk/dvipsk/ChangeLog +++ b/Build/source/texk/dvipsk/ChangeLog @@ -11,6 +11,7 @@ (noaccentheightadjust): new global to remember it. (texheight): do nothing if -a is specified, or if the heuristically-guessed height is less than the original. + Bug report from Michael Sharpe. 2015-07-10 Peter Breitenlohner <peb@mppmu.mpg.de> diff --git a/Build/source/texk/kpathsea/texmf.cnf b/Build/source/texk/kpathsea/texmf.cnf index 67db7457d6f..33cc0b7c229 100644 --- a/Build/source/texk/kpathsea/texmf.cnf +++ b/Build/source/texk/kpathsea/texmf.cnf @@ -554,10 +554,10 @@ shell_escape = p % % The programs listed here are as safe as any we know: they either do % not write any output files, respect openout_any, or have hard-coded -% restrictions similar or higher to openout_any=p. They also have no -% features to invoke arbitrary other programs, and no known exploitable -% bugs. All to the best of our knowledge. They also have practical use -% for being called from TeX. +% restrictions similar to or higher than openout_any=p. They also have +% no features to invoke arbitrary other programs, and no known +% exploitable bugs. All to the best of our knowledge. They also have +% practical use for being called from TeX. % shell_escape_commands = \ bibtex,bibtex8,\ @@ -581,7 +581,7 @@ repstopdf,\ % ulqda - but requires optional SHA1.pm, so why bother. % tex, latex, etc. - need to forbid --shell-escape, and inherit openout_any. -% plain TeX should remain unenhanced. +% plain "tex" should remain unenhanced. shell_escape.tex = f shell_escape.initex = f @@ -591,14 +591,15 @@ shell_escape.initex = f TEXMF_RESTRICTED_SCRIPTS = \ {!!$TEXMFLOCAL,!!$TEXMFDIST}/scripts/{$progname,$engine,}// -% Allow TeX \openin, \openout, or \input on filenames starting with `.' -% (e.g., .rhosts) or outside the current tree (e.g., /etc/passwd)? +% Do we allow TeX \input or \openin (openin_any), or \openout +% (openout_any) on filenames starting with `.' (e.g., .rhosts) or +% outside the current tree (e.g., /etc/passwd)? % a (any) : any file can be opened. -% r (restricted) : disallow opening "dotfiles". +% r (restricted) : disallow opening dot files % p (paranoid) : as `r' and disallow going to parent directories, and % restrict absolute paths to be under $TEXMFOUTPUT. -openout_any = p openin_any = a +openout_any = p % Write .log/.dvi/etc. files here, if the current directory is unwritable. %TEXMFOUTPUT = /tmp @@ -614,7 +615,7 @@ MISSFONT_LOG = missfont.log % To suppress nothing, use TEX_HUSH = none or do not set the variable at all. TEX_HUSH = none -% Allow TeX, and MF to parse the first line of an input file for +% Allow TeX and MF to parse the first line of an input file for % the %&format construct. parse_first_line = t diff --git a/Build/source/texk/web2c/README b/Build/source/texk/web2c/README index 00865c5d60f..c4c1c1a4716 100644 --- a/Build/source/texk/web2c/README +++ b/Build/source/texk/web2c/README @@ -1,3 +1,4 @@ +$Id$ (This file is public domain.) This directory contains Web2c, a system which converts TeX, Metafont, @@ -11,8 +12,7 @@ part of TeX Live (http://tug.org/texlive). See `NEWS' for changes by release, `ChangeLog` for all changes. See `INSTALL' for installation instructions. See `PROJECTS' for future improvements you might like to work on. -See `../kpathsea/BUGS' for details on reporting bugs. -If present, see *dir/README for more details on those packages. +If present, see *dir/README for more details on each package. Web2c is free software. |