summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/fnpct/fnpct.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/fnpct/fnpct.sty')
-rw-r--r--Master/texmf-dist/tex/latex/fnpct/fnpct.sty32
1 files changed, 12 insertions, 20 deletions
diff --git a/Master/texmf-dist/tex/latex/fnpct/fnpct.sty b/Master/texmf-dist/tex/latex/fnpct/fnpct.sty
index 69b4e08ebea..909a9d88cea 100644
--- a/Master/texmf-dist/tex/latex/fnpct/fnpct.sty
+++ b/Master/texmf-dist/tex/latex/fnpct/fnpct.sty
@@ -31,14 +31,14 @@
\RequirePackage { xparse , l3keys2e , scrlfile }
\ProvidesExplPackage
{fnpct}
- {2019/02/17}
- {0.4f}
+ {2019/09/30}
+ {0.4g}
{footnote kerning}
% --------------------------------------------------------------------------
% SETTING THINGS UP:
% this is plain's \nobreak:
-\cs_new:Npn \fnpct_no_break: { \tex_penalty:D \c_ten_thousand }
+\cs_new:Npn \fnpct_no_break: { \tex_penalty:D 10000 \scan_stop: }
% messages:
\cs_new_protected:Npn \fnpct_dont_mess_around:
@@ -874,11 +874,11 @@
\AdaptNoteMark \sidenotemark
}
%% the `sidenotes' package:
- \fnpct_treatment:nn { sidenotes }
- {
- \AdaptNoteOpt \sidenote \multsidenote
- \AdaptNoteMark \sidenotemark
- }
+ % \fnpct_treatment:nn { sidenotes }
+ % {
+ % \AdaptNoteOpt \sidenote \multsidenote
+ % \AdaptNoteMark \sidenotemark
+ % }
%% the `parnotes' package:
\fnpct_treatment:nn { parnotes }
{ \AdaptNote \parnote \multparnote }
@@ -1043,7 +1043,7 @@
\NewDocumentCommand \setfnpct { m }
{ \keys_set:nn { fnpct } { #1 } }
-\tex_endinput:D
+\file_input_stop:
% --------------------------------------------------------------------------
% HISTORY:
@@ -1113,18 +1113,10 @@
2015/04/23 v0.4d - fix for issue #7: polyglossia and french
2016/03/25 v0.4e - fix for issue #9
2019/02/17 v0.4f - fix for issues #13 and #19
+2019/09/30 v0.4g - update for expl3 deprecations
% --------------------------------------------------------------------------
% NOTES:
-- `footnote' package => not compatible => see todo
+- `footnote' package => not compatible
- `ednotes' package => not tested; who knows?
-
-% --------------------------------------------------------------------------
-% TODO:
-- localization: should there be different defaults for different languages?
- And who might provide enough information about conventions in other
- languages?
-- solve incompatibility with the `footnote' package
-- get this working (??) => http://tex.stackexchange.com/questions/54288/nested-endnotes
-- the `bigfoot' package provides \footnote+ and \footnote- -- let's see if we
- can add those functionalities again
+- `sidenotes' package => mot easily patchable, see pull request #1