indentation of subsection

2002-10-23 Thread Remzi Seker
Hi,
I need to have my subsections flushed to the left. I have the following 
definition:

\newlength{\mySpaceUnder}
\newlength{\mySpaceOver}
\setlength{\mySpaceUnder}{0.5ex}  % 4cm as an example ;-)
\setlength{\mySpaceOver}{5ex}   % 3cm as an example

\renewcommand\subsection{\startsection {subsection}{1}{\z}%
   {\mySpaceOver}%
   {\mySpaceUnder}%
   {\normalfont\small\mdseries\textit}}

How can I get it flushed to the left? (no indentation in the subsec title)

Thanks

Remzi



Re: indentation of subsection

2002-10-23 Thread Herbert Voss
Remzi Seker schrieb:


\renewcommand\subsection{\startsection {subsection}{1}{\z}%
  {\mySpaceOver}%
  {\mySpaceUnder}%
  {\normalfont\small\mdseries\textit}}

How can I get it flushed to the left? (no indentation in the subsec title)


  
{\noindent\normalfont\small\mdseries\textit}}

Herbert




indentation of subsection

2002-10-23 Thread Remzi Seker
Hi,
I need to have my subsections flushed to the left. I have the following 
definition:

\newlength{\mySpaceUnder}
\newlength{\mySpaceOver}
\setlength{\mySpaceUnder}{0.5ex}  % 4cm as an example ;-)
\setlength{\mySpaceOver}{5ex}   % 3cm as an example

\renewcommand\subsection{\startsection {subsection}{1}{\z}%
   {\mySpaceOver}%
   {\mySpaceUnder}%
   {\normalfont\small\mdseries\textit}}

How can I get it flushed to the left? (no indentation in the subsec title)

Thanks

Remzi



Re: indentation of subsection

2002-10-23 Thread Herbert Voss
Remzi Seker schrieb:


\renewcommand\subsection{\startsection {subsection}{1}{\z}%
  {\mySpaceOver}%
  {\mySpaceUnder}%
  {\normalfont\small\mdseries\textit}}

How can I get it flushed to the left? (no indentation in the subsec title)


  
{\noindent\normalfont\small\mdseries\textit}}

Herbert




indentation of subsection

2002-10-23 Thread Remzi Seker
Hi,
I need to have my subsections flushed to the left. I have the following 
definition:

\newlength{\mySpaceUnder}
\newlength{\mySpaceOver}
\setlength{\mySpaceUnder}{0.5ex}  % 4cm as an example ;-)
\setlength{\mySpaceOver}{5ex}   % 3cm as an example

\renewcommand\subsection{\@startsection {subsection}{1}{\z@}%
   {\mySpaceOver}%
   {\mySpaceUnder}%
   {\normalfont\small\mdseries\textit}}

How can I get it flushed to the left? (no indentation in the subsec title)

Thanks

Remzi



Re: indentation of subsection

2002-10-23 Thread Herbert Voss
Remzi Seker schrieb:


\renewcommand\subsection{\@startsection {subsection}{1}{\z@}%
  {\mySpaceOver}%
  {\mySpaceUnder}%
  {\normalfont\small\mdseries\textit}}

How can I get it flushed to the left? (no indentation in the subsec title)


  
{\noindent\normalfont\small\mdseries\textit}}

Herbert