home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / text / tex / 11176 < prev    next >
Encoding:
Text File  |  1992-09-13  |  1.3 KB  |  38 lines

  1. Newsgroups: comp.text.tex
  2. Path: sparky!uunet!sun-barr!cs.utexas.edu!hermes.chpc.utexas.edu!jonathan
  3. From: jonathan@chpc.utexas.edu (Jonathan Thornburg)
  4. Subject: Re: getting display math mode inside a LaTeX caption
  5. Message-ID: <1992Sep13.192039.20143@chpc.utexas.edu>
  6. Summary: \displaystyle
  7. Keywords: caption math display \displaystyle
  8. Sender: jonathan@einstein.ph.utexas.edu
  9. Organization: U of Texas at Austin / Physics Dept / Center for Relativity
  10. References: <6748@vtserf.cc.vt.edu>
  11. Date: Sun, 13 Sep 92 19:20:39 GMT
  12. Lines: 24
  13.  
  14. In article <6748@vtserf.cc.vt.edu> gbol@rglnext.geol.vt.edu
  15. (Gregory Lampshire) writes:
  16. >I want to get display math mode inside a caption like:
  17. > [ ... ]
  18.  
  19. You should be able to get the desired effect via
  20.  
  21.     \caption[Short Title for List of Tables/Figures]
  22.         {
  23.         This is the caption.  It contains a displayed equation\\
  24.         $\displaystyle
  25.         e^{x + iy} = e^x (\cos y + i \sin y)
  26.         $\\
  27.         which was originally derived by Euler.
  28.         }
  29.     \label{my-favorite-tab/fig}
  30.  
  31. You'll find a detailed discussion of \displaystyle in chapter 17 of
  32. the \TeX{}book.
  33.  
  34. - Jonathan Thornburg
  35.   <jonathan@einstein.ph.utexas.edu> or <jonathan@hermes.chpc.utexas.edu>
  36.   University of Texas at Austin / Physics Dept / Center for Relativity
  37.   and (for a few more months) U of British Columbia / {Astronomy,Physics}
  38.