diff options
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf-dist/doc/latex/notes/book.layout (renamed from Master/texmf-dist/source/latex/notes/book.layout) | 0 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/notes/hand.fig (renamed from Master/texmf-dist/source/latex/notes/hand.fig) | 0 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/notes/info.fig (renamed from Master/texmf-dist/source/latex/notes/info.fig) | 0 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/notes/makedoc (renamed from Master/texmf-dist/source/latex/notes/makedoc) | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | Master/texmf-dist/doc/latex/notes/makedoc.bat (renamed from Master/texmf-dist/source/latex/notes/makedoc.bat) | 92 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/notes/notes.dvi | bin | 25508 -> 0 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/notes/notes.inc (renamed from Master/texmf-dist/source/latex/notes/notes.inc) | 0 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/notes/notes.pdf | bin | 0 -> 90787 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/notes/testnotes.dvi | bin | 8416 -> 0 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/notes/warn.fig (renamed from Master/texmf-dist/source/latex/notes/warn.fig) | 0 | ||||
-rwxr-xr-x | Master/tlpkg/bin/tlpkg-ctan-check | 2 |
11 files changed, 47 insertions, 47 deletions
diff --git a/Master/texmf-dist/source/latex/notes/book.layout b/Master/texmf-dist/doc/latex/notes/book.layout index 07b60f430ea..07b60f430ea 100644 --- a/Master/texmf-dist/source/latex/notes/book.layout +++ b/Master/texmf-dist/doc/latex/notes/book.layout diff --git a/Master/texmf-dist/source/latex/notes/hand.fig b/Master/texmf-dist/doc/latex/notes/hand.fig index 370a9ea9fe6..370a9ea9fe6 100644 --- a/Master/texmf-dist/source/latex/notes/hand.fig +++ b/Master/texmf-dist/doc/latex/notes/hand.fig diff --git a/Master/texmf-dist/source/latex/notes/info.fig b/Master/texmf-dist/doc/latex/notes/info.fig index cd4715ff132..cd4715ff132 100644 --- a/Master/texmf-dist/source/latex/notes/info.fig +++ b/Master/texmf-dist/doc/latex/notes/info.fig diff --git a/Master/texmf-dist/source/latex/notes/makedoc b/Master/texmf-dist/doc/latex/notes/makedoc index 66b77b7f65b..66b77b7f65b 100644 --- a/Master/texmf-dist/source/latex/notes/makedoc +++ b/Master/texmf-dist/doc/latex/notes/makedoc diff --git a/Master/texmf-dist/source/latex/notes/makedoc.bat b/Master/texmf-dist/doc/latex/notes/makedoc.bat index 44fca73d6b0..8940a9f0709 100644..100755 --- a/Master/texmf-dist/source/latex/notes/makedoc.bat +++ b/Master/texmf-dist/doc/latex/notes/makedoc.bat @@ -1,46 +1,46 @@ -@echo off
-rem MAKEDOC.BAT (FOR MSDOS)
-
-rem Everything after a `rem' is ignored
-
-
-rem ----------------- create a `ltxdoc.cfg': --------------------------
-
-rem Edit the next line for options to pass to the package notes:
-rem echo \PassOptionsToPackage{color}{notes}" >> ltxdoc.cfg
-
-rem Edit the next line for options to pass to the class:
-echo \PassOptionsToClass{a4paper}{article} > ltxdoc.cfg
-echo \batchmode >> ltxdoc.cfg
-
-rem The next lines produce full indexes and change logs
-rem you may not want those:
-
-rem echo \AtBeginDocument{\RecordChanges} >> ltxdoc.cfg
-rem echo \AtEndDocument{\PrintChanges} >> ltxdoc.cfg
-echo \AtBeginDocument{\CodelineIndex\EnableCrossrefs} >> ltxdoc.cfg
-echo \AtEndDocument{\PrintIndex} >> ltxdoc.cfg
-echo \AtEndDocument{\addcontentsline{toc}{section}{Index}} >> ltxdoc.cfg
-
-rem If you do not want any code listings, just documentation, then instead
-rem of the lines above, uncomment the following:
-
-rem echo \AtBeginDocument{\OnlyDescription} >> ltxdoc.cfg
-
-rem ---------- latex the documentation using `ltxdoc.cfg': --------------
-
-echo 1st latex notes.dtx
-latex notes.dtx
-
-echo 2nd latex notes.dtx
-latex notes.dtx
-
-echo If you don't have Makeindex, exit now!
-echo makeindx -s gind.ist notes.idx
-makeindx -s gind.ist notes.idx
-
-echo 3rd latex notes.dtx
-latex notes.dtx
-
-echo +++++++++++++ all done! ++++++++++++
-
+@echo off +rem MAKEDOC.BAT (FOR MSDOS) + +rem Everything after a `rem' is ignored + + +rem ----------------- create a `ltxdoc.cfg': -------------------------- + +rem Edit the next line for options to pass to the package notes: +rem echo \PassOptionsToPackage{color}{notes}" >> ltxdoc.cfg + +rem Edit the next line for options to pass to the class: +echo \PassOptionsToClass{a4paper}{article} > ltxdoc.cfg +echo \batchmode >> ltxdoc.cfg + +rem The next lines produce full indexes and change logs +rem you may not want those: + +rem echo \AtBeginDocument{\RecordChanges} >> ltxdoc.cfg +rem echo \AtEndDocument{\PrintChanges} >> ltxdoc.cfg +echo \AtBeginDocument{\CodelineIndex\EnableCrossrefs} >> ltxdoc.cfg +echo \AtEndDocument{\PrintIndex} >> ltxdoc.cfg +echo \AtEndDocument{\addcontentsline{toc}{section}{Index}} >> ltxdoc.cfg + +rem If you do not want any code listings, just documentation, then instead +rem of the lines above, uncomment the following: + +rem echo \AtBeginDocument{\OnlyDescription} >> ltxdoc.cfg + +rem ---------- latex the documentation using `ltxdoc.cfg': -------------- + +echo 1st latex notes.dtx +latex notes.dtx + +echo 2nd latex notes.dtx +latex notes.dtx + +echo If you don't have Makeindex, exit now! +echo makeindx -s gind.ist notes.idx +makeindx -s gind.ist notes.idx + +echo 3rd latex notes.dtx +latex notes.dtx + +echo +++++++++++++ all done! ++++++++++++ + diff --git a/Master/texmf-dist/doc/latex/notes/notes.dvi b/Master/texmf-dist/doc/latex/notes/notes.dvi Binary files differdeleted file mode 100644 index 83962267729..00000000000 --- a/Master/texmf-dist/doc/latex/notes/notes.dvi +++ /dev/null diff --git a/Master/texmf-dist/source/latex/notes/notes.inc b/Master/texmf-dist/doc/latex/notes/notes.inc index 4595110b955..4595110b955 100644 --- a/Master/texmf-dist/source/latex/notes/notes.inc +++ b/Master/texmf-dist/doc/latex/notes/notes.inc diff --git a/Master/texmf-dist/doc/latex/notes/notes.pdf b/Master/texmf-dist/doc/latex/notes/notes.pdf Binary files differnew file mode 100644 index 00000000000..4a7f36efea6 --- /dev/null +++ b/Master/texmf-dist/doc/latex/notes/notes.pdf diff --git a/Master/texmf-dist/doc/latex/notes/testnotes.dvi b/Master/texmf-dist/doc/latex/notes/testnotes.dvi Binary files differdeleted file mode 100644 index 90592c1935d..00000000000 --- a/Master/texmf-dist/doc/latex/notes/testnotes.dvi +++ /dev/null diff --git a/Master/texmf-dist/source/latex/notes/warn.fig b/Master/texmf-dist/doc/latex/notes/warn.fig index 69b56e98e98..69b56e98e98 100644 --- a/Master/texmf-dist/source/latex/notes/warn.fig +++ b/Master/texmf-dist/doc/latex/notes/warn.fig diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index ce64996e1a0..34881ada5c6 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -149,7 +149,7 @@ my @WorkingTLP = qw( mpman-ru ms msc msg multicap multido multiobjective munich muthesis mwcls nag namespc natbib nath nature ncclatex ncctools newlfm nih noitcrul - nomencl nomentbl nostarch notes2bib + nomencl nomentbl nostarch notes notes2bib ntgclass ntheorem-vn numline numname numprint oberdiek ocr-latex octavo ofs ogham oldstyle onlyamsmath opcit ordinalpt othello |