Alan Schmitt writes:
> On 2016-06-30 14:42, Sharon Kimble writes:
>
>> I'm trying to get a 'list of figures' in an org-mode export to latex,
>> but I'm finding difficulties in inserting graphics in org-mode. My
>> graphic insert code is -
>>
>> #+CAPTION: Percutaneous endoscopic gastrostomy tube
Max Linke writes:
> I typically set a fixed width in latex like so.
>
> #+CAPTION: Percutaneous endoscopic gastrostomy tube
> #+ATTR_LaTeX: :width 0.3\linewidth
>
> [[./images/percutaneous-endoscopic-gas.jpg]]
>
> Important to note that I write `:width` with a beginning double point.
> I ca
Hello,
Max Linke writes:
> I typically set a fixed width in latex like so.
>
> #+CAPTION: Percutaneous endoscopic gastrostomy tube
> #+ATTR_LaTeX: :width 0.3\linewidth
> [[./images/percutaneous-endoscopic-gas.jpg]]
>
> Important to note that I write `:width` with a beginning double point.
I typically set a fixed width in latex like so.
#+CAPTION: Percutaneous endoscopic gastrostomy tube
#+ATTR_LaTeX: :width 0.3\linewidth
[[./images/percutaneous-endoscopic-gas.jpg]]
Important to note that I write `:width` with a beginning double point.
I can't get the `scale` to work even with
On 2016-06-30 14:42, Sharon Kimble writes:
> I'm trying to get a 'list of figures' in an org-mode export to latex,
> but I'm finding difficulties in inserting graphics in org-mode. My
> graphic insert code is -
>
> #+CAPTION: Percutaneous endoscopic gastrostomy tube
> #+ATTR_LaTeX: scale=0.2
> [[
I'm trying to get a 'list of figures' in an org-mode export to latex,
but I'm finding difficulties in inserting graphics in org-mode. My
graphic insert code is -
--8<---cut here---start->8---
#+CAPTION: Percutaneous endoscopic gastrostomy tube
#+ATTR_LaTeX: sca