📄 a tip a day 2003.12.26.txt
字号:
发信人: exotic (~~光辉的末裔~~), 信区: TeX_LaTeX
标 题: A Tip A Day 2003.12.26
发信站: 饮水思源 (2003年12月26日11:42:10 星期五)
Captions not listed in LOF/LOT
\documentclass[a4paper]{article}
\makeatletter
\def\afterfi#1\fi{\fi#1}
\let\ORIGaddtocontents\addtocontents
\newcommand*\dontaddtolof[2]{\edef\temp{#1}%
\ifx\temp\ext@figure\else\afterfi\ORIGaddtocontents{#1}{#2}\fi}
\makeatletter
\newcommand*\ignorelof{\let\addtocontents\dontaddtolof}
\newcommand*\obeylof{\let\addtocontents\ORIGaddtocontents}
\begin{document}
\listoffigures
\begin{figure}\caption{foo}\end{figure}
\ignorelof
\begin{figure}\caption{bar1}\end{figure}
\obeylof
\begin{figure}\caption{faz}\end{figure}
\end{document}
--
不管你多么伤心
地球不会因你的悲伤而停止转动
※ 来源:·饮水思源 bbs.sjtu.edu.cn·[FROM: 202.120.7.16]
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -