You wrote:
> Hello,
>
> Nicolas Berthier writes:
>
>> IMHO, the handling of Org markups (at least) by the LaTeX exporter (and
>> maybe others) would suffice to implement this feature (with a few tricks
>> to still allow sorting by makeindex). Am I right?
>
>
ch constructs in paragraphs like "...\[...\]...", and those
s can still further be customized with CSS ; what would be the
result of exporting to HTML if they were not inline?.
As it is always possible to use displaymath environments, I don't think
any change regarding \[...\] is necessary.
Regards,
N.
--
Nicolas BerthierFSF Member #7975
on this.
>
> Thanks,
Hi,
I have signed the paper, and sent it back to the FSF's assignment
administrator one or two weeks ago, but did not hear anything about that
since. I will investigate on this ASAP, and notice you when I receive
a confirmation that the FS
c
>
> But I do not succeed to export it into a html file.
>
> Your help is welcome.
Hello,
You can see this answer on stackoverflow[fn:1].
Regards,
[fn:1] http://stackoverflow.com/a/24452992/1524082
--
Nicolas BerthierFSF Member #7975
You wrote:
> Hi Nicolas,
>
> Nicolas Berthier writes:
>
>> I will investigate on this ASAP, and notice you when I receive
>> a confirmation that the FSF signed it.
>
> Thanks, we should expect longer delays during the summer I guess.
Hi,
I received the confirmatio
Nicolas Goaziou wrote:
> Hello,
>
> Nicolas Berthier writes:
>
>> In any case, as advised earlier in the discussion, I updated one patch
>> to integrate new tests for the new feature. I also slightly simplified
>> the HTML export patch to avoid useless display attr
,#+name: setup
,#+begin_src emacs-lisp :results silent :exports none
(defmacro by-backend (&rest body)
`(case (if (boundp 'backend) (org-export-backend-name backend) nil)
,@body))
,#+end_src
# Local variables:
# eval: (org-sbe "setup")
# End:
#+end_src
Regards,
--
Nicolas BerthierFSF Member #7975
tations throughout the document
;; in TEMP-FILE and pass it to "bibtex2html" as "-citefile"
;; argument.
--
2.0.0.rc4
Regards,
--
Nicolas BerthierFSF Member #7975
8bf919c7001e8e1ec2 Mon Sep 17 00:00:00 2001
From: Nicolas Berthier
Date: Fri, 13 Jun 2014 15:32:54 +0200
Subject: [PATCH 1/2] ob: Support for exporting inline source code
* lisp/ob-exp.el (org-babel-exp-inline-code-template): New
customizable variable to export inline source code (similar to
`org-babe
available in org ≥ 8.0.
Has it already been implemented by somebody somewhere? Any further
thoughts on that point?
Best regards,
Nicolas
--
Nicolas BerthierFSF Member #7975
You wrote:
> Hello,
>
> Nicolas Berthier writes:
>
>> In an org file, I would like to add formatted index entries "=word=",
>> "!word" or similar things, possibly in a hierarchical way as sub entries
>> (I know it's a very peculiar use c
, let me suggest this small
patch to remedy that issue.
>From 4682af888ca3b86eb05c6d40169725cca17136e3 Mon Sep 17 00:00:00 2001
From: Nicolas Berthier
Date: Mon, 15 May 2017 15:44:11 +0100
Subject: [PATCH] Fontify inline source blocks when exporting to HTML
* lisp/ox-html.el (org-html-inline-s
12 matches
Mail list logo