* when exporting latex how to set with in the includegraphics command
@ 2022-04-03 9:18 Uwe Brauer
2022-04-03 10:19 ` Juan Manuel Macías
0 siblings, 1 reply; 3+ messages in thread
From: Uwe Brauer @ 2022-04-03 9:18 UTC (permalink / raw)
To: emacs-orgmode
Hi
The org syntaxes
#+ATTR_LaTeX: :float nil
#+CAPTION: El método del Trapecio punto fijo vs PC
[[./diagram-trapfix-vs-trapfixpc-norigid.png]]
Gets translated to
\begin{center}
\includegraphics[width=.9\linewidth]{./diagram-trapnwt-vs-trapnwtpc-norigid.png}
\captionof{figure}{\label{Eulimpfix}El método del Trapecio Nwt vs Trapecio Nwt-PC}
\end{center}
But I would like a smaller width say 0.5, how can I achieve that?
Thanks
Uwe Brauer
--
I strongly condemn Putin's war of aggression against the Ukraine.
I support to deliver weapons to Ukraine's military.
I support the ban of Russia from SWIFT.
I support the EU membership of the Ukraine.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: when exporting latex how to set with in the includegraphics command
2022-04-03 9:18 when exporting latex how to set with in the includegraphics command Uwe Brauer
@ 2022-04-03 10:19 ` Juan Manuel Macías
2022-04-03 15:09 ` Uwe Brauer
0 siblings, 1 reply; 3+ messages in thread
From: Juan Manuel Macías @ 2022-04-03 10:19 UTC (permalink / raw)
To: Uwe Brauer; +Cc: orgmode
Hi Uwe,
Uwe Brauer writes:
> But I would like a smaller width say 0.5, how can I achieve that?
#+ATTR_LaTeX: :float nil
#+ATTR_LaTeX: :width <any valid value>
#+CAPTION: El método del Trapecio punto fijo vs PC
[[./diagram-trapfix-vs-trapfixpc-norigid.png]]
(You can add more options to the includegraphics optional argument with
:options attribute; for example, :options scale=.5, etc).
best regards,
Juan Manuel
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: when exporting latex how to set with in the includegraphics command
2022-04-03 10:19 ` Juan Manuel Macías
@ 2022-04-03 15:09 ` Uwe Brauer
0 siblings, 0 replies; 3+ messages in thread
From: Uwe Brauer @ 2022-04-03 15:09 UTC (permalink / raw)
To: Juan Manuel Macías; +Cc: Uwe Brauer, orgmode
[-- Attachment #1: Type: text/plain, Size: 313 bytes --]
>>> "JMM" == Juan Manuel Macías <maciaschain@posteo.net> writes:
Hi Juan Manuel
> Hi Uwe,
> Uwe Brauer writes:
>> But I would like a smaller width say 0.5, how can I achieve that?
> #+ATTR_LaTeX: :float nil
> #+ATTR_LaTeX: :width <any valid value>
Thanks very much, that was very helpful
Uwe
[-- Attachment #2: smime.p7s --]
[-- Type: application/pkcs7-signature, Size: 5673 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-04-03 15:09 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-03 9:18 when exporting latex how to set with in the includegraphics command Uwe Brauer
2022-04-03 10:19 ` Juan Manuel Macías
2022-04-03 15:09 ` Uwe Brauer
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).