forked from texjporg/platex
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
exppl2e.sty: handle penalty before \footnotetext
- Loading branch information
1 parent
8adee34
commit f5c907b
Showing
3 changed files
with
93 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -147,7 +147,8 @@ pythontex-files-*/ | |
# xypic precompiled matrices | ||
*.xyc | ||
|
||
# WinEdt | ||
# WinEdt, Emacs | ||
*~ | ||
*.bak | ||
*.sav | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
%#!ptex2pdf -l footnote | ||
\documentclass[twocolumn]{jarticle} | ||
\textwidth42zw | ||
\columnsep2zw | ||
\parindent0zw | ||
\begin{document} | ||
|
||
「*」のある行は望ましくない出力 | ||
(本来は起きないが,わざと例示している) | ||
|
||
1あああああああああああああああああああ\par | ||
1*ああああああああああああああああああ\footnote[1]{いいいいい}\hskip0pt,ううううう\par | ||
11ああああああああああああああああああ\footnote[1]{いいいいい},ううううう\par | ||
12ああああああああああああああああああ\footnotemark[1],ううううう\par | ||
13ああああああああああああああああああ\footnotetext[1]{いいいいい},ううううう\par | ||
2あああああああああああああああああああ)\footnote[1]{いいいいい}うううううううう\par | ||
2*ああああああああああああああああ)\footnote[1]{いいいいい}\nobreak (ううううううう\par | ||
21ああああああああああああああああ)\footnote[1]{いいいいい}(ううううううう\par | ||
22ああああああああああああああああ)\footnotemark[1](うううううう\par | ||
23ああああああああああああああああ)\footnotetext[1]{いいいいい}(ううううううう\par | ||
24ああああああああああああああああああ)\footnote[1]{いいいいい}うううううううう\par | ||
25ああああああああああああああああああ)\footnotemark[1]ううううううう\par | ||
3あああああああああああああああああああ\footnote[1]{いいいいい}\\うううううううう\par | ||
4ああああああああああああああああああ(\footnote[1]{いいいいい}うううううううう\par | ||
4*あああああああああああああああああ(\hskip0pt\footnotetext[1]{いいいいい}うううううううう\par | ||
41あああああああああああああああああ(\footnotetext[1]{いいいいい}うううううううう\par | ||
42あああああああああああああああああ(\footnotemark[1]うううううううう\par | ||
|
||
\end{document} | ||
|