home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / text / tex / 9657 < prev    next >
Encoding:
Text File  |  1992-07-30  |  1.1 KB  |  36 lines

  1. Newsgroups: comp.text.tex
  2. Path: sparky!uunet!gatech!destroyer!terminator!news
  3. From: Hal.Varian@umich.edu
  4. Subject: actual page number of a \midinsert
  5. Message-ID: <1992Jul30.151813.15190@terminator.cc.umich.edu>
  6. Keywords: midinsert
  7. Sender: news@terminator.cc.umich.edu (Usenet Owner)
  8. Reply-To: Hal.Varian@umich.edu
  9. Organization: University of Michigan
  10. Date: Thu, 30 Jul 1992 15:18:13 GMT
  11. Lines: 23
  12.  
  13. I am using \midinsert to place figures, but want to treat  
  14. figures on odd pages differently than on even pages.  I create a  
  15. box containing \FigEven and \FigOdd and use the following  
  16. construction:
  17.  
  18. \midinsert
  19.      \ifodd\pageno\copy\FigOdd
  20.      \else\copy\FigEven\fi
  21. \endinsert
  22.  
  23. This works *most* of the time, but every now and then I get a
  24. FigOdd on an even page or vice versa.  It looks like \pageno is  
  25. getting expanded at the wrong time.
  26.  
  27. I have to admit, I'm pretty vague on just when \pageno is  
  28. *finally* determined, and how this interacts with \midinsert.  
  29. Can anyone offer some pointers?
  30.  
  31. --
  32. Hal.Varian@umich.edu    Hal Varian
  33. voice: 313-764-2364     Dept of Economics
  34. fax:   313-764-2364     Univ of Michigan
  35.                         Ann Arbor, MI 48109-1220
  36.