Re: Removing page from @ref{}

2020-07-27 Thread Gavin Smith
On Mon, Jul 27, 2020 at 06:55:48PM +0200, Christopher Dimech wrote:
> 
> I need to remove the page number that is displayed when calling 
> @ref{Node--Item,, Item}.
> Is this possible to do if outputting pdf.

Not really.  You could use a macro with an @iftex and @ifnottex 
conditional in it, and simply output the reference label "Item" for 
@iftex.  However there would be nothing in the output to mark it as a 
cross-reference.



Removing page from @ref{}

2020-07-27 Thread Christopher Dimech


I need to remove the page number that is displayed when calling 
@ref{Node--Item,, Item}.
Is this possible to do if outputting pdf.