From 4cc7922324b7a08ba0418e8f245cf1dcfa1891ac Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 21 Dec 2020 03:01:35 +0000 Subject: CTAN sync 202012210301 --- macros/latex/contrib/easyfloats/easyfloats.ins | 82 ++++++++++++++++++++++++++ 1 file changed, 82 insertions(+) create mode 100644 macros/latex/contrib/easyfloats/easyfloats.ins (limited to 'macros/latex/contrib/easyfloats/easyfloats.ins') diff --git a/macros/latex/contrib/easyfloats/easyfloats.ins b/macros/latex/contrib/easyfloats/easyfloats.ins new file mode 100644 index 0000000000..c3f1020483 --- /dev/null +++ b/macros/latex/contrib/easyfloats/easyfloats.ins @@ -0,0 +1,82 @@ +% !TeX program = tex + +%% easyfloats.ins +%% Copyright 2020 E. Zöllner +% +% This work may be distributed and/or modified under the +% conditions of the LaTeX Project Public License, either version 1.3 +% of this license or (at your option) any later version. +% The latest version of this license is in +% http://www.latex-project.org/lppl.txt +% and version 1.3 or later is part of all distributions of LaTeX +% version 2005/12/01 or later. +% +% This work has the LPPL maintenance status `maintained'. +% +% The Current Maintainer of this work is E. Zöllner. +% +% This work consists of the files listed in easyfloats-file-list.txt. +% The official git repository is https://gitlab.com/erzo/latex-easyfloats + + +% Make easyfloats.dtx faster by stripping comments and indentation +% and write the result to easyfloats.sty. + +\input docstrip.tex + +\preamble + +Copyright 2020 E. Z\string\"ollner + +This work may be distributed and/or modified under the +conditions of the LaTeX Project Public License, either version 1.3 +of this license or (at your option) any later version. +The latest version of this license is in + http://www.latex-project.org/lppl.txt +and version 1.3 or later is part of all distributions of LaTeX +version 2005/12/01 or later. +Additionally to the rights granted by the LaTeX Project Public License +you have permission to freely distribute unmodified copies +of the files \jobname.sty and doc/easyfloats.pdf without other files of this work. +The other files of this work can be found at: +https://gitlab.com/erzo/latex-easyfloats + +This work has the LPPL maintenance status `maintained'. + +The Current Maintainer of this work is E. Z\string\"ollner. + +This work consists of the files listed in easyfloats-file-list.txt. +\endpreamble + +\askforoverwritefalse +\generate{ + \file{\jobname.sty}{\from{\jobname.dtx}{package}} +} + +\def\lnout{} +\count0=0 +\def\append#1{\advance\count0 by 1 \expandafter\def\expandafter\lnout\expandafter{\lnout#1}} +\def\appendmany#1{\ifx\relax#1\else\append{#1}\expandafter\appendmany\fi} +\obeyspaces +\appendmany \relax +\expandafter\appendmany\jobname.sty\relax +\loop\append{ }\ifnum\count0<48\repeat +\Msg{****************************************************} +\Msg{* *} +\Msg{* To finish the installation you have to move the *} +\Msg{* following file into a directory searched by TeX: *} +\Msg{* *} +\Msg{* \lnout *} +\Msg{* *} +\Msg{* To produce the documentation run: *} +\Msg{* $ cd doc *} +\Msg{* $ pdflatex easyfloats.tex *} +\Msg{* $ biber easyfloats *} +\Msg{* $ pdflatex easyfloats.tex *} +\Msg{* $ pdflatex easyfloats.tex *} +\Msg{* *} +\Msg{* Happy TeXing! *} +\Msg{* *} +\Msg{****************************************************} + +\endbatchfile -- cgit v1.2.3