From: Nicolas Goaziou <mail@nicolasgoaziou.fr>
To: "Juan Manuel Macías" <maciaschain@posteo.net>
Cc: orgmode <emacs-orgmode@gnu.org>
Subject: Re: [PATCH] ox-latex.el: add LaTeX attributes to quote block
Date: Wed, 26 May 2021 23:05:38 +0200 [thread overview]
Message-ID: <87r1htdx3x.fsf@nicolasgoaziou.fr> (raw)
In-Reply-To: <87v976ler8.fsf@posteo.net> ("Juan Manuel Macías"'s message of "Tue, 25 May 2021 20:50:19 +0000")
Hello,
Juan Manuel Macías <maciaschain@posteo.net> writes:
> Here is the updated patch, with the corresponding additions in the
> manual and ORG-NEWS.
Thanks.
I cannot apply it on top of master however. On what commit did you base
it?
There are also some nits, but I can fix them when applying your patch.
> +#+cindex: quote blocks, in @LaTeX{} export
> +#+cindex: @samp{ATTR_LATEX}, keyword
This is not related to your patch (it can be encountered elsewhere), but
the index entry above is too generic to be useful. Maybe
#+cindex: @samp{ATTR_LATEX}, in quote blocks
would be better.
> +#+cindex: org-latex-default-quote-environment
This should be #+vindex: ...
> +The LaTeX export back-end accepts two attributes for quote blocks:
> +=:environment=, for an arbitrary quoting environment (the default
> +value is that of =org-latex-default-quote-environment=: ="quote"=) and
~org-latex-default-quote-environment~ and ~"quote"~ since they both
refer to Lisp code, not Org syntax.
> +=:options=. For example, to choose the environment =quotation=,
> +included as an alternative to =quote= in standard LaTeX classes:
> +
> +#+begin_example
> +,#+ATTR_LATEX: :environment quotation
> +,#+BEGIN_QUOTE
> +some text...
> +,#+END_QUOTE
> +#+end_example
Note that you can currently write, perhaps more elegantly,
#+begin_quotation
some text...
#+end_quotation
> +To choose the =foreigndisplayquote= environment, included in the LaTeX
> +package =csquotes=, with the =german= option, use this syntax:
> +
> +#+begin_example
> +,#+LATEX_HEADER:\usepackage[autostyle=true]{csquotes}
> +,#+ATTR_LATEX: :environment foreigndisplayquote :options {german}
> +,#+BEGIN_QUOTE
> +some text in German...
> +,#+END_QUOTE
> +#+end_example
I don't know if this example is a good illustration because you can
currently achieve the same with:
#+attr_latex: :options {german}
#+begin_foreigndisplayquote
some text in German...
#+end_foreigndisplayquote
Are there use cases that would be better than using special blocks as in
the example above?
Regards,
--
Nicolas Goaziou
next prev parent reply other threads:[~2021-05-26 21:06 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-05-24 12:14 [PATCH] ox-latex.el: add LaTeX attributes to quote block Juan Manuel Macías
2021-05-25 9:21 ` Nicolas Goaziou
2021-05-25 12:42 ` Juan Manuel Macías
2021-05-25 15:52 ` Nicolas Goaziou
2021-05-25 20:50 ` Juan Manuel Macías
2021-05-26 21:05 ` Nicolas Goaziou [this message]
2021-05-26 23:02 ` Juan Manuel Macías
2021-05-29 20:22 ` Nicolas Goaziou
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=87r1htdx3x.fsf@nicolasgoaziou.fr \
--to=mail@nicolasgoaziou.fr \
--cc=emacs-orgmode@gnu.org \
--cc=maciaschain@posteo.net \
/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).