]> git.lyx.org Git - lyx.git/blobdiff - lib/chkconfig.ltx
* beamer.layout:
[lyx.git] / lib / chkconfig.ltx
index 1872cba1431eebdeb3c2e7c369da47e067206005..d439a0a6616c0df0e392ef346992bacb5bcedba5 100644 (file)
 
 % (2) strip the useless parts from \mesg. This uses the fact that TeX
 % allows to define macros with parameters delimited by arbitrary text.
-\def\strip#1patterns for #2, loaded.#3\endmark{\def\langs{#2}}
-\expandafter\strip\mesg\endmark
+\def\platexname{pLaTeX2e}
+\ifx\pfmtname\platexname
+  \def\langs{japanese}
+\else
+  \def\strip#1patterns for #2, loaded.#3\endmark{\def\langs{#2}}
+  \expandafter\strip\mesg\endmark
+\fi
 
 % (3) handle the result
 \message{^^J\prefix checking for available hyphenation patterns... \langs}
 
 
 %%% Packages
+\TestPackage{accents}
 \TestPackage{algorithm}
 \TestPackage{array}
 \TestPackage{babel}
 \TestPackage{nicefrac}
 \TestPackage{nomencl}
 \TestPackage{pdfcolmk}
+\TestPackage{pdfpages}
 \TestPackage{prettyref}
 \TestPackage{preview}
+\TestPackage{relsize}
 \TestPackage{rotating}
 \TestPackage{rotfloat}
 \TestPackage{setspace}
+\TestPackage{slashed}
 \TestPackage{soul}
 \TestPackage{subfig}
 \TestPackage{textcomp}
 \TestPackage{url}
 \TestPackage{varioref}
 \TestPackage{wrapfig}
+\TestPackage{xargs}
 \TestPackage{xcolor}