error_in_footnote_caption.texi 738 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. nput texinfo @c -*-texinfo-*-
  2. @setfilename error_in_footnote_caption.info
  3. @node Top
  4. @top Test an error in a footnote within a @@caption
  5. @float Text, label
  6. Float text
  7. @caption{In caption@footnote{TeX without brace @TeX} LaTeX without brace @LaTeX}
  8. @end float
  9. @float Text, label1
  10. Float text1
  11. @caption{In
  12. caption 2@footnote{TeX2 without brace @TeX} Second @footnote{bullet1 without brace @bullet} LaTeX2 without
  13. brace @LaTeX}
  14. @end float
  15. @float Text, label2
  16. Float text2
  17. @caption{In
  18. caption 2@footnote{TeX3 without brace @TeX
  19. and now @copyright
  20. @itemize @bullet
  21. @item ERror on error @error in item
  22. @end itemize
  23. } Second @footnote{bullet1 without brace @bullet} LaTeX3 without
  24. brace @LaTeX}
  25. @end float
  26. @listoffloats Text
  27. @bye