* Deeper sectioning in report class
@ 2012-10-25 3:43 Sanjib Sikder
2012-10-25 3:55 ` Nick Dokos
0 siblings, 1 reply; 2+ messages in thread
From: Sanjib Sikder @ 2012-10-25 3:43 UTC (permalink / raw)
To: emacs-orgmode
[-- Attachment #1: Type: text/plain, Size: 801 bytes --]
hi,
When using report class in org-mode and having the following structure
---------------------------------------
* Another Part of my report
** Chapter Heading
*** Heading 1
**** Subheading 1
---------------------------------------
The subheading (****) is pdf exporting as paragraph having bullets. The
result is like following for example
---------------------------------------
Part IV
Chapter 4 Chapter heading
4.1 Hading 1
- Subheading 1
-------------------------------------
I need the subheading to be considered as numbered subsections (4.1.1).
like below
Part IV
Chapter 4 Chapter heading
4.1 Hading 1
4.1.1 Subheading 1
---------------------------------------
How can I achieve this ?
-----------------------------
*Sanjib Sikder
*Ph.D. Fellow
Chemical Engineering
IIT Bombay*
*
[-- Attachment #2: Type: text/html, Size: 1106 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Deeper sectioning in report class
2012-10-25 3:43 Deeper sectioning in report class Sanjib Sikder
@ 2012-10-25 3:55 ` Nick Dokos
0 siblings, 0 replies; 2+ messages in thread
From: Nick Dokos @ 2012-10-25 3:55 UTC (permalink / raw)
To: Sanjib Sikder; +Cc: emacs-orgmode
Sanjib Sikder <sanjibju2002@gmail.com> wrote:
> When using report class in org-mode and having the following structure
> ---------------------------------------
> * Another Part of my report
> ** Chapter Heading
> *** Heading 1
> **** Subheading 1
> ---------------------------------------
> The subheading (****) is pdf exporting as paragraph having bullets. The result is like following for
> example
> ---------------------------------------
> Part IV
> Chapter 4 Chapter heading
> 4.1 Hading 1
>
> * Subheading 1
>
> -------------------------------------
> I need the subheading to be considered as numbered subsections (4.1.1). like below
> Part IV
> Chapter 4 Chapter heading
> 4.1 Hading 1
> 4.1.1 Subheading 1
> ---------------------------------------
>
> How can I achieve this ?
#+OPTIONS: H:4
See
(info "(org) Export options")
Nick
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-10-25 3:55 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-25 3:43 Deeper sectioning in report class Sanjib Sikder
2012-10-25 3:55 ` Nick Dokos
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).