diff options
Diffstat (limited to 'Master')
-rw-r--r-- | Master/doc.html | 10 | ||||
-rwxr-xr-x | Master/tlpkg/installer/config.guess | 2 |
2 files changed, 9 insertions, 3 deletions
diff --git a/Master/doc.html b/Master/doc.html index f0754cb9469..dae7a4c0d14 100644 --- a/Master/doc.html +++ b/Master/doc.html @@ -15799,6 +15799,12 @@ Extending the LaTeX doc system <a href="texmf-dist/doc/latex/xdoc/xdocdemo.pdf">xdocdemo.pdf</a>. </small></li> +<li><b><a href="texmf-dist/doc/latex/xduthesis/examples">xduthesis</a></b>:<small> +XeLaTeX template for writing Xidian University Thesis +<a href="texmf-dist/doc/latex/xduthesis/examples/thesis-doctor.pdf">thesis-doctor.pdf</a>, +<a href="texmf-dist/doc/latex/xduthesis/xduthesis.pdf">xduthesis.pdf</a>. +</small></li> + <li><b><a href="texmf-dist/doc/man/man1">xdvi</a></b>:<small> A DVI previewer for the X Window System <a href="texmf-dist/doc/man/man1/xdvi.man1.pdf">xdvi.man1.pdf</a>. @@ -16088,7 +16094,7 @@ Tree macros using XY-Pic <h2 id="letter-Y">Y</h2> -<ol start="2486"> +<ol start="2487"> <li><b><a href="texmf-dist/doc/latex/yafoot">yafoot</a></b>:<small> A bundle of miscellaneous footnote packages @@ -16155,7 +16161,7 @@ Many-featured Young tableaux and Young diagrams <h2 id="letter-Z">Z</h2> -<ol start="2495"> +<ol start="2496"> <li><b><a href="texmf-dist/doc/latex/zed-csp">zed-csp</a></b>:<small> Typesetting Z and CSP format specifications diff --git a/Master/tlpkg/installer/config.guess b/Master/tlpkg/installer/config.guess index 3d2c4507df0..f89b52de966 100755 --- a/Master/tlpkg/installer/config.guess +++ b/Master/tlpkg/installer/config.guess @@ -238,7 +238,7 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in echo ${UNAME_MACHINE_ARCH}-unknown-openbsd${UNAME_RELEASE} exit ;; *:LibertyBSD:*:*) - UNAME_MACHINE_ARCH=`arch | sed 's/LibertyBSD.//'` + UNAME_MACHINE_ARCH=`arch | sed 's/^.*BSD\.//'` echo ${UNAME_MACHINE_ARCH}-unknown-libertybsd${UNAME_RELEASE} exit ;; *:ekkoBSD:*:*) |