emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Is it possible to "properly" indent inside latex fragments?
@ 2017-01-23 15:47 Alain.Cochard
  2017-01-23 16:44 ` Charles C. Berry
  0 siblings, 1 reply; 10+ messages in thread
From: Alain.Cochard @ 2017-01-23 15:47 UTC (permalink / raw)
  To: emacs-orgmode; +Cc: Alain Cochard


Hello.  

This is what I obtain if I type each line followed by <Enter> and then
<TAB> in an org file:

* foo
  \begin{displaymath}
  \begin{split}
  a &= b \\
  &+c  
  \end{split}
  \end{displaymath}

If I highlight everything and use 'M-x indent-region' or 'M-x
org-indent-region', it does not change.

Instead, what I would like to get is:

* foo
  \begin{displaymath}
    \begin{split}
      a &= b \\
      &+c
    \end{split}
  \end{displaymath}

(That specific indentation for the latex instructions is what I obtain
within a .tex file.)

Is it possible?  
Thank you.

(I did spend quite some time searching for a solution...)

-- 
EOST (École et Observatoire des Sciences de la Terre) 
IPG (Institut de Physique du Globe) | alain.cochard@unistra.fr
5 rue René Descartes   [bureau 106] | Phone: +33 (0)3 68 85 50 44 
F-67084 Strasbourg Cedex, France    | Fax:   +33 (0)3 68 85 01 25     

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2017-03-03 16:29 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-23 15:47 Is it possible to "properly" indent inside latex fragments? Alain.Cochard
2017-01-23 16:44 ` Charles C. Berry
2017-02-01 19:05   ` Alain.Cochard
2017-02-01 20:34     ` Nicolas Goaziou
2017-02-03  0:47       ` Alain.Cochard
2017-02-03 21:04         ` Nicolas Goaziou
2017-02-04 12:55           ` Alain.Cochard
2017-03-03  8:14           ` Alain.Cochard
2017-03-03 11:26             ` Nicolas Goaziou
2017-03-03 16:29               ` Alain.Cochard

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).