Skip to content
Snippets Groups Projects
Commit 99ad242e authored by Luigi Scarso's avatar Luigi Scarso
Browse files

(tags/1.07.0) sync with trunk.

parent 61cde988
No related branches found
No related tags found
No related merge requests found
2018-02-17 TANAKA Takuji <ttk@t-lab.opal.ne.jp>
* texmf.cnf ({TEXINPUTS,BIBINPUTS,max_strings}.upbibtex):
add defns for upbibtex.
2018-02-10 Karl Berry <karl@freefriends.org>
* doc/kpathsea.texi (Path searching options): clarify that
......
......@@ -248,6 +248,10 @@ TEX.upmpost = euptex
BIBINPUTS.pbibtex = .;$TEXMF/{pbibtex,bibtex}/bib//
BSTINPUTS.pbibtex = .;$TEXMF/{pbibtex,bibtex}/bst//
% upBibTeX bibliographies and style files.
BIBINPUTS.upbibtex = .;$TEXMF/{upbibtex,pbibtex,bibtex}/bib//
BSTINPUTS.upbibtex = .;$TEXMF/{upbibtex,pbibtex,bibtex}/bst//
% ConTeXt.
TEXINPUTS.context = .;$TEXMF/tex/{context,plain,generic,}//
......@@ -807,6 +811,7 @@ max_strings.bibtex = 100000
max_strings.bibtex8 = 100000
max_strings.bibtexu = 100000
max_strings.pbibtex = 100000
max_strings.upbibtex = 100000
% GFtype only.
line_length.gftype = 500
......
2018-02-18 Karl Berry <karl@tug.org>
* bibtex.ch (str_ends_with): new fn.
(print_bib_name, log_pr_bib_name): don't print foo.bib.bib
when given \bibdata{foo.bib}.
2018-02-03 Hironobu Yamashita <h.y.acetaminophen@gmail.com>
* lib/texmfmp.c, texmfmp.h: XeTeX properly close input pipes.
......
$Id: README 46354 2018-01-17 22:59:48Z karl $
$Id: README 46672 2018-02-18 23:32:54Z karl $
Public domain. Originally written 2005 by Karl Berry.
Extra utilities we (optionally) compile for TeX Live.
......@@ -10,7 +10,7 @@ asymptote 2.41 - checked 23mar17
see http://tug.org/texlive/build.html#asymptote
and tlpkg/bin/tl-update-asy
autosp 2017-12-26 - checked 29dec17
autosp 2018-02-14 - checked 14feb18
http://ctan.org/pkg/autosp
devnag - from devanagari package installed in texmf-dist.
......@@ -20,7 +20,7 @@ lacheck - maintained here, by us
m-tx 0.63 - checked 09jan18
http://ctan.org/pkg/m-tx/
pmx 2.7.6 - checked 09dec16
pmx 2.8.4 - checked 14feb18
http://ctan.org/pkg/pmx/
ps2eps 1.68 - checked 10may12
......@@ -80,7 +80,7 @@ ln -s lib $clisp_toolsdir/lib64
# if you can't build libsigsegv, pass --ignore-absence-of-libsigsegv
# when running configure for clisp.
ffcall_ver=libffcall-1.13
ffcall_ver=libffcall-2.1
cd $clisp_basedir
$wget https://ftp.gnu.org/gnu/libsigsegv/$ffcall_ver.tar.gz
gzip -dc $ffcall_ver.tar.gz | tar xf -
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment