emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Max Beutelspacher <max.beutelspacher@mailbox.org>
To: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Cc: emacs-orgmode@gnu.org, Max Beutelspacher <max.beutelspacher@mailbox.org>
Subject: Re: Latex export of figure with multiline caption and label results in additional space
Date: Thu, 06 Sep 2018 18:08:37 +0200	[thread overview]
Message-ID: <871sa6mwvu.fsf@mailbox.org> (raw)
In-Reply-To: <87r2i6u1vb.fsf@nicolasgoaziou.fr>

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:Cras placerat 
accumsan nulla.  Aliquam posuere.  Etiam laoreet quam sed arcu. 
Phasellus purus.  [[file:test.png]] #+END_SRC
 
results in this latex code  #+BEGIN_SRC latex \begin{figure}[htbp] 
\centering \includegraphics[width=.9\linewidth]{test.jpg} 
\caption{Cras placerat accumsan nulla.  Aliquam posuere.  Etiam 
laoreet quam sed arcu. Phasellus purus.}  \end{figure} #+END_SRC 
Unfortunately when I add the label then the first line of the 
caption is  indented by one space due to the label within the 
caption in the latex output:   #+BEGIN_SRC org #+LATEX_HEADER: 
\usepackage{caption} #+LATEX_HEADER: \captionsetup{format=hang} 
#+NAME: test #+CAPTION:Cras placerat accumsan nulla.  Aliquam 
posuere.  Etiam laoreet quam sed arcu. Phasellus purus. 
[[file:test.png]] #+END_SRC
 
results in 
 
#+BEGIN_SRC latex  \begin{figure}[htbp] \centering 
\includegraphics[width=.9\linewidth]{test.png} 
\caption{\label{test} Cras placerat accumsan nulla.  Aliquam 
posuere.  Etiam laoreet quam sed arcu.  Phasellus purus.} 
\end{figure} #+END_SRC  


Best regards,
 





Nicolas Goaziou <mail@nicolasgoaziou.fr> writes:

> Hello,
>
> Max Beutelspacher <max.beutelspacher@mailbox.org> 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 #accumsan nulla.  Aliquam 
>> posuere.  Etiam laoreet quam sed arcu.  #Phasellus purus. 
>> [[file:test.png]] +END_SRC
>
> I cannot parse your example. Could you send it again?
>
> Regards,

      reply	other threads:[~2018-09-06 16:08 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-08-22 11:31 Latex export of figure with multiline caption and label results in additional space Max Beutelspacher
2018-09-06 14:39 ` Nicolas Goaziou
2018-09-06 16:08   ` Max Beutelspacher [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=871sa6mwvu.fsf@mailbox.org \
    --to=max.beutelspacher@mailbox.org \
    --cc=emacs-orgmode@gnu.org \
    --cc=mail@nicolasgoaziou.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).