On Fri, Jul 24, 2026 at 07:54:07AM -0600, Charles Staats wrote:
> But if they want to use the alt-key even with older LaTeX they only need to
> define the keys with some dummy commands:
>
> ~~~~
> \usepackage{keyval}
> \makeatletter
> \define@key{Gin}{alt}{}
> \define@key{Gin}{actualtext}{}
> \define@key{Gin}{artifact}{}
> \makeatother
> \usepackage{graphicx}
> ~~~~
Ok thanks, I will probably use that.
> From what I understood from the input shown by David (`@center
> @image{./flowchartdemo,www,hhh,a flowchart}` ), I think that the
> `actualtext` option would be difficult to use as the input doesn't make
> the distinction.
It is not directly in an argument, but if there is a flowchartdemo.txt
file, the content is used in some output formats, Info and DocBook as
described here:
https://www.gnu.org/software/texinfo/manual/texinfo/html_node/Image-Syntax.html
It could be possible to use it for actualtext too, if it is clear how to
set this key in term of syntax and expected content based on the
flowchartdemo.txt file content.
--
Pat