단락 스타일

단락 스타일

USC 형식을 모방한 섹션을 설정하려고 합니다. 질문 - 개인 단락 스타일을 설정하는 방법이 있습니까? 즉. paragraph section; paragraph subsection; clause등은 각 레벨 Indents마다 설정됩니다 (제목 (( 안 ) 및 (미표시) 2em제외 )..LaTex titles

여기에 이미지 설명을 입력하세요

다음과 같은 작업을 수행할 수 있습니까?paragraph style

"\makeparagraphstyle{secheader}{
    \medskip 
    \leftskip{0pt}}" [  Sec. 2. Definitions ]
"\makeparagraphstyle{sectext}{
    \medskip 
    \leftskip{2em}}" [  In this Act... ]


clause etc..


\documentclass[a4paper,10pt]{book}
\usepackage{fancyhdr}


\usepackage{makeidx}



\begin{document}

\thispagestyle{empty}

\noindent
 \hrulefill
\begin{center}
\textbf{Department of Homeland Security Interoperable Communications Act}
\\(Public  Law 114-29)



This law has not been amended

 \hrulefill
\end{center}
\medskip 
\textsc{\small {AN ACT To amend the Homeland Security Act of 2002 \index{Homeland Security Act of 2002}to require the Under Secretary for Management of the Department of Homeland Security to take administrative action to achieve and maintain interoperable communications capabilities among the components of the Department of Homeland Security, and for other purposes.}}
\medskip 
\\
\textit{Be it enacted by the Senate and House of Representatives of the United States of America in Congress assembled, }  
\medskip 

\pagestyle{fancy}
\markright{Sec. 1\hfill DHS Interoperable Communications Act\hfill \thepage}


\medskip 
\setlength{\leftskip}{0pt}}
\noindent
\textsc{\textbf{SECTION 1. Short Title.}}

\setlength{\leftskip}{0pt}}This Act may be cited as the ``Department of Homeland Security Interoperable Communications Act'' or the ``DHS Interoperable Communications Act''. \index{DHS Interoperable Communications Act} \index{Department of Homeland Security Interoperable Communications Act} \index{Interoperable Communications Act}

\pagestyle{fancy}
\markright{Sec. 2\hfill DHS Interoperable Communications Act\hfill \thepage}


\medskip 
\setlength{\leftskip}{0pt}}
\noindent
\textsc{\textbf{Sec. 2. Definitions.}}

In this Act\textemdash

\setlength{\leftskip}{2em}(1) the term ``Department'' means the Department of Homeland Security; \index{Department of Homeland Security}

\setlength{\leftskip}{2em}(2) the term ``interoperable communications'' has the meaning given that term in section 701(d) of the Homeland Security Act of 2002, as added by section 3; and

\setlength{\leftskip}{2em}(3) the term ``Under Secretary for Management'' means the Under Secretary for Management of the Department of Homeland Security. \index{Department of Homeland Security!Under Secretary of Management}

\pagestyle{headings}
\markright{Sec. 3\hfill DHS Interoperable Communications Act\hfill \thepage}


\medskip 
\setlength{\leftskip}{0pt}}
\noindent
\textsc{\textbf{Sec. 3.  Inclusion of Interoperable Communications Capabilities in Responsibilities of Under Secretary for Management.}}

\setlength{\leftskip}{2em}Section 701 of the Homeland Security Act of 2002 (6 U.S.C. 341) \index{6 U.S.C. ! 341} is amended\textemdash
\end{document}

관련 정보