On 11/14/23, Michał Kruszewski via wrote:
> What is more, when the user types .PDFHREF, there is no warning or error.
It's longstanding roff practice to silently ignore undefined macro calls.
$ echo .TOTAL-GARBAGE-KJSFHUWER | groff
$
But you can enable warnings for this. As Deri suggests, you
On Tuesday, 14 November 2023 09:12:55 GMT Michał Kruszewski via wrote:
> There is one thing about PDF macros I struggle to understand, namely the
> case sensitivity.
>
> Example:
> .PDFPIC is uppercase
> .pdfhref is lowercase
>
> What is more, when the user types .PDFHREF, there is no warning or
There is one thing about PDF macros I struggle to understand, namely the case
sensitivity.
Example:
.PDFPIC is uppercase
.pdfhref is lowercase
What is more, when the user types .PDFHREF, there is no warning or error.
The link is simply missing in the generated pdf output.
Why are some PDF macro