emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

how to export (latex) a image without using figure


From: Uwe Brauer
Subject: how to export (latex) a image without using figure
Date: Sun, 04 Apr 2021 12:31:26 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

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 

 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]