Path: utzoo!attcan!uunet!tut.cis.ohio-state.edu!att!iuvax!ux1.cso.uiuc.edu!csrd.uiuc.edu!s41.csrd.uiuc.edu!eijkhout From: eijkhout@s41.csrd.uiuc.edu (Victor Eijkhout) Newsgroups: comp.text.tex Subject: Re: \topinsert and \headline Message-ID: <1990Oct14.170646.18112@csrd.uiuc.edu> Date: 14 Oct 90 17:06:46 GMT References: <9010140557.AA09467@june.cs.washington.edu> Sender: news@csrd.uiuc.edu (news) Organization: UIUC Center for Supercomputing Research and Development Lines: 13 TeXhax@cs.washington.edu writes: >Can anyone tell me how I can set things up so that pages containing >\pageinsert 's (and not \topinsert 's) will have a different \headline >from other pages? With a bit of trickery: page inserts are packaged in a box of \vsize. If you alter this to some recognizable other size, say 1pt more, your output routine could test what the size of \box\topins is. If it's your special size, take different actions from what you do usually. Victor.