You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
1.4 KiB
39 lines
1.4 KiB
%% Copyright (C) 2016 Achim D. Brucker, https://www.brucker.ch |
|
%% |
|
%% License: |
|
%% This program can be redistributed and/or modified under the terms |
|
%% of the LaTeX Project Public License Distributed from CTAN |
|
%% archives in directory macros/latex/base/lppl.txt; either |
|
%% version 1.3c of the License, or (at your opinion) any later version. |
|
%% OR |
|
%% The 2-clause BSD-style license. |
|
%% |
|
%% SPDX-License-Identifier: LPPL-1.3c+ OR BSD-2-Clause |
|
\NeedsTeXFormat{LaTeX2e} |
|
\ProvidesPackage{omg} |
|
[2014/11/10 OMG Layout.] |
|
\usepackage{fixltx2e} |
|
\usepackage[T1]{fontenc} |
|
\KOMAoptions{paper=8.28in:11in,fontsize=10pt,twoside=semi,headings=openany} |
|
\areaset{6.7in}{8in} |
|
\usepackage{mathptmx} % rm & math |
|
\usepackage[scaled=0.90]{helvet} % ss |
|
\usepackage{courier} % tt |
|
\usepackage[fleqn]{amsmath} |
|
\usepackage{mathastext} |
|
\normalfont |
|
\usepackage[document]{ragged2e} |
|
\setcounter{secnumdepth}{4} |
|
\newcommand{\oclHeadingOne}[1]{\chapter{#1}}% |
|
\newcommand{\oclHeadingTwo}[1]{\section{#1}}% |
|
\newcommand{\oclHeadingThree}[1]{\subsection{#1}}% |
|
\newcommand{\oclHeadingFour}[1]{\subsubsection{#1}}% |
|
\newcommand{\oclHeadingZero}[1]{\subsubsection*{#1}}% |
|
\newcommand{\oclEmph}[1]{\emph{#1}} |
|
% |
|
\newenvironment{oclDefinition}{\csname gather*\endcsname}{\csname endgather*\endcsname} |
|
|
|
\addtokomafont{caption}{\sffamily\bfseries} |
|
\addtokomafont{captionlabel}{\sffamily\bfseries} |
|
\renewcommand*{\captionformat}{\ --\ \ } |
|
\setcapwidth[l]{\textwidth}
|
|
|