<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'>
I would like to define a cross reference that uses a lot of text in the value of the label and typeset as a hanging indent. My attempt below only works if another reference immediately follows, any space following the ref causes the hanging indent to fail. I would also like to remove the final s. Alternatively I could use refn instead&nbsp; of refs but this makes the entire label a hyperlink and I want only the marker to be active.<br><br>Any ideas? <br><br>Thanks in advance.<br>Adam Fenn.<br><br>\input eplain<br><br>\enablehyperlinks<br>\beginpackages<br>&nbsp; \usepackage{color}<br>&nbsp; \usepackage{graphicx}<br>\endpackages<br>&nbsp;<br>&nbsp;\hsize = 9cm<br>&nbsp;<br>\def\sectionword{\hangindent=1em\hangafter=1\smallskip\noindent A lot of text here which requires a hanging indent, also how do I get rid of that extra s at the end?}<br>\definexref{myref}{[marker]}{section}<br><br>\refs{myref}<br>\refs{myref}<br><br><br>\definexref{anotherref}{\hangindent=1em\hangafter=1\smallskip\noindent A lot of text here which requires a hanging indent but I only want the marker to act as a hyperlink [marker]}{}<br><br>\refn{anotherref}<br>\refn{anotherref}<br><br>\bye<br><br /><hr />Everything in one place. <a href='http://www.windowslive.co.uk/get-live' target='_new'>All new Windows Live!</a></body>
</html>