On Mon, Jul 29 2019, Gustavo Barros wrote:
But the ability to have line breaks is a clear edge
of soul, and the reason of the original request which started this
thread.
I must correct myself, the difference between ulem and soul is not that
one allows line breaks while the other does not
Hi all,
On Fri, Jun 14 2013, Nicolas Goaziou wrote:
Nicolas Goaziou writes:
> 1. Does \underline{中文测试} work properly (notwithstanding the line
> breaks)?
\underline can show chinese, but the command can't resolve lines
breaking properly.
> 2. Does
On Fri, 30 Dec 2016, Ken Mankoff wrote:
(setq-local org-latex-title-command "")
Can be set as a buffer local variable.
True, but not relevant to the OPs query:
Is there any way to excude the empty `\title{}` command?
And if you browse thru org-latex-template, you will see that
(setq-local org-latex-title-command "")
Can be set as a buffer local variable.
-k.
On Fri, Dec 30, 2016 at 12:26 PM, Charles C. Berry wrote:
> On Fri, 30 Dec 2016, Fanpeng Kong wrote:
>
> I am trying to use org mode to write a paper. The latex template of the
>> journal restricts the locatio
On Fri, 30 Dec 2016, Fanpeng Kong wrote:
I am trying to use org mode to write a paper. The latex template of the
journal restricts the location of `\title{}` command to be after the
`\begin{document}`. While by leaving `#+TITLE:` empty and specify
`#+OPTIONS: title:nil` in my org file, I can rem
I am trying to use org mode to write a paper. The latex template of the
journal restricts the location of `\title{}` command to be after the
`\begin{document}`. While by leaving `#+TITLE:` empty and specify
`#+OPTIONS: title:nil` in my org file, I can remove the `\maketitle` command in
the
latex e
Hello,
mcg writes:
> I sometimes make references to other sections which are in another
> section and document.
> In order to not compile all the document (3 minutes +) every time
> I just comment out all the documents I do not need to.
> If table and figure links are missing it exports fine (ge
Hello,
I have my PhD thesis divided into several documents (Intro, M&M,
Results, Discussion...).
The document setup and the #+INCLUDE: commands are in my master file.
I sometimes make references to other sections which are in another
section and document.
In order to not compile all the docum
For a long time I've wanted to write in org-mode and export it to latex,
but I've never been successful until now. So here is a yasnippet that
allows you to do it -
--8<---cut here---start->8---
# -*- mode: snippet -*-
# name: org2latex
# key: org2latex
# --
#+T
Hello,
Feng Shu writes:
> Nicolas Goaziou writes:
>
>> Feng Shu writes:
>>
>>> Nicolas Goaziou writes:
1. Does \underline{中文测试} work properly (notwithstanding the line
breaks)?
>>>
>>> \underline can show chinese, but the command can't resolve lines
>>> breaking properly.
>>>
Nicolas Goaziou writes:
> Feng Shu writes:
>
>> Nicolas Goaziou writes:
>>> 1. Does \underline{中文测试} work properly (notwithstanding the line
>>> breaks)?
>>
>> \underline can show chinese, but the command can't resolve lines
>> breaking properly.
>>
>>> 2. Does \uline from "ulem" packa
Feng Shu writes:
> Nicolas Goaziou writes:
>> 1. Does \underline{中文测试} work properly (notwithstanding the line
>> breaks)?
>
> \underline can show chinese, but the command can't resolve lines
> breaking properly.
>
>> 2. Does \uline from "ulem" package handle it correctly, including the
Nicolas Goaziou writes:
> Hello,
>
> Feng Shu writes:
>
>> When the article is writen with Chinese, soul will output:
>>
>> #+begin_src
>> soul Error: Reconstruction failed.
>> #+end_src
>>
>> and underline word will dispear from the output pdf file!
>>
>> A tmp solution is :
>>
>>
>> \ul{\mbo
Hello,
Feng Shu writes:
> When the article is writen with Chinese, soul will output:
>
> #+begin_src
> soul Error: Reconstruction failed.
> #+end_src
>
> and underline word will dispear from the output pdf file!
>
> A tmp solution is :
>
>
> \ul{\mbox{中文测试}}
>
> but,when it can't break lines p
Nicolas Goaziou writes:
> Hello,
>
> Nathaniel Cunningham writes:
>
>> Suvayu Ali gmail.com> writes:
>>
>>>
>>> Org mode
>>> translates _underlined text_ to \underline{underlined text}, however if
>>> you read the TeX.sx question referenced below you will see that it
>>> doesn't support line b
Hello,
Nathaniel Cunningham writes:
> Suvayu Ali gmail.com> writes:
>
>>
>> Org mode
>> translates _underlined text_ to \underline{underlined text}, however if
>> you read the TeX.sx question referenced below you will see that it
>> doesn't support line breaks and the TeX community recommends
Suvayu Ali gmail.com> writes:
>
> Org mode
> translates _underlined text_ to \underline{underlined text}, however if
> you read the TeX.sx question referenced below you will see that it
> doesn't support line breaks and the TeX community recommends \uline{..}
> from the ulem package.
>
>
Hi,
Thanks for the suggestions.
For an user like me, who depends heavily on org-mode for several purposes,
a basic feature like this (underline) is frequently used. Though it is ugly
or (may be) not used for serious published materials, but for personal
usage, this is very handy and very often I
Hello Sanjib,
On Wed, Mar 06, 2013 at 06:55:36PM +0530, Sanjib Sikder wrote:
>
> If you feel that the problem is not related to org-mode, then ignore this
> email and thanks for your time and patience.
It is indeed a LaTeX issue! And I have an answer too :). Org mode
translates _underlined tex
Hi Sanjib,
This is a known LaTeX issue that has nothing to do with Org. Please
check the LaTeX packages ulem.sty and soul.sty or simply don't use
underlining -- it's anyway ugly.
Best regards
--
Michael Strey
www.strey.biz
Hello Sanjib,
On Wed, Mar 06, 2013 at 05:07:44PM +0530, Sanjib Sikder wrote:
> Hi,
>
> While PDF exporting a .org file, the underlined lines which are at the
> right end of the page (in PDF) or underlined lines which are large and
> spans to next line (in pdf) are not breaking properly.
>
> How
Hi,
While PDF exporting a .org file, the underlined lines which are at the
right end of the page (in PDF) or underlined lines which are large and
spans to next line (in pdf) are not breaking properly.
How do I solve this problem ?
Thanks.
-
*Sanjib Sikder
**
*
Piotr Kaźmierczak writes:
> Hi,
>
> I'm having a hard time configuring org-mode LaTeX export to work with minted
> package for code listings. I put
>
> #+LaTeX_HEADER: \usepackage{minted}
> #+LaTeX_HEADER: \usemintedstyle{emacs}
>
> in the header of my org mode file, and then
>
> #+BEGIN_SRC
Hi,
I'm having a hard time configuring org-mode LaTeX export to work with minted
package for code listings. I put
#+LaTeX_HEADER: \usepackage{minted}
#+LaTeX_HEADER: \usemintedstyle{emacs}
in the header of my org mode file, and then
#+BEGIN_SRC haskell :exports code
some haskell code here
#
24 matches
Mail list logo