Hi again,

 

another follow up. Can anyone confirm this issue? Is there a way to set the minimal width of graphics?

 

Best,

Denis

 

Von: Maier, Denis Christian (UB)
Gesendet: Mittwoch, 10. April 2024 12:47
An: ntg-context@ntg.nl
Betreff: minwidth not working ?

 

Hi,

Shouldn’t minwidth set a default minimal width for external figures? But this here does not work

 

==========================================================

\setupexternalfigures

  [

  maxwidth=\textwidth,

  minwidth=\textwidth,

  location={local,global,default},

  ]

 

\starttext

 

\externalfigure[cow.pdf]

 

\externalfigure[cow.pdf][width=\textwidth]

 

\stoptext

==========================================================

 

Am I missing something here?

 

Best,

Denis