but I have some prob. making .pdf.

this code:
_____________________________
#################
unique part
#################

unique parts

*********************** 
chapt 1
*********************** 
 
bla bla bla
 
- **first item list** 

- **second item list**  
    - **first sub item list**
    - **second sub item lis**
 
bla bla bla
 
************* 
chap 2
************* 

bla bla bla
__________________________________

with make latex, this code, produce this .tex 

--------------------------------------------------------------------
\maketitle
\tableofcontents
\phantomsection\label{index::doc}


parte da non riportare


\part{chapt 1}
\label{index:parte-unica}\label{index:premesse-e-definizioni}

bla bla bla

\begin{itemize}
   \item {} first item list
    \item {second item list}
       
       \begin{itemize}
               \item  {first sub item list}
                \item  {first sub item list} 
       \end{itemize}
\ end{itemize} 

bla bla bla

\part{chapt 2} 
  
-----------------------------------------------


please don't care about the Item list (I change it and I'm not sure I made 
it in the right way)

but, once again, the prob is on the chapter. I've signed both (chapt 1 and 
chapt 2) as chapter, and latex traslate it as part.

Why?
What can I look for?

TIA

Renato

-- 
You received this message because you are subscribed to the Google Groups 
"sphinx-dev" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/sphinx-dev/-/_bHCl3z0lPUJ.
To post to this group, send email to sphinx-dev@googlegroups.com.
To unsubscribe from this group, send email to 
sphinx-dev+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sphinx-dev?hl=en.

Reply via email to