[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] ignoreheading in LaTeX export
From: |
Marcin Borkowski |
Subject: |
Re: [O] ignoreheading in LaTeX export |
Date: |
Sat, 29 Mar 2014 15:17:11 +0100 |
Dnia 2014-03-27, o godz. 09:23:06
Alan Schmitt <address@hidden> napisaĆ(a):
> Hello,
>
> I need to ignore a heading during a LaTeX export (I don't want the
> "section" command to be generated, but I need the text to be included;
> the heading is there because the previous one is tagged with
> "export"). I found this solution:
>
> https://stackoverflow.com/questions/10295177/is-there-an-equivalent-of-org-modes-b-ignoreheading-for-non-beamer-documents
>
> Is it still the way to go?
Just my 2 cents: you could always go for a /really/ dirty hack and do
it on the LaTeX side. AFAIR, tags end up somewhere in the title of the
section, so you can /redefine/ the =\section= macro to recognize that
and do nothing in that case. This is most probably an overkill, but
the general rule (maybe) worth remembering would be: if you want to
tweak something with LaTeX export, it /might/ be possible that it would
be (a) doable and maybe even (b) reasonable to do it on the LaTeX side.
> Thanks,
>
> Alan
Hth,
--
Marcin Borkowski
http://octd.wmi.amu.edu.pl/en/Marcin_Borkowski
Adam Mickiewicz University
Re: [O] ignoreheading in LaTeX export,
Marcin Borkowski <=