Re: [O] scaling graphics in org-mode exported to latex

2016-06-30 Thread Sharon Kimble
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

Re: [O] scaling graphics in org-mode exported to latex

2016-06-30 Thread Sharon Kimble
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

Re: [O] scaling graphics in org-mode exported to latex

2016-06-30 Thread Nicolas Goaziou
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.

Re: [O] scaling graphics in org-mode exported to latex

2016-06-30 Thread Max Linke
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

Re: [O] scaling graphics in org-mode exported to latex

2016-06-30 Thread Alan Schmitt
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 > [[

[O] scaling graphics in org-mode exported to latex

2016-06-30 Thread Sharon Kimble
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