
Попытка настроить раздел, имитирующий формат 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}