emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* how to export (latex) a image without using figure
@ 2021-04-04 10:31 Uwe Brauer
  2021-04-04 11:17 ` Juan Manuel Macías
  0 siblings, 1 reply; 3+ messages in thread
From: Uwe Brauer @ 2021-04-04 10:31 UTC (permalink / raw)
  To: emacs-orgmode


Hi 

Currently 

#+CAPTION: La función  La función  $x^2  e^{-\alpha x} = \frac{1}{\alpha}$, $\alpha=-\ln(1-p)$  con $p=0.01$  con $p=0.3$
#+NAME:   fig:plotcalor23
[[./images/dfp_03.png]]

Gets translated to 

\begin{figure}[htbp]
\centering
\includegraphics[width=.9\linewidth]{./images/dfp_03.png}
\caption{\label{fig:plotcalor23}La función  La función  \(x^2  e^{-\alpha x} = \frac{1}{\alpha}\), \(\alpha=-\ln(1-p)\)  con \(p=0.01\)  con \(p=0.3\)}
\end{figure}

For reasons that needs a longer explanation I would need.



\includegraphics[width=.9\linewidth]{./images/dfp_03.png}
\captionof{figure}{\label{fig:plotcalor23}La función  La función  \(x^2  e^{-\alpha x} = \frac{1}{\alpha}\), \(\alpha=-\ln(1-p)\)  con \(p=0.01\)  con \(p=0.3\)}


How can this be achieved?

Thanks 

Uwe Brauer 

 



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-04-04 11:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-04 10:31 how to export (latex) a image without using figure Uwe Brauer
2021-04-04 11:17 ` Juan Manuel Macías
2021-04-04 11:33   ` 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).