diff options
author | Karl Berry <karl@freefriends.org> | 2017-08-24 22:00:37 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-08-24 22:00:37 +0000 |
commit | c8e603a162643e9c456d840185129baa1a72c85a (patch) | |
tree | 322c418eb6872f589c5db1789a88e943881625ab /Master/texmf-dist/tex/latex | |
parent | b34cea2bffdcb4300b3f4abec56cd287cab3eb2b (diff) |
poemscol (24aug17)
git-svn-id: svn://tug.org/texlive/trunk@45115 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-rw-r--r-- | Master/texmf-dist/tex/latex/poemscol/poemscol.sty | 20 |
1 files changed, 7 insertions, 13 deletions
diff --git a/Master/texmf-dist/tex/latex/poemscol/poemscol.sty b/Master/texmf-dist/tex/latex/poemscol/poemscol.sty index b64355fa848..313699c7aa1 100644 --- a/Master/texmf-dist/tex/latex/poemscol/poemscol.sty +++ b/Master/texmf-dist/tex/latex/poemscol/poemscol.sty @@ -22,11 +22,7 @@ %% in the same archive or directory.) \NeedsTeXFormat{LaTeX2e}[1997/12/01] \ProvidesPackage{poemscol} - [2015/6/18 v2.72 poemscol file] - - - - + [2017/8/25 v2.8 poemscol file] @@ -366,8 +362,8 @@ }{\newpage\thispagestyle{volumetitlestyle}\cleardoublepage} \newenvironment{booksectionpage} {\par\newpage\thispagestyle{volumetitlestyle}}{\newpage} - \setlength{\marginparsep}{18pt} - \setlength{\marginparwidth}{10pt} + \setlength{\marginparsep}{0pt} + \setlength{\marginparwidth}{0pt} \newif\ifnumbersswitch \numbersswitchfalse \newif\ifnumbersright \numbersrighttrue \newcommand{\pmclsidepar}{\@dblarg{\@pmclsidepar}} @@ -458,17 +454,11 @@ \newlength{\pmclsideparvshift} \setlength{\pmclsideparvshift}{0ex} \newcommand{\verselinenumberstoleft}{% - \setlength{\marginparsep}{18pt}% - \setlength{\marginparwidth}{10pt}% \numbersswitchfalse\numbersrightfalse} \newcommand{\verselinenumberstoright}{% - \setlength{\marginparsep}{18pt}% - \setlength{\marginparwidth}{10pt}% \numbersswitchfalse\numbersrighttrue} \newcommand{\verselinenumbersswitch}{% \strictpagechecktrue% - \setlength{\marginparsep}{18pt}% - \setlength{\marginparwidth}{10pt}% \numbersswitchtrue\numbersrightfalse\pmclsideparswitchtrue} \newif\ifnumbersgutter \numbersgutterfalse% \newcommand{\verselinenumbersgutter}{\verselinenumbersswitch% @@ -630,6 +620,10 @@ \newcommand{\contentsendnotestitle}[2]{% \contentsendnotesdefaults{#1}{\contentsendnotesindent}{\contentsendnotesfont}{#2}% } +\newlength{\noteindentation} +\setlength{\noteindentation}{1em} +\newcommand{\noteparbreak}{\\ +\hspace*{\noteindentation}} \newtoks{\pmclnotesname} \pmclnotesname={TEXTUAL NOTES} \newcommand{\changenotesname}[1]{\pmclnotesname={#1}} |