Skip to content

Commit

Permalink
separated sections on independent files using docmute
Browse files Browse the repository at this point in the history
  • Loading branch information
gfngfn committed Oct 21, 2015
1 parent dce8b50 commit 003599c
Show file tree
Hide file tree
Showing 23 changed files with 394 additions and 372 deletions.
Empty file modified img/hasse-matroid1.tex
100755 → 100644
Empty file.
Empty file modified img/hasse-matroid2.tex
100755 → 100644
Empty file.
Empty file modified img/hasse-matroid3.tex
100755 → 100644
Empty file.
Empty file modified img/hasse-matroid4.tex
100755 → 100644
Empty file.
Empty file modified img/hasse-matroid5.tex
100755 → 100644
Empty file.
Empty file modified img/hasse-matroid6.tex
100755 → 100644
Empty file.
Empty file modified img/hasse-matroid7.tex
100755 → 100644
Empty file.
Empty file modified img/hasse-matroid8.tex
100755 → 100644
Empty file.
Empty file modified img/hasse-sizeof-four.tex
100755 → 100644
Empty file.
Empty file modified img/hasse1.tex
100755 → 100644
Empty file.
Empty file modified img/hasse2.tex
100755 → 100644
Empty file.
Empty file modified img/test.tex
100755 → 100644
Empty file.
Empty file modified img/undirected-graph.tex
100755 → 100644
Empty file.
Empty file modified img/ven1.tex
100755 → 100644
Empty file.
Empty file modified img/ven2.tex
100755 → 100644
Empty file.
Empty file modified img/ven3.tex
100755 → 100644
Empty file.
Empty file modified img/ven4.tex
100755 → 100644
Empty file.
25 changes: 25 additions & 0 deletions main.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
\documentclass[leqno]{jsarticle}
\usepackage{docmute}
\input{settings}
\usepackage{style}
\author{\texttt{@bd\string_gfngfn}}
\title{マトロイド理論}
\begin{document}
\maketitle
\setlength\parskip{0em}
\tableofcontents
\setlength\parskip{1em}
\section*{はじめに}
\plainpar{}{
この文書はおおよそ D. J. A. Welsh, \booktitle{Matroid Theory}の流れに基づいてマトロイドの理論を追ったものである.
記法は,\booktitle{Matroid Theory}で用いられているものにはできるだけ従っているが,
見通しをよくするために独自に拡張したり全く新しく定めたものもある.
また用語の日本語訳に於いてもこの文書で独自に定めた表現がある.
例えば``circuit''は単に「サーキット」と訳されることが多いが,この文書では「周」と訳している.
このほか数式表現における量化と論理演算は,
別行立てでは論理式に近い形式表現で,文中では自然言語によってそれぞれ表すようにしている.
}
\setcounter{section}{-1}
\include{matroid0}
\include{matroid1}
\end{document}
313 changes: 313 additions & 0 deletions matroid0.tex

Large diffs are not rendered by default.

375 changes: 3 additions & 372 deletions matroid1.tex
100755 → 100644

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions matroid3.tex
100755 → 100644
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
\documentclass[leqno]{jsarticle}
\usepackage{style}
\input{settings}
\setcounter{section}{2}
\begin{document}
\section{ƒ}ƒgƒƒCƒh‚Æ‘©}
\end{document}
33 changes: 33 additions & 0 deletions settings.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
% ---- main settings ----
\usepackage[T1]{fontenc}
\usepackage{lmodern}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{bm}
\usepackage{mathrsfs}%(for \mathscr)
\usepackage{ascmac}
\usepackage[dvipdfmx]{graphicx}
\usepackage[dvipdfmx]{xcolor}
\usepackage{tikz}
\usetikzlibrary{calc}
%
\usepackage{gfncmd}
\usefrakPower
%
\usepackage{gfnlf}
\useRightarrowaslimpl
\useLeftrightarrowaslimpleqv
\makeleftparenmandatory{lflimpl}{lfland}
%
\usepackage{gfncls}
\setsectiontheme{strongline}
%
\usepackage{gfndecox}
\newdecoclass{\defpar}{’è‹`}{ul}{subsubsection}
\newdecoclass{\thmpar}{’藝}{box}{subsubsection}
\newdecoclass{\lempar}{•â‘è}{box}{subsubsection}
\newdecoclass{\corpar}{Œn}{box}{subsubsection}
\newnonumberdecoclass{\example}{—á}{square}
\newnonumberdecoclass{\plainpar}{}{top}
\newnonumberdecoclass{\complpar}{•â‘«}{square}
\newnonumberdecoclass{\proof}{Ø–¾}{topwithbottom}
13 changes: 13 additions & 0 deletions style.sty
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
\def\@listi{%
\leftmargin=\leftmargini\relax
\topsep=0.5em\relax
\partopsep=0em\relax
\parsep=0.5em\relax
\itemsep=0.5em\relax
}
\let\@listI=\@listi
\@listi
\setlength\parskip{1em}
%
% ---- definitions of macros ----
\def\remains{\textcolor{red}{I—v‰Á•MI}}
%
\def\gfn@unique{\gfn@uniquesub}
\def\gfn@end{\gfn@end}
Expand Down

0 comments on commit 003599c

Please sign in to comment.