I find myself, more often than not, changing the width of all images to 0.5par
. Is it possible to set this to the default size when importing images?
I currently use this function to quickly insert images. How can I adapt it to also set the default image width to 0.5par
.
(define (make-figure-without-caption)
(insert-go-to
'(center "") '(0 0))
(choose-file make-link-image "Load image" "image"))