?? 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 + -