Thanks a lot!
-- Christian
---
On Mon, May 06 2019, William Denton wrote:
On 6 May 2019, Christian Lynbech wrote:
> What determines at what level LaTeX export goes from sections to
> enumerations?
According to this, by default it's three level
On 6 May 2019, Christian Lynbech wrote:
What determines at what level LaTeX export goes from sections to
enumerations?
According to this, by default it's three levels of sections, then it turns into
lists:
https://orgmode.org/org.html#LaTeX-header-and-sectioning
But H in the export setting
Am 22.04.19 um 21:13 schrieb Nick Dokos:
Jakob Schöttl writes:
Hi, I want to use code blocks to generate and include images of sheet music:
#+BEGIN_SRC lilypond :file test.png :exports results
\header{tagline=""}
{ a b c }
#+END_SRC
When doing a latex export the result is:
\begin{center}
\i
Jakob Schöttl writes:
> Hi, I want to use code blocks to generate and include images of sheet music:
>
> #+BEGIN_SRC lilypond :file test.png :exports results
> \header{tagline=""}
> { a b c }
> #+END_SRC
>
>
> When doing a latex export the result is:
>
> \begin{center}
> \includegraphics[width=.9
Hello,
Dominik Schrempf writes:
> I tried to follow your suggestions. Please let me know, if the patch
> is OK like this.
Applied, with some changes to the commit message. Thank you.
> The patch only adds one footnote. It is unfortunate, that all
> subsequent footnotes are changed too.
This i
Hello,
I tried to follow your suggestions. Please let me know, if the patch is OK like
this.
The patch only adds one footnote. It is unfortunate, that all subsequent
footnotes are changed too.
Best,
Dominik
>From 4b97952b0d6d218de7d7cab6f7017f87b68b966c Mon Sep 17 00:00:00 2001
From: Dominik S
Hello,
Dominik Schrempf writes:
> Oh thanks,
>
> I thought it would be good to add a comment to the Org mode manual although it
> is of course not really Org mode related.
>
> I decided that a good location would be
> https://orgmode.org/manual/Math-formatting-in-HTML-export.html#Math-formatting
Oh thanks,
I thought it would be good to add a comment to the Org mode manual although it
is of course not really Org mode related.
I decided that a good location would be
https://orgmode.org/manual/Math-formatting-in-HTML-export.html#Math-formatting-in-HTML-export
A proposed patch is attached,
Dominik Schrempf writes:
> so I found the reason. Both Org versions behave the same, sorry for the
> confusion. The original equation that does not get exported correctly
> contained
> angles:
>
> \begin{equation}
> = \frac{\sum_i w_i k_{eff}(i)}{\sum_i w_i}.
> \end{equation}
>
> This equatio
Am 13.09.18 um 15:31 schrieb Dominik Schrempf:
> so I found the reason. Both Org versions behave the same, sorry for the
> confusion. The original equation that does not get exported correctly
> contained
> angles:
>
> \begin{equation}
> = \frac{\sum_i w_i k_{eff}(i)}{\sum_i w_i}.
> \end{equatio
Hi,
so I found the reason. Both Org versions behave the same, sorry for the
confusion. The original equation that does not get exported correctly contained
angles:
\begin{equation}
= \frac{\sum_i w_i k_{eff}(i)}{\sum_i w_i}.
\end{equation}
This equation is correctly rendered when using a .tex
Hello,
I'm very sorry I hope this version is parsed correctly:
When I use a multiline caption without a label everythings is
correct, the two lines are both indented by the same amount
#+BEGIN_SRC org #+LATEX_HEADER: \usepackage{caption}
#+LATEX_HEADER: \captionsetup{format=hang} #+CAPTION:Cr
Hello,
Max Beutelspacher writes:
> I have a problem when I'm exporting a figure with a multiline caption
> and a label to pdf via latex.
>
> Here is an example
> #+BEGIN_SRC org +LATEX_HEADER: \usepackage{caption} +LATEX_HEADER:
> #\captionsetup{format=hang} +NAME: test +CAPTION:Cras placerat
>
>
>
>
>>
>>> (while (string-match
>>> "\\(<\\([0-9]+\\)cid\\([0-9]+\\)?>[[:blank:]]*\\([^&]+\\)\\)" row)
>>
>> Could it be that you need to change the last + to *?
>> Haven't tried it, mind you.
>> --
>
> That does not change the result. Still pick only two.
>
> Vikas
>
>
>>
>>
>>>
(while (string-match
"\\(<\\([0-9]+\\)cid\\([0-9]+\\)?>[[:blank:]]*\\([^&]+\\)\\)" row)
>>>
>>> Could it be that you need to change the last + to *?
>>> Haven't tried it, mind you.
>>> --
>>
>
> The problem is in this part of the code:
>
> (while (string-ma
On Saturday, 24 Mar 2018 at 22:24, Vikas Rawal wrote:
> I am trying to write a LaTeX export filter that should replace all
> table rows with cells having entries such as <3cid4> by
> \cmidrule{lr}{3-4}
[...]
> (while (string-match
> "\\(<\\([0-9]+\\)cid\\([0-9]+\\)?>[[:blank:]]*\\([^&
On 08/10/2017 11:35 AM, Richard Lawrence wrote:> Hi Scott,
>
> Scott Randby writes:
>
>> I tried this in the properties associated with a subtree:
>> :export_latex_header:
>> \hypersetup{pdfauthor={foo},pdftitle={foo},pdfsubject={foo},pdfkeywords={foo},pdfproducer={foo},pdfcreator={foo}}
>> U
Hi Scott,
Scott Randby writes:
I tried this in the properties associated with a subtree:
:export_latex_header:
\hypersetup{pdfauthor={foo},pdftitle={foo},pdfsubject={foo},pdfkeywords={foo},pdfproducer={foo},pdfcreator={foo}}
Unfortunately, all the other LaTeX headers are unrecognized when
Not an answer to the issue you are seeing, but I noticed that you are using
Emacs 24.x and Org-mode 8.2.x. The Org-mode version especially is too old.
I can only suggest that you update to the latest version of Org-mode mode
(9.0.5) (and also that of Emacs (25.2) if you get a chance), so that the
"vendo.li...@libero.it" writes:
> Hello there!
> I'm having a bit of a problem telling emacs to use MINTED instead of LISTINGS
> to handle code blocks
> enclosed within #+BEGIN_SRC and #+END_SRC when exporting from an org file.
>
> I've had to Customize Org Groups using the GUI menu `Org' but a
Hello,
Justen Rickert writes:
> LaTeX export for five dashes - exports from org as
> \rule{\linewidth}{0.5pt}
> which then produces a pdf with a horizontal line having the width of the
> paragraph but indented. This means the line extends into the margin by the
> width
> of the indent.
>
> I
Hello Takeshi,
On Sat, Mar 04 2017, Takeshi Teshima wrote:
> I have a question regarding latex export.
>
> When I export an org-mode to a latex file, a directory named "auto" is
> created in the same folder as the tex file.
>
> However, I couldn't find what line in the source code of org-mode
> c
On 03/03/17 15:55, Takeshi Teshima wrote:
I have a question regarding latex export.
When I export an org-mode to a latex file, a directory named "auto" is
created in the same folder as the tex file.
However, I couldn't find what line in the source code of org-mode
creates this directory.
Does
Dear Colin,
Thank you for that detailed information!
I'll try them.
Best regards,
Takeshi
On 2017/03/04 1:37, Colin Baxter wrote:
Hello Takeshi,
On Sat, Mar 04 2017, Takeshi Teshima wrote:
I have a question regarding latex export.
When I export an org-mode to a latex file, a directory na
Hi Tom,
Thank you for the immediate and useful answer!
You've saved me a lot of time. Thank you!
Best regards,
Takeshi
On 2017/03/04 1:06, Thomas S. Dye wrote:
Aloha Takeshi Teshima,
Takeshi Teshima writes:
I have a question regarding latex export.
When I export an org-mode to a latex file,
Aloha Takeshi Teshima,
Takeshi Teshima writes:
> I have a question regarding latex export.
>
> When I export an org-mode to a latex file, a directory named "auto" is
> created in the same folder as the tex file.
>
> However, I couldn't find what line in the source code of org-mode
> creates this
Hello Mr. Goaziou,
Thank you for the reply!
Wow, thank you. It worked. The problem seems to stem from my own config.
It worked as I turned my personal settings off.
Best,
Takeshi
On 2017/01/19 7:38, Nicolas Goaziou wrote:
Hello,
Takeshi Teshima writes:
When I try to export an org-mod
Hello,
Takeshi Teshima writes:
> When I try to export an org-mode file **that contains a figure with
> a caption** with `#+OPTIONS: \n:t`, (See minimal example files)
>
> to a pdf via latex-export, the exported latex file doesn't compile and
> I get the following error:
>
> ```
>
> LaTeX Error:
Hello,
Scott Otterson writes:
> Hi Nicolas, thanks for trying to replicate this on Linux. What happens for
> you if it doesn't crash? Does the latex export just work and produce a pdf
> with a set of properly nested lists?
It produces a pdf with improperly nested lists (deeper levers are just
Hi Nicolas, thanks for trying to replicate this on Linux. What happens for
you if it doesn't crash? Does the latex export just work and produce a pdf
with a set of properly nested lists?
Would you be willing to sent me .tex your latex export produces? It seems
unlikely, but maybe org use a diff
Hello,
Scott Otterson writes:
> If a plain list has more than four levels, org-mode will produce latex that
> crashes. See attached. On the other hand, html export works fine, even
> for much deeper lists.
>
> In a large org file, this export error is pretty time consuming for a naive
> user (
On Friday, 2 Dec 2016 at 10:35, Alan Schmitt wrote:
> Thank you for the suggestion. With macros that makes for a quite elegant
> solution.
You're welcome. And, yes, with macros, many LaTeX aspects can be
incorporated easily without making everything look a mess.
--
: Eric S Fraga (0xFFFCF67D),
Hi Eric,
On 2016-12-02 09:52, Eric S Fraga writes:
> I know you've had some answers but if you want exactly what you
> specified in LaTeX, the following will do it:
>
> * intro
> This is a list
> - @@latex:[\(\checkmark\)]@@ and so on
> - normal item
Thank you for the suggestion. With macros th
On Thursday, 1 Dec 2016 at 09:04, Alan Schmitt wrote:
> Hello,
>
> I would like to generate the following latex export:
>
> \begin{itemize}
> \item[\Checkmark] foo
> \end{itemize}
>
> I tried both
>
> -[\Checkmark]
>
> and
>
> - [\Checkmark]
>
> but neither works.
>
> Is this possible with org-mod
Hello Richard,
On 2016-12-01 11:36, Richard Lawrence writes:
>> I would like to generate the following latex export:
>>
>> \begin{itemize}
>> \item[\Checkmark] foo
>> \end{itemize}
>
> It's not exactly pretty, but you can use a description list while
> resetting it to the itemize environment, li
Hi Alan,
Alan Schmitt writes:
> I would like to generate the following latex export:
>
> \begin{itemize}
> \item[\Checkmark] foo
> \end{itemize}
It's not exactly pretty, but you can use a description list while
resetting it to the itemize environment, like:
#+ATTR_LATEX: :environment itemize
Nicolas Goaziou writes:
> All your "Effort" values are expressed as HH:MM so Org does its best to
> produce a HH:MM summary. If you write at least one value as a duration,
> e.g., "10 h", the summary will also be expressed as a duration.
I see, thank you!
ciao, lele.
--
nickname: Lele Gaifax |
Lele Gaifax writes:
> This is the equivalent, made with current master development org-mode:
>
> # -*- coding: utf-8 -*-
>
> #+TITLE: Test with current master revision of org-mode
> #+COLUMNS: %40ITEM(Item) %13Effort(Effort){:} %CLOCKSUM(Work)
>
>
> * This is a test
> :LOGBO
Nicolas Goaziou writes:
> Lele Gaifax writes:
>
>> One minor issue: previously I used a custom setting for the variable
>> `org-time-clocksum-format`, to print something like "2gg 03:10" instead of
>> "2d
>> 03:10". With the version currently distributed with Emacs 25.1 it was used
>> for
>> b
Hello,
Lele Gaifax writes:
> One minor issue: previously I used a custom setting for the variable
> `org-time-clocksum-format`, to print something like "2gg 03:10" instead of "2d
> 03:10". With the version currently distributed with Emacs 25.1 it was used for
> both the "effort" and "clocksum" c
Nicolas Goaziou writes:
>> Do you know if/when it will be merged into Emacs?
>
> I don't know, but that will not happen before Emacs 25.1 release.
Thanks anyway, I installed latest development sources and I appreciate the
work that has been done in this (and many other) areas: the new colview
pr
Hello,
Lele Gaifax writes:
> Do you know if/when it will be merged into Emacs?
I don't know, but that will not happen before Emacs 25.1 release.
Regards,
--
Nicolas Goaziou
Nicolas Goaziou writes:
> Lele Gaifax writes:
>
>> I know this is an ancient thread, but it seems the problem is still there, in
>> Emacs 25.
>
> "org-colview" was rewritten recently. IIRC, this is fixed in development
> version of Org.
Great, thank you!
Do you know if/when it will be merged i
Hello,
Lele Gaifax writes:
> I know this is an ancient thread, but it seems the problem is still there, in
> Emacs 25.
"org-colview" was rewritten recently. IIRC, this is fixed in development
version of Org.
Regards,
--
Nicolas Goaziou
Hi all,
I know this is an ancient thread, but it seems the problem is still there, in
Emacs 25.
FWIW, this is my quick and dirty fix, that at least produce a readable output,
in Emacs as well as in the PDF output.
(require 'org-colview)
;; Quick&dirty workaround to
http://article.gmane
On Saturday, 13 Feb 2016 at 16:35, Axel Kielhorn wrote:
> Hello!
>
> I use some calc in my org document:
>
> #+begin_SRC calc :var x=5 :var y=2 :exports both
> 2 + a * x ** y
> #+end_SRC
>
> When I export this to LaTeX the listings package complains about an
> unknown language calc.
>
> To fix t
John Kitchin writes:
>> I do something like this with custom link types.
> Aha! I am not the only one ;)
>
>>
>> First of all, have a look at the variable
>>
>> org-latex-prefer-user-labels
>
> Is this a new 8.3 variable? It doesn't seem to be in my 8.2.10 MELPA
> version.
Yes, I believe it is n
> I do something like this with custom link types.
Aha! I am not the only one ;)
>
> First of all, have a look at the variable
>
> org-latex-prefer-user-labels
Is this a new 8.3 variable? It doesn't seem to be in my 8.2.10 MELPA
version.
>
> if you haven't already. Setting it will cause Org to
Hi Ilya,
Ilya writes:
> I export my Org-Mode notes with internal links to LaTeX and I want it to
> look like this ''Section 1.1 [Section name], page 99'' (Like in the Org
> Manual). I use this construction:
>
> #+BEGIN_EXAMPLE
> * Chapter 1
> ** Section 1.1
> :PROPERTIES:
> :CUSTOM_ID:
> 03.12.2015, 16:31, "John Kitchin" :
>
> Try this.
>
> * Chapter 1
> ** Section 1.1 \label{manual-section-1}
> :PROPERTIES:
> :CUSTOM_ID: section-1
> :END:
> * Chapter 2
> ** Section 2.1
> I want reference to Section 1.1 from here (See Section \ref
> {
Thank you, it is work, but I hope to use something like (setq org-export-latex-hyperref-format "\\ref{%s}") for hyperref customization. (I want join \\ref{%s} and \\pageref{%s} for org-export-latex-hyperref-format). If it will be work we may simple use [[#section-1]] to different templates for inte
I have also done something like this for different journals here:
https://github.com/jkitchin/jmax/blob/master/ox-manuscript.el#L64
Eric S Fraga writes:
> On Thursday, 26 Nov 2015 at 16:26, Fatma Başak Aydemir wrote:
>> Hi all,
>>
>> I'm trying to write a conference paper which has multiple aut
On Thursday, 26 Nov 2015 at 16:26, Fatma Başak Aydemir wrote:
> Hi all,
>
> I'm trying to write a conference paper which has multiple authors from
> multiple institues. I tried to insert author infor by adding the
> following block
>
> #+BEGIN_LaTeX
> \author{First Author\inst{1}, Second Author\i
Try this.
* Chapter 1
** Section 1.1 \label{manual-section-1}
:PROPERTIES:
:CUSTOM_ID: section-1
:END:
* Chapter 2
** Section 2.1
I want reference to Section 1.1 from here (See Section
\ref{manual-section-1} on page \pageref{manual-section-1})
John
Aloha!
Both solutions work for me. I went for adding the code line by line
using #+LATEX_HEADER for I do not collaborate with the same co-authors
all the time so I did not want to permanenetly add the configuration to
my setup.
Thanks!
26/11/15 16:59 tarihinde Thomas S. Dye yazdı:
Aloha Fa
Aloha Fatma Başak Aydemir,
Fatma Başak Aydemir writes:
> Hi all,
>
> I'm trying to write a conference paper which has multiple authors from
> multiple institues. I tried to insert author infor by adding the
> following block
>
> #+BEGIN_LaTeX
> \author{First Author\inst{1}, Second Author\inst{
Envoyé de mon iPhone
> Le 26 nov. 2015 à 16:26, Fatma Başak Aydemir a écrit :
>
> Hi all,
>
> I'm trying to write a conference paper which has multiple authors from
> multiple institues. I tried to insert author infor by adding the following
> block
>
> #+BEGIN_LaTeX
> \author{First Author
On Mon, 27 Apr 2015, Lawrence Bottorff wrote:
In a previous post I was getting at the issue of whether I should just do
regular export or use latex "code blocks" for what I wanted in a final
document. What I want is the ability to create a big, rambling, annotated
org file -- with "keeper" stuff
I would use LaTeX code blocks when I need to write something in LaTeX
that isn't easy to write in org mode, not to distinguish what is a
note and what is part of the draft. For that I recommend comments,
e.g.,
### Start example ###
* Section 1
** COMMENT Some rough draft notes to myself
yadda y
Leonard Avery Randall wrote:
> Serge Cohen writes:
>> Is this normal, if so is there another way to obtain the same results
>> as what is proposed in the documentation ?
>
> The behaviour you are explaining is not normal. The setup you described
> should work.
>
>> To complete the post : I am usin
Hi Serge,
Serge Cohen writes:
> Is this normal, if so is there another way to obtain the same results
> as what is proposed in the documentation ?
The behaviour you are explaining is not normal. The setup you described
should work.
> To complete the post : I am using Aquamacs (MacOSX gui-vers
Aloha Nicolas,
Nicolas Goaziou writes:
> Hello,
>
> t...@tsdye.com (Thomas S. Dye) writes:
>
>> With a recent Org from git and this source:
>>
>> #+attr_latex: :width 0.8\textwidth :placement [htb]
>> #+name: fig:harris-errors
>> #+caption[Structural effects of false transitives]: Structur
Hello,
t...@tsdye.com (Thomas S. Dye) writes:
> With a recent Org from git and this source:
>
> #+attr_latex: :width 0.8\textwidth :placement [htb]
> #+name: fig:harris-errors
> #+caption[Structural effects of false transitives]: Structural effects of
> false transitives with the stratigra
Ken Mankoff writes:
> * On 2014-07-10 at 17:08, Thomas S. Dye wrote:
>> Aloha Ken,
>>
>> Ken Mankoff writes:
>>
>>> When exporting to LaTeX, fourth-level headings become \enumerate. In
>>> LaTeX, the item below \subsubsection is \paragraph, not \enumerate.
>>>
>>> Here is what happens:
>>>
>>> *
* On 2014-07-10 at 17:08, Thomas S. Dye wrote:
> Aloha Ken,
>
> Ken Mankoff writes:
>
>> When exporting to LaTeX, fourth-level headings become \enumerate. In
>> LaTeX, the item below \subsubsection is \paragraph, not \enumerate.
>>
>> Here is what happens:
>>
>> * Top becomes \section
>> ** Secon
Aloha Ken,
Ken Mankoff writes:
> When exporting to LaTeX, fourth-level headings become \enumerate. In
> LaTeX, the item below \subsubsection is \paragraph, not \enumerate.
>
> Here is what happens:
>
> * Top becomes \section
> ** Second becomes \subsection
> *** Third becomes \subsubsection
> **
Thanks for the kind words, Martin. I hope you stay inspired since making a
few homemade paperbacks sounds like something I'd like to try.
Cheers,
Alan
On 31 May 2014 17:25, Martin Schöön wrote:
> On 28 May 2014 06:31, Alan Tyree wrote:
>
>> Hi Steven,
>> You want to learn more about LaTeX, bu
On 28 May 2014 06:31, Alan Tyree wrote:
> Hi Steven,
> You want to learn more about LaTeX, but it's not too much.
>
> I wrote a little book called Self-publishing with LyX that will help you
> set up the title page as well as some of your other problems. This is not a
> sales pitch -- it's free :
Steven Arntson writes:
> Hi Nick,
>
> Sorry to call you Rick earlier; I just noticed I did that.
>
No, you were right: Rick Frankel provided the googling and the reference
to sffms. I didn't know anything about it before he mentioned it.
> So, this has been incredibly helpful. I've just process
Nick Dokos writes:
> Steven Arntson writes:
>
>> Nick Dokos writes:
>>
>>> Steven Arntson writes:
>>>
Rick,
Your google search to find the "sffms" style package seems like it
could
be the perfect answer to my quandary. I'm trying now to get my head
around acquirin
Steven Arntson writes:
> Nick Dokos writes:
>
>> Steven Arntson writes:
>>
>>> Rick,
>>>
>>> Your google search to find the "sffms" style package seems like it could
>>> be the perfect answer to my quandary. I'm trying now to get my head
>>> around acquiring it. I don't have a great track recor
Nick Dokos writes:
> Steven Arntson writes:
>
>> Rick,
>>
>> Your google search to find the "sffms" style package seems like it could
>> be the perfect answer to my quandary. I'm trying now to get my head
>> around acquiring it. I don't have a great track record with installing
>> things, and tr
Steven Arntson writes:
> Rick,
>
> Your google search to find the "sffms" style package seems like it could
> be the perfect answer to my quandary. I'm trying now to get my head
> around acquiring it. I don't have a great track record with installing
> things, and try to use package management sy
Rick,
Your google search to find the "sffms" style package seems like it could
be the perfect answer to my quandary. I'm trying now to get my head
around acquiring it. I don't have a great track record with installing
things, and try to use package management systems when I can.
Sffms is located
What kind of deadlines are you facing to accomplish this?
Grant Rettke | AAAS, ACM, ASA, FSF, IEEE, SIAM, Sigma Xi
g...@wisdomandwonder.com | http://www.wisdomandwonder.com/
“Wisdom begins in wonder.” --Socrates
((λ (x) (x x)) (λ (x) (x x)))
“Life has become immeasurably better since I have been fo
Hi Steven,
Steven Arntson writes:
> Hi, I'm trying to export an org-mode doc to LaTex and subsequently to
> PDF. This is a literary novel, written in prose. Right now when I run
> the export command, the resulting file is incorrectly formatted for the
> literary world, and I'm not sure how to ch
On 2014-05-27 23:25, Steven Arntson wrote:
Nick Dokos writes:
Igor Sosa Mayor writes:
Steven Arntson writes:
Hi, I'm trying to export an org-mode doc to LaTex and subsequently to
PDF. This is a literary novel, written in prose. Right now when I run
the export command, the resulting file is
Am 28.05.2014 um 08:07 schrieb Steven Arntson :
> Hi Alan,
>
> I downloaded the book and went through it--thank you for putting that
> together! It was a valuable overview. Nonetheless, some confusions
> persist for me since I'm using emacs org-mode and not LyX. Should I be
> putting LaTeX marku
Hi Alan,
I downloaded the book and went through it--thank you for putting that
together! It was a valuable overview. Nonetheless, some confusions
persist for me since I'm using emacs org-mode and not LyX. Should I be
putting LaTeX markup into my org-mode doc, for instance, for formatting
the title
Hi Steven,
You want to learn more about LaTeX, but it's not too much.
I wrote a little book called Self-publishing with LyX that will help you
set up the title page as well as some of your other problems. This is not a
sales pitch -- it's free :-).
Self-publishing with LyX
ISBN: 978-0-9803-3242-
Nick Dokos writes:
> Igor Sosa Mayor writes:
>
>> Steven Arntson writes:
>>
>>> Hi, I'm trying to export an org-mode doc to LaTex and subsequently to
>>> PDF. This is a literary novel, written in prose. Right now when I run
>>> the export command, the resulting file is incorrectly formatted for
On 28/05/14 07:42, Nick Dokos wrote:
Igor Sosa Mayor writes:
Steven Arntson writes:
Hi, I'm trying to export an org-mode doc to LaTex and subsequently to
PDF. This is a literary novel, written in prose. Right now when I run
the export command, the resulting file is incorrectly formatted fo
Hi Steven,
Steven Arntson wrote:
Hi, I'm trying to export an org-mode doc to LaTex and subsequently to
PDF. This is a literary novel, written in prose. Right now when I run
the export command, the resulting file is incorrectly formatted for the
literary world, and I'm not sure how to change it.
Igor Sosa Mayor writes:
> Steven Arntson writes:
>
>> Hi, I'm trying to export an org-mode doc to LaTex and subsequently to
>> PDF. This is a literary novel, written in prose. Right now when I run
>> the export command, the resulting file is incorrectly formatted for the
>> literary world, and I
Steven Arntson writes:
> Hi, I'm trying to export an org-mode doc to LaTex and subsequently to
> PDF. This is a literary novel, written in prose. Right now when I run
> the export command, the resulting file is incorrectly formatted for the
> literary world, and I'm not sure how to change it. Is
Success! I installed that package, and things are working. Thank you!
-steven
Igor Sosa Mayor writes:
> Steven Arntson writes:
>
>> Nick Dokos writes:
>>
>
> well, it's pretty clear...
>
> ! LaTeX Error: File `wrapfig.sty' not found.
>
> you have to install the wrapfig package. If you're in de
Steven Arntson writes:
> Nick Dokos writes:
>
well, it's pretty clear...
! LaTeX Error: File `wrapfig.sty' not found.
you have to install the wrapfig package. If you're in debian/ubuntu:
sudo apt-get install texlive-latex-extra
--
:: Igor Sosa Mayor :: joseleopoldo1...@gmail.com ::
::
Nick Dokos writes:
> Steven Arntson writes:
>
>> Nick Dokos writes:
>>
>>> Steven Arntson writes:
>>>
I'm taking my first baby steps at exporting an org file to
LaTex. I know
a little about org-mode, and almost nothing about LaTex.
I type C-c C-e l o
A file n
Steven Arntson writes:
> Nick Dokos writes:
>
>> Steven Arntson writes:
>>
>>> I'm taking my first baby steps at exporting an org file to LaTex. I know
>>> a little about org-mode, and almost nothing about LaTex.
>>>
>>> I type C-c C-e l o
>>>
>>> A file named file.tex is produced, but the proc
Steven Arntson writes:
> Thank you for your help!
>
> I'm using Org-mode version 8.2.6 (8.2.6-22-gb11b4a-elpaplus @
> /home/steven/.emacs.d/elpa/org-plus-contrib-20140519/)
>
> I mocked up a smaller reproduction of the problem, because the original
> file is too large. The same errors were produc
Nick Dokos writes:
> Steven Arntson writes:
>
>> I'm taking my first baby steps at exporting an org file to LaTex. I know
>> a little about org-mode, and almost nothing about LaTex.
>>
>> I type C-c C-e l o
>>
>> A file named file.tex is produced, but the process halts with an error:
>>
>> org-l
Steven Arntson writes:
> I'm taking my first baby steps at exporting an org file to LaTex. I know
> a little about org-mode, and almost nothing about LaTex.
>
> I type C-c C-e l o
>
> A file named file.tex is produced, but the process halts with an error:
>
> org-latex-compile: PDF file ./plm.pdf
On 2014-05-16 09:15 Eric S Fraga wrote:
> On Thursday, 15 May 2014 at 22:41, Alexander Baier wrote:
>> On 2014-05-15 21:57 Eric S Fraga wrote:
>>> I put it under its own heading with an :ignoreheading: tag and use the
>>> filter that was posted on this list (today in fact):
>>
>> I can't find the f
On Thursday, 15 May 2014 at 22:41, Alexander Baier wrote:
> On 2014-05-15 21:57 Eric S Fraga wrote:
>> I put it under its own heading with an :ignoreheading: tag and use the
>> filter that was posted on this list (today in fact):
>
> I can't find the filter you are referring to. I guess it is in th
On 2014-05-16 06:19 Nick Dokos wrote:
> Alexander Baier writes:
>
>> On 2014-05-15 21:57 Eric S Fraga wrote:
>>> I put it under its own heading with an :ignoreheading: tag and use the
>>> filter that was posted on this list (today in fact):
>>
>> I can't find the filter you are referring to. I gue
Alexander Baier writes:
> On 2014-05-15 21:57 Eric S Fraga wrote:
>> I put it under its own heading with an :ignoreheading: tag and use the
>> filter that was posted on this list (today in fact):
>
> I can't find the filter you are referring to. I guess it is in the
> org-ref thread? I did not f
On 2014-05-15 21:57 Eric S Fraga wrote:
> I put it under its own heading with an :ignoreheading: tag and use the
> filter that was posted on this list (today in fact):
I can't find the filter you are referring to. I guess it is in the
org-ref thread? I did not follow that thread as org-ref seems
On Thursday, 15 May 2014 at 21:02, Alexander Baier wrote:
[...]
> While we are on the topic of placing "stuff": I also need to insert
> citations for which I use bibtex. I use #+LATEX:
> \bibliographystyle{plain} and #+LATEX: \bibliography{literatur} under my
> last header for the bibliography to
On 2014-05-14 21:01 Nick Dokos wrote:
> Alexander Baier writes:
[...]
>> Is there a way for me to influence the placement of =\maketitle= and
>> thus be able to order those commands "the right way"?
> If \institute can be placed in the preamble, then using #+LATEX_HEADER
> instead of #+LATEX is
On 2014-05-14 21:01 Nick Dokos wrote:
> Alexander Baier writes:
>
>> Hello,
>>
>> I am writing a paper using llncs as the document class. I use the
>> =\institute= command which has to be placed _above_ the =\maketitle=
>> command to be considered. But exporting my document always yields a
>> late
1 - 100 of 370 matches
Mail list logo