I am a LaTeX newbie working on creating my first custom LaTeX class.
I would like to know if it's possible to define parameters for \includegraphics such as width, height, center/right align etc in the custom class, so that I don't have to retype all this for each of the image that I insert.
Tell me more
×
TeX - LaTeX Stack Exchange is a question and answer site for
users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.
|
|
||||
|
In an attempt to be consistent with your way of writing, consider following the approach in Consistent typography by wrapping your desired inputs in a macro. Something like:
To this you can add In particular, the above definition |
|||
|
|
\includegraphicsdoes not providecenterorright alignkeys. What are you referring to specifically regarding this horizontal alignment? This may be something to do with afigureenvironment? – Werner Feb 19 at 7:02