Skip to content

Commit

Permalink
changelog, date et checksum
Browse files Browse the repository at this point in the history
  • Loading branch information
maieul committed Sep 25, 2014
1 parent 55e21c5 commit 85b87bd
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions eledmac.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
%
% \fi
%
% \CheckSum{10306}
% \CheckSum{10307}
%
% \makeatletter
% \newcommand*{\DescribeIt}{\leavevmode\@bsphack\begingroup\MakePrivateLetters
Expand Down Expand Up @@ -207,6 +207,8 @@
% \changes{v1.12.3}{2014/08/15}{Debug left and right notes (bugs added by 1.12.0)}
% \changes{v1.12.3}{2014/08/15}{Debug \cs{eledxxx} with some paper size}
% \changes{v1.12.4}{2014/08/25}{Debug spurious page breaks before \cs{chapter} (bug added by 1.12.0)}
% \changes{v1.13.1}{2014/09/25}{Debug quotation environment inside of a \cs{pstart} when preceded by a sectioning command.}
% \changes{v1.13.1}{2014/09/25}{Combing back of page and line breaking penalties's management, deleted by error in v0.17.}
% \hyphenation{man-u-script man-u-scripts}
%
%
Expand Down Expand Up @@ -691,7 +693,7 @@
% \changes{v1.12.0}{2014/08/05}{Optional arguments for \cs{pstart} and \cs{pend}.}\label{pstart:optionalarg}
% Both \cs{pstart} and \cs{pend} can take a optional argument, in brackets.
% Its content will be printed before the beginning of the \cs{pstart} / after the end of the \cs{pend}.
% If you need to start a \cs{pstart} by brackets, or to add brackets after a \cs{pend}, just add a \cs{\relax} between \cs{pstart}/\cs{pend} and the brackets.
% If you need to start a \cs{pstart} by brackets, or to add brackets after a \cs{pend}, just add a \cs{relax} between \cs{pstart}/\cs{pend} and the brackets.
%
% This feature is not needed for normal use of \Lpack{eledmac}, but it is needed when using verse (see~\ref{verse} p.~\pageref{verse}) or \Lpack{eledpar} (see~\ref{eledpar} p.~\pageref{eledpar}).
%
Expand Down Expand Up @@ -2852,7 +2854,7 @@
% \begin{macrocode}
%<*code>
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{eledmac}[2014/09/21 v1.13.1 LaTeX port of EDMAC]%
\ProvidesPackage{eledmac}[2014/09/25 v1.13.1 LaTeX port of EDMAC]%
% \end{macrocode}
%
% Generally, these are the modifications to the original.
Expand Down Expand Up @@ -5715,7 +5717,7 @@
% Beware: everything that occurs between \cs{pstart} and \cs{pend}
% is happening within a group; definitions must be global if you want
% them to survive past the end of the paragraph.
%
% \changes{v1.13.1}{2014/09/25}{Add \cs{l@dzeropenalties} in \cs{pstart}}
% \begin{macrocode}

\newcounter{pstart}
Expand Down Expand Up @@ -5950,7 +5952,7 @@
% \end{macro}
% \end{macro}
%
% \changes{v1.13.1}{2014/09/21}{Coming back of add@penalties, deleted by version 0.17!}
% \changes{v1.13.1}{2014/09/25}{Coming back of add@penalties, deleted by version 0.17!}
% \begin{macro}{\print@line}
% \begin{macrocode}
% \cs{print@line} is for normal line, i. e line without sectioning command.
Expand Down Expand Up @@ -14333,7 +14335,7 @@
% \end{itemize}
%
% Anyway, there is another problem. If you have text in brackets just after \cs{pstart} or \cs{pend}, the text will be considered an optional argument of \cs{pstart} or \cs{pend} (see \ref{pstart:optionalarg}, p.~\pageref{pstart:optionalarg}).
% In this case, just add a \cs{\relax} between \cs{pstart}/\cs{pend} and the brackets.
% In this case, just add a \cs{relax} between \cs{pstart}/\cs{pend} and the brackets.

% The version 1.12.0 adds new best way to manage section title inside numbered text. Please read §~\ref{eledsection} (p.~\pageref{eledsection}).
% \clearpage
Expand Down

0 comments on commit 85b87bd

Please sign in to comment.