home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / text / tex / 13228 < prev    next >
Encoding:
Text File  |  1992-11-17  |  2.7 KB  |  65 lines

  1. Newsgroups: comp.text.tex
  2. Path: sparky!uunet!charon.amdahl.com!pacbell.com!sgiblab!spool.mu.edu!umn.edu!noc.msc.net!news.stolaf.edu!lars.acc-admin.stolaf.edu!johnsonm
  3. From: johnsonm@lars.acc-admin.stolaf.edu (Michael K. Johnson)
  4. Subject: Re: LaTeX: putting stuff in margins.
  5. In-Reply-To: cbbrowne@csi.uottawa.ca's message of Tue, 17 Nov 92 19:50:06 GMT
  6. Message-ID: <1992Nov17.213527.24086@news.stolaf.edu>
  7. Sender: news@news.stolaf.edu
  8. Organization: St. Olaf College; Northfield, MN  USA
  9. References: <1992Nov17.184721.22491@news.stolaf.edu> <1992Nov17.195006.17524@csi.uottawa.ca>
  10. Date: Tue, 17 Nov 1992 21:35:27 GMT
  11. Lines: 52
  12.  
  13.  
  14. In article <1992Nov17.195006.17524@csi.uottawa.ca> cbbrowne@csi.uottawa.ca (Christopher Browne) writes:
  15.    In article <1992Nov17.184721.22491@news.stolaf.edu> johnsonm@amcl12.math.stolaf.edu (Michael K Johnson) writes:
  16.    >
  17.    >I would like some help with a LaTeX macro, if someone would be so
  18.    >kind.  I need to put $\Diamond$ in the left margin of my text, with
  19.    >the right edge of the diamond .25 in from the left edge of the text.
  20.    >I would like it to be called like this:
  21.    >
  22.    >\blackdiamond This is a paragraph with a $\Diamond$ off the left side.
  23.  
  24.    Thought #1:
  25.    If you are in an itemize environment, and start each paragraph as a
  26.    new item, you might try:
  27.  
  28. No, unfortunately it needs to be in general text.  I had thought of this.
  29. This will be a general macro that several different people will be
  30. using to write widely read documentation:  I am writing the style
  31. sheet for linux documentation.  The macros need to be transparent;
  32. hacks just won't cut it...
  33.  
  34.    Thought #2:
  35.    Page 61 of "the book" describes the way of doing marginal notes;
  36.    you'd do something like:
  37. [...]
  38.    Due to the fact that marginal text USUALLY goes on the right side, and
  39.    I'm invoking a little bit of a hack (C.8.2, page 178) to force the
  40.    note to the left side, the value of this may be a little questionable.
  41.  
  42.    I'm a LITTLE disappointed here that the options allowed on pg 179
  43.    allow only 2 options: \reversemarginpar and \normalmarginpar.  I'd
  44.    like to see the "other way" of doing it: \leftmarginpar and
  45.    \rightmarginpar, which forces marginal paragraphs to go to a
  46.    particular side, rather than just reversing things.
  47.  
  48. My thought exactly.  Well, no.  I'm a LOT disappointed... ;-)  Having
  49. both would be nice...
  50.  
  51.    You might want to take a quick look at ``The LaTeX Book'' for more
  52.    details.
  53.  
  54. I have taken more than a quick look already --- that is why I posted
  55. asking for help ;-)
  56.  
  57. To re-word:  I need to know how to put something off to the left of
  58. the margin.  Once I am there, I know how to set up a box that works
  59. exactly like I want it to -- I just don't know how to put something to
  60. the left of the current margin.
  61.  
  62. Thanks, though.
  63.  
  64. michaelkjohnson
  65.