diff options
author | Karl Berry <karl@freefriends.org> | 2021-07-25 21:27:22 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-07-25 21:27:22 +0000 |
commit | be723d921a31d084bdaad48b79a15e588733fb46 (patch) | |
tree | 2889b544b849955397d082ce88f6094adcaef4d6 /Master | |
parent | a4408be118f908058229c57139de046babd34273 (diff) |
emisa, no need for README.TEXLIVE
git-svn-id: svn://tug.org/texlive/trunk@60068 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf-dist/doc/latex/emisa/README.TEXLIVE | 8 | ||||
-rw-r--r-- | Master/texmf-dist/source/latex/emisa/emisa.dtx | 1 | ||||
-rw-r--r-- | Master/texmf-dist/source/latex/emisa/emisa.ins | 1 | ||||
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 4 |
4 files changed, 4 insertions, 10 deletions
diff --git a/Master/texmf-dist/doc/latex/emisa/README.TEXLIVE b/Master/texmf-dist/doc/latex/emisa/README.TEXLIVE deleted file mode 100644 index 94e04bce2bc..00000000000 --- a/Master/texmf-dist/doc/latex/emisa/README.TEXLIVE +++ /dev/null @@ -1,8 +0,0 @@ -The files below have been removed in the TeX Live installation of -the current package, typically due to missing source code. If this is a -concern, please contact the package maintainer. - -You can find these files on CTAN at - http://mirror.ctan.org/macros/latex/contrib/emisa. - - emisa-instructions.pdf diff --git a/Master/texmf-dist/source/latex/emisa/emisa.dtx b/Master/texmf-dist/source/latex/emisa/emisa.dtx index 6f39eae7c69..9a79e6feff4 100644 --- a/Master/texmf-dist/source/latex/emisa/emisa.dtx +++ b/Master/texmf-dist/source/latex/emisa/emisa.dtx @@ -60,6 +60,7 @@ % \askforoverwritetrue \askonceonly %<batchfile>\showprogress +%<batchfile>\askforoverwritetrue % \usedir{tex/latex/\jobname} %%% % this is for biblatex files: diff --git a/Master/texmf-dist/source/latex/emisa/emisa.ins b/Master/texmf-dist/source/latex/emisa/emisa.ins index 523730559d1..7b3883ea71d 100644 --- a/Master/texmf-dist/source/latex/emisa/emisa.ins +++ b/Master/texmf-dist/source/latex/emisa/emisa.ins @@ -35,6 +35,7 @@ \askforoverwritefalse \askonceonly \showprogress +\askforoverwritetrue %%% \declarepreamble\biblatexpre diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 712a1d8443d..8a4e4fe2345 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -2941,6 +2941,7 @@ my $core_latex = "$Master/texmf-dist/tex/latex"; 'emisa' => 'pdflatex-preserve-pdf', 'engpron' => 'latex -translate-file=empty.tcx', # no 8-bit 'ecclesiastic' => 'latex', # requires interaction + 'emisa' => 'pdflatex-preserve-pdf', 'epstopdf-pkg' => 'tex', 'esint' => 'xelatex', 'etextools' => 'etex -translate-file=empty.tcx', # no 8-bit @@ -3556,7 +3557,7 @@ $standardclean = '\.head|\.tmp|\.dvi|\.log|\.out|\.aux|\.toc|\.lof|\.lot' 'cprotect' => $standardclean . '|\.cpt', # temp files for doc 'dateiliste' => $standardclean . '|dateiliste.README*', # already in dist 'elvish' => '\.pk3', # no pk files - 'emisa' => $standardclean . '|\.brf$', + 'emisa' => $standardclean . '|\.brf$|emisa-instructions', 'enctex' => '\.ch|\.patch', # binary-related 'findhyph' => 'findhyph.pdf', # we generate 'fontsetup' => 'cambria|lucida|minion|msgaramond', # nonfree @@ -3600,7 +3601,6 @@ $standardclean = '\.head|\.tmp|\.dvi|\.log|\.out|\.aux|\.toc|\.lof|\.lot' 'easy' => '.*\.pdf|doc.html.tgz', # no source 'eczar' => 'ttf', # dup with otf 'ednotes' => 'perpage.sty', # copy from bigfoot - 'emisa' => 'emisa-instructions.pdf', # symlink 'epslatex-fr' => 'R?Danger.eps', # unneeded, name clash 'exceltex' => 'manpage.pdf', # no source 'facture' => 'issue7.pdf', # no source |