-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
separated sections on independent files using docmute
- Loading branch information
Showing
23 changed files
with
394 additions
and
372 deletions.
There are no files selected for viewing
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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} |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters