diff options
Diffstat (limited to 'Master/texmf-dist/source/generic/markdown/docstrip.cfg')
-rw-r--r-- | Master/texmf-dist/source/generic/markdown/docstrip.cfg | 105 |
1 files changed, 105 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/generic/markdown/docstrip.cfg b/Master/texmf-dist/source/generic/markdown/docstrip.cfg new file mode 100644 index 00000000000..64fdc439c76 --- /dev/null +++ b/Master/texmf-dist/source/generic/markdown/docstrip.cfg @@ -0,0 +1,105 @@ +\askforoverwritefalse +\def\luapreamble{% +-- ^^J% +-- Copyright (C) 2009-2016 John MacFarlane, Hans Hagen^^J% +-- ^^J% +-- Permission is hereby granted, free of charge, to any person obtaining^^J% +-- a copy of this software and associated documentation files (the^^J% +-- "Software"), to deal in the Software without restriction, including^^J% +-- without limitation the rights to use, copy, modify, merge, publish,^^J% +-- distribute, sublicense, and/or sell copies of the Software, and to^^J% +-- permit persons to whom the Software is furnished to do so, subject to^^J% +-- the following conditions:^^J% +-- ^^J% +-- The above copyright notice and this permission notice shall be included^^J% +-- in all copies or substantial portions of the Software.^^J% +-- ^^J% +-- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,^^J% +-- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF^^J% +-- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.^^J% +-- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY^^J% +-- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,^^J% +-- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE^^J% +-- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.^^J% +-- ^^J% +-- Copyright (C) 2016 Vít Novotný^^J% +-- ^^J% +-- This work may be distributed and/or modified under the^^J% +-- conditions of the LaTeX Project Public License, either version 1.3^^J% +-- of this license or (at your option) any later version.^^J% +-- The latest version of this license is in^^J% +-- ^^J% +-- \space\space\space\space http://www.latex-project.org/lppl.txt^^J% +-- ^^J% +-- and version 1.3 or later is part of all distributions of LaTeX^^J% +-- version 2005/12/01 or later.^^J% +-- ^^J% +-- This work has the LPPL maintenance status `maintained'.^^J% +-- The Current Maintainer of this work is Vít Novotný.^^J% +-- ^^J% +-- Send bug reports, requests for additions and questions^^J% +-- either to the GitHub issue tracker at^^J% +-- ^^J% +-- \space\space\space\space https://github.com/witiko/markdown/issues^^J% +-- ^^J% +-- or to the e-mail address <witiko@mail.muni.cz>.^^J% +-- ^^J% +-- MODIFICATION ADVICE:^^J% +-- ^^J% +-- If you want to customize this file, it is best to make a copy of^^J% +-- the source file(s) from which it was produced. Use a different^^J% +-- name for your copy(ies) and modify the copy(ies); this will ensure^^J% +-- that your modifications do not get overwritten when you install a^^J% +-- new release of the standard system. You should also ensure that^^J% +-- your modified source file does not generate any modified file with^^J% +-- the same name as a standard file.^^J% +-- ^^J% +-- You will also need to produce your own, suitably named, .ins file to^^J% +-- control the generation of files from your source file; this file^^J% +-- should contain your own preambles for the files it generates, not^^J% +-- those in the standard .ins files.^^J% +-- } +\let\luapostamble\empty +\declarepreamble\texpreamble + +Copyright (C) 2016 Vít Novotný + +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 Vít Novotný. + +Send bug reports, requests for additions and questions +either to the GitHub issue tracker at + + https://github.com/Witiko/markdown/issues + +or to the e-mail address <witiko@mail.muni.cz>. + +MODIFICATION ADVICE: + +If you want to customize this file, it is best to make a copy of +the source file(s) from which it was produced. Use a different +name for your copy(ies) and modify the copy(ies); this will ensure +that your modifications do not get overwritten when you install a +new release of the standard system. You should also ensure that +your modified source file does not generate any modified file with +the same name as a standard file. + +You will also need to produce your own, suitably named, .ins file to +control the generation of files from your source file; this file +should contain your own preambles for the files it generates, not +those in the standard .ins files. + +The names of the source files used are shown above. + +\endpreamble +\let\texpostamble\defaultpostamble |