[O] Bug in LaTeX export?

2019-06-13 Thread Thomas S. Dye
Aloha all, I have this in my Org mode file: #+name: tab:hanamiai-oxcal-files #+attr_latex: :font \footnotesize :environment longtable :booktabs #+caption: =OxCal= input files for the Hanamiai models And this in the exported LaTeX file: {\footnotesize \begin{longtable}{lll} \caption{\label{tab:

Re: [O] Bug in latex export figure labels?

2015-10-16 Thread garjola
Nicolas Goaziou wrote: > > Hello, >> Am I doing something wrong? > > This is a feature. See `org-latex-prefer-user-labels'. > > Oups! Thank you and apologies! -- Dr. Dindi Dad, Philosopher, Hacker

Re: [O] Bug in latex export figure labels?

2015-10-16 Thread Rasmus
Andreas Leha writes: > Maybe `org-latex-prefer-user-labels' deserves its own FAQ entry. It should perhaps be mentioned explicitly in the manual as this topic pops up too frequently. A worg faq entry is also fine. Feel free to submit a patch towards this end. > Or a changed default value. I d

Re: [O] Bug in latex export figure labels?

2015-10-16 Thread Andreas Leha
Nicolas Goaziou writes: > Hello, > > garj...@garjola.net writes: > >> I am having issues when exporting to LaTeX using labels in figures. The >> following snippet >> >>> > > >>> #+CAPTION: Comparison > >>> #+NAME: fig

Re: [O] Bug in latex export figure labels?

2015-10-16 Thread Nicolas Goaziou
Hello, garj...@garjola.net writes: > I am having issues when exporting to LaTeX using labels in figures. The > following snippet > >> > > >> #+CAPTION: Comparison > >> #+NAME: fig:irreg2 > >

[O] Bug in latex export figure labels?

2015-10-16 Thread garjola
Hi, I am having issues when exporting to LaTeX using labels in figures. The following snippet > > > > #+CAPTION: Comparison > > #+NAME: fig:irreg2 > > #+attr_latex: :width 0.9\textwidth :pla

Re: [O] Bug in LaTeX export with short captions

2015-09-10 Thread Nicolas Goaziou
Hello, Suvayu Ali writes: > When I export the following table to latex, > > #+name: tab:foo > #+caption[/s/-weights]: /s/-weights. > | A | B | C |D | > |---+---+---+--| > | 70347 | 10885 | 68502 | 4021 | > | 68458 | 20310 | 66683 | 5853 | > | 69418 |

[O] Bug in LaTeX export with short captions

2015-09-10 Thread Suvayu Ali
Hi, When I export the following table to latex, #+name: tab:foo #+caption[/s/-weights]: /s/-weights. | A | B | C |D | |---+---+---+--| | 70347 | 10885 | 68502 | 4021 | | 68458 | 20310 | 66683 | 5853 | | 69418 | 22329 | 67617 | 6431 | | 71336 | 28674

Re: [O] bug in latex export?

2013-04-28 Thread Nicolas Goaziou
Hello, renato writes: > this in the .org file > > \begin{theoremwithname}[hei] > theorem > \begin{align*} > 2+2 > \end{align*} > \end{theoremwithname} > > gets latex-exported to this (note that after \endtheoremwithname > everything is replicated with escape characters): This should be fixed. T

Re: [O] bug in latex export?

2013-04-27 Thread Suvayu Ali
On Sat, Apr 27, 2013 at 12:05:37PM +0200, renato wrote: > Hi, don't know if this has allready been reported, but I just upgraded > to 8.0 and I stumped into this... > > this in the .org file > > \begin{theoremwithname}[hei] > theorem > \begin{align*} > 2+2 > \end{align*} > \end{theoremwithname}

[O] bug in latex export?

2013-04-27 Thread renato
Hi, don't know if this has allready been reported, but I just upgraded to 8.0 and I stumped into this... this in the .org file \begin{theoremwithname}[hei] theorem \begin{align*} 2+2 \end{align*} \end{theoremwithname} gets latex-exported to this (note that after \endtheoremwithname everything is

Re: [O] Bug(?) in LaTeX export?

2013-01-30 Thread Thorsten Jolitz
t...@tsdye.com (Thomas S. Dye) writes: Hi Tom, > I do have org-export-latex-listings set to nil, and it gives me the > results I think you're looking for--a no fuss export of some source > code. The corresponding variable in the new exporter is > org-e-latex-listings. thats probably what I wa

Re: [O] Bug(?) in LaTeX export?

2013-01-29 Thread Thomas S. Dye
Hi Thorsten, Thorsten Jolitz writes: > t...@tsdye.com (Thomas S. Dye) writes: > > Hi Tom, > >> What is the value of the variable org-export-latex-listings? > > ,--- > | org-export-latex-listings's value is t > `--- > >> If

Re: [O] Bug(?) in LaTeX export?

2013-01-29 Thread Thorsten Jolitz
t...@tsdye.com (Thomas S. Dye) writes: Hi Tom, > What is the value of the variable org-export-latex-listings? ,--- | org-export-latex-listings's value is t `--- > If it is 'listings or 'minted, then there is quite a bit of

Re: [O] Bug(?) in LaTeX export?

2013-01-29 Thread Thomas S. Dye
Aloha Thorsten, Thorsten Jolitz writes: > Hi List, > > when I export an Org file with Source blocks to LaTeX (:exports code), > the blocks are converted into environments of package 'listings': > What is the value of the variable org-export-latex-listings? If it is 'listings or 'minted, then

[O] Bug(?) in LaTeX export?

2013-01-29 Thread Thorsten Jolitz
Hi List, when I export an Org file with Source blocks to LaTeX (:exports code), the blocks are converted into environments of package 'listings': ,-- | \lstset{language=...} | \begin{lstlisting} | (def ... ) | \end{lstlisting} `-- but: 1. the package i

Re: [O] Bug in latex export

2011-11-28 Thread Markus Grebenstein
Nobody out there able to reproduce? I still have trouble with this on org-mode 7.7 and ubuntu 11.10. Best Markus

[O] Bug in latex export

2011-11-12 Thread Markus Grebenstein
Dear list, I found a problem with the latex exporter when exporting bold font: *this is a text* is exported as \textbf{this is a text\} with an extra \ which disables the }after it and causes a latex error. I use org-mode 7.7 from githhub updated on tuesday or wednesday using org-tracks.

Re: [O] Bug? in latex export of cross-references in footnotes

2011-10-09 Thread Nicolas Goaziou
Hello, Robert Goldman writes: > On 9/26/11 Sep 26 -2:26 PM, Robert Goldman wrote: >> Here is a simple footnote in a test file: >> >> Footnotes: >> [1] The footnote contains a cross-reference to [[Heading]]. >> >> When I export this using org-export-as-pdf, the cross-reference to >> Heading do

[O] Bug in LaTeX export for links with underscores in captions. (Easy to fix for elispers)

2011-10-02 Thread Magnus Nilsson
This is a bug which elisp-driven orgers with access to the git repository can fix quickly. * Linking to [[a_file.txt][a file with underscore]] in a headline works well with LaTeX export #+CAPTION: Linking [[a_file.txt][a file with underscore]] in a caption does _not_ work well with LaTeX export.

Re: [O] Bug? in latex export of cross-references in footnotes

2011-09-26 Thread Robert Goldman
On 9/26/11 Sep 26 -2:26 PM, Robert Goldman wrote: > Here is a simple footnote in a test file: > > Footnotes: > [1] The footnote contains a cross-reference to [[Heading]]. > > When I export this using org-export-as-pdf, the cross-reference to > Heading doesn't get exported properly. In particula

[O] Bug? in latex export of cross-references in footnotes

2011-09-26 Thread Robert Goldman
Here is a simple footnote in a test file: Footnotes: [1] The footnote contains a cross-reference to [[Heading]]. When I export this using org-export-as-pdf, the cross-reference to Heading doesn't get exported properly. In particular, what I see in the emitted latex file is: Inside the text the

Re: [O] Bug in latex export tutorial on worg ?

2011-05-10 Thread Thomas S. Dye
Robert Goldman writes: > On 5/10/11 May 10 -12:25 AM, Thomas S. Dye wrote: >> Robert Goldman writes: >> >>> On 5/9/11 May 9 -11:22 PM, Nick Dokos wrote: Robert Goldman wrote: > On 5/9/11 May 9 -9:54 PM, Nick Dokos wrote: >> Robert Goldman wrote: >> >>> There is the f

Re: [O] Bug in latex export tutorial on worg ?

2011-05-10 Thread Robert Goldman
On 5/10/11 May 10 -12:25 AM, Thomas S. Dye wrote: > Robert Goldman writes: > >> On 5/9/11 May 9 -11:22 PM, Nick Dokos wrote: >>> Robert Goldman wrote: >>> On 5/9/11 May 9 -9:54 PM, Nick Dokos wrote: > Robert Goldman wrote: > >> There is the following code block there: >> >>

Re: [O] Bug in latex export tutorial on worg ?

2011-05-10 Thread Thomas S. Dye
Nick Dokos writes: > Nick Dokos wrote: > >> Robert Goldman wrote: >> >> > Ah. I get it now. But then surely the above IS a bug -- presumably >> > it's not usual for a person to wish their latex export configuration to >> > appear, in verbatim block, in their org-generated latex document! >>

Re: [O] Bug in latex export tutorial on worg ?

2011-05-09 Thread Nick Dokos
Nick Dokos wrote: > Robert Goldman wrote: > > > Ah. I get it now. But then surely the above IS a bug -- presumably > > it's not usual for a person to wish their latex export configuration to > > appear, in verbatim block, in their org-generated latex document! > > > > Perhaps not in most ca

Re: [O] Bug in latex export tutorial on worg ?

2011-05-09 Thread Thomas S. Dye
Robert Goldman writes: > On 5/9/11 May 9 -11:22 PM, Nick Dokos wrote: >> Robert Goldman wrote: >> >>> On 5/9/11 May 9 -9:54 PM, Nick Dokos wrote: Robert Goldman wrote: > There is the following code block there: > > #+begin_src emacs-lisp :results silent > (add-to-li

Re: [O] Bug in latex export tutorial on worg ?

2011-05-09 Thread Nick Dokos
Robert Goldman wrote: > Ah. I get it now. But then surely the above IS a bug -- presumably > it's not usual for a person to wish their latex export configuration to > appear, in verbatim block, in their org-generated latex document! > Perhaps not in most cases, but a tutorial has to do exactl

Re: [O] Bug in latex export tutorial on worg ?

2011-05-09 Thread Robert Goldman
On 5/9/11 May 9 -11:22 PM, Nick Dokos wrote: > Robert Goldman wrote: > >> On 5/9/11 May 9 -9:54 PM, Nick Dokos wrote: >>> Robert Goldman wrote: >>> There is the following code block there: #+begin_src emacs-lisp :results silent (add-to-list 'org-export-latex-classes

Re: [O] Bug in latex export tutorial on worg ?

2011-05-09 Thread Nick Dokos
Robert Goldman wrote: > On 5/9/11 May 9 -9:54 PM, Nick Dokos wrote: > > Robert Goldman wrote: > > > >> There is the following code block there: > >> > >> #+begin_src emacs-lisp :results silent > >> (add-to-list 'org-export-latex-classes > >> '("per-file-class" > >> "\\d

Re: [O] Bug in latex export tutorial on worg ?

2011-05-09 Thread Thomas S. Dye
Robert Goldman writes: > On 5/9/11 May 9 -9:54 PM, Nick Dokos wrote: >> Robert Goldman wrote: >> >>> There is the following code block there: >>> >>> #+begin_src emacs-lisp :results silent >>> (add-to-list 'org-export-latex-classes >>> '("per-file-class" >>> "\\document

Re: [O] Bug in latex export tutorial on worg ?

2011-05-09 Thread Robert Goldman
On 5/9/11 May 9 -9:54 PM, Nick Dokos wrote: > Robert Goldman wrote: > >> There is the following code block there: >> >> #+begin_src emacs-lisp :results silent >> (add-to-list 'org-export-latex-classes >> '("per-file-class" >> "\\documentclass{scrartcl} >> [NO

Re: [O] Bug in latex export tutorial on worg ?

2011-05-09 Thread Nick Dokos
Robert Goldman wrote: > There is the following code block there: > > #+begin_src emacs-lisp :results silent > (add-to-list 'org-export-latex-classes > '("per-file-class" > "\\documentclass{scrartcl} > [NO-DEFAULT-PACKAGES] > [EXTRA]" >

[O] Bug in latex export tutorial on worg ?

2011-05-09 Thread Robert Goldman
There is the following code block there: #+begin_src emacs-lisp :results silent (add-to-list 'org-export-latex-classes '("per-file-class" "\\documentclass{scrartcl} [NO-DEFAULT-PACKAGES] [EXTRA]" ("\\section{%s}" . "\\section*{%s}")

Re: [O] Bug in latex export of <>

2011-05-01 Thread Robert Goldman
On 4/29/11 Apr 29 -4:07 PM, Robert Goldman wrote: > I have this header in my org-mode file: > > Documentation <> > > it gets translated into the following, which formats poorly: > > \item Documentation \label{documentationPseudoProp}documentationPseudoProp\\ > > Any idea why this would hap

Re: [O] bug in latex export tutorial?

2011-04-30 Thread Eric S Fraga
Robert Goldman writes: > On 4/29/11 Apr 29 -1:21 PM, Nick Dokos wrote: [...] >> amsmath conflicts with wasysym (redefines \iint), so you have to >> redefine your headers to omit wasysym or include amsmath *first*: for >> some reason, if you \usepackage{amsmath} *before* you >> \usepackage{wasys

[O] Bug in latex export of <>

2011-04-29 Thread Robert Goldman
I have this header in my org-mode file: Documentation <> it gets translated into the following, which formats poorly: \item Documentation \label{documentationPseudoProp}documentationPseudoProp\\ Any idea why this would happen? Seems like a bona fide bug, but perhaps I'm just doing somethi

Re: [O] bug in latex export tutorial?

2011-04-29 Thread Robert Goldman
On 4/29/11 Apr 29 -1:21 PM, Nick Dokos wrote: > Robert Goldman wrote: > >> On 4/29/11 Apr 29 -11:44 AM, Thomas S. Dye wrote: >>> Aloha Robert, >>> >>> Yep. It should be "One of these, amssymb, requires amsmath, which >>> conflicts with several LaTeX fonts." >> >> I don't /believe/ amssymb requir

Re: [O] bug in latex export tutorial?

2011-04-29 Thread Nick Dokos
Robert Goldman wrote: > On 4/29/11 Apr 29 -11:44 AM, Thomas S. Dye wrote: > > Aloha Robert, > > > > Yep. It should be "One of these, amssymb, requires amsmath, which > > conflicts with several LaTeX fonts." > > I don't /believe/ amssymb requires amsmath. I have been working on a > document wh

Re: [O] bug in latex export tutorial?

2011-04-29 Thread Thomas S. Dye
Aloha Robert, You're right again. Sorry for the noise. The amssymb package is the source of the font conflicts. Thanks for pointing this out. I don't use amsmath, so can't help with your queries. When you've sorted them out, please consider adding the solution to the LaTeX export tuto

Re: [O] bug in latex export tutorial?

2011-04-29 Thread Robert Goldman
On 4/29/11 Apr 29 -11:44 AM, Thomas S. Dye wrote: > Aloha Robert, > > Yep. It should be "One of these, amssymb, requires amsmath, which > conflicts with several LaTeX fonts." I don't /believe/ amssymb requires amsmath. I have been working on a document where I wanted to use some of the stuff in

Re: [O] bug in latex export tutorial?

2011-04-29 Thread Thomas S. Dye
Aloha Robert, Yep. It should be "One of these, amssymb, requires amsmath, which conflicts with several LaTeX fonts." Thanks for pointing this out. All the best, Tom On Apr 29, 2011, at 6:26 AM, Robert Goldman wrote: The document http://orgmode.org/worg/org-tutorials/org-latex-export.html

[O] bug in latex export tutorial?

2011-04-29 Thread Robert Goldman
The document http://orgmode.org/worg/org-tutorials/org-latex-export.html claims "The Org-mode LaTeX exporter uses several packages to support special characters used by org-entities. One of these, amsmath, conflicts with several LaTeX fonts. If you want finer control over which packages are loaded

Re: [O] [BUG] in LaTeX export

2011-03-17 Thread Thomas Holst
Hi Bastien, ยท Bastien wrote: > Hi Thomas, > > Thomas Holst writes: > >> _abc /_abc/ *_abc* /a_bc/ *a_bc* > > You need to escape the underscore: > > \_abc /\_abc/ *\_abc* /a\_bc/ *a\_bc* > > HTH, thank you for your answer. Escaping does help. But I thought with setting #+OPTIONS: ^:{} the

Re: [O] [BUG] in LaTeX export

2011-03-17 Thread Bastien
Hi Thomas, Thomas Holst writes: > _abc /_abc/ *_abc* /a_bc/ *a_bc* You need to escape the underscore: \_abc /\_abc/ *\_abc* /a\_bc/ *a\_bc* HTH, -- Bastien

[O] [BUG] in LaTeX export

2011-03-15 Thread Thomas Holst
Hello, while exporting an org-file to LaTeX I stumbled across a minor bug with emphasis and underscores. Minimal org-file: #+begin_src org #+OPTIONS: ^:{} * Emphasis Test _abc /_abc/ *_abc* /a_bc/ *a_bc* #+end_src leads to the following LaTeX code: #+begin_src \_{}abc \emph{_abc} \textbf