I've been stuck on this problem for a bit now. I am creating a bibliography with MLA style citations. This is a free-form report so everything is in a subheading, here is the problem:
1) I need to be able to have the entire line (in this case a subheading) wrap to the next line if it over flows. I can accomplish this by pushing all of the fields together and then outputing with pdf wrap option.
2) I need to be able to have one field (publisher) be in italics. I can achieve this with the style sheet if all of my fields are separate.
Unfortunately, so far I have found these solutions to be mutually exclusive. Here is what I want to be able to do:
This code causes each item to wrap individualy, not as an entire line.
Any Ideas?
Thanks,
Jeff Sneden
1) I need to be able to have the entire line (in this case a subheading) wrap to the next line if it over flows. I can accomplish this by pushing all of the fields together and then outputing with pdf wrap option.
2) I need to be able to have one field (publisher) be in italics. I can achieve this with the style sheet if all of my fields are separate.
Unfortunately, so far I have found these solutions to be mutually exclusive. Here is what I want to be able to do:
Code:
ON TABLE SET STYLE *
type=subhead, line=1, item=3, style=+italic, $
type=subhead, wrap=8.0, $
ENDSTYLE
ON RECORD_ID SUBHEAD
"<AUTH<TITLE<PUB<DISPLAY_DATE"
Any Ideas?
Thanks,
Jeff Sneden