Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
TGStyler-paper
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
MathHub
TGStyler-paper
Commits
d93763e4
Commit
d93763e4
authored
Jul 04, 2018
by
Michael Banken
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
flipped a bunch of graphs
parent
c11745dd
Changes
6
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
41 additions
and
38 deletions
+41
-38
graphoptimization.pdf
graphoptimization.pdf
+0
-0
graphoptimization.tex
graphoptimization.tex
+1
-1
src/algorithm.tex
src/algorithm.tex
+6
-6
src/candidates.tex
src/candidates.tex
+32
-29
src/introduction.tex
src/introduction.tex
+1
-1
src/titlepage.tex
src/titlepage.tex
+1
-1
No files found.
graphoptimization.pdf
View file @
d93763e4
No preview for this file type
graphoptimization.tex
View file @
d93763e4
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
\usepackage
{
listings
}
\usepackage
{
listings
}
\usepackage
{
stmaryrd
}
\usepackage
{
stmaryrd
}
\usepackage
{
tikz
}
\usepackage
{
tikz
}
\usetikzlibrary
{
mmt
}
\usetikzlibrary
{
mmt
, positioning
}
\usepackage
[pdftex,
\usepackage
[pdftex,
pdfauthor=
{
Michael Banken
}
,
pdfauthor=
{
Michael Banken
}
,
pdftitle=
{
TGStyler
}
,
pdftitle=
{
TGStyler
}
,
...
...
src/algorithm.tex
View file @
d93763e4
...
@@ -58,18 +58,18 @@ This runtime is especially problematic, since we need to update the the informat
...
@@ -58,18 +58,18 @@ This runtime is especially problematic, since we need to update the the informat
\begin{figure}
[!htb]
\begin{figure}
[!htb]
\centering
\centering
\begin{tikzpicture}
[node distance=
2
cm]
\footnotesize
\begin{tikzpicture}
[node distance=
3
cm]
\footnotesize
\node
[thy]
(bottom)
{
\begin{tabular}
{
l
}
\node
[thy]
(bottom)
{
\begin{tabular}
{
l
}
\textsf
{
bottom
}
\\\hline
\textsf
{
bottom
}
\\\hline
X
\\\hline
X
\\\hline
...
...
\end{tabular}
}
;
\end{tabular}
}
;
\node
[thy,
above
of = bottom]
(middle)
{
\begin{tabular}
{
l
}
\node
[thy,
right
of = bottom]
(middle)
{
\begin{tabular}
{
l
}
\textsf
{
middle
}
\\\hline
\textsf
{
middle
}
\\\hline
Y
\\\hline
Y
\\\hline
not X
not X
\end{tabular}
}
;
\end{tabular}
}
;
\node
[thy,
above
of = middle]
(top)
{
\begin{tabular}
{
l
}
\node
[thy,
right
of = middle]
(top)
{
\begin{tabular}
{
l
}
\textsf
{
top
}
\\\hline
\textsf
{
top
}
\\\hline
...
\\\hline
...
\\\hline
X, but not Y
X, but not Y
...
@@ -85,18 +85,18 @@ As we can immediately see in \autoref{fig:changeablefuture}, it is possible to r
...
@@ -85,18 +85,18 @@ As we can immediately see in \autoref{fig:changeablefuture}, it is possible to r
\begin{figure}
[!htb]
\begin{figure}
[!htb]
\centering
\centering
\begin{tikzpicture}
[node distance=
2
cm]
\footnotesize
\begin{tikzpicture}
[node distance=
3
cm]
\footnotesize
\node
[thy]
(bottom)
{
\begin{tabular}
{
l
}
\node
[thy]
(bottom)
{
\begin{tabular}
{
l
}
\textsf
{
bottom
}
\\\hline
\textsf
{
bottom
}
\\\hline
X
\\\hline
X
\\\hline
...
...
\end{tabular}
}
;
\end{tabular}
}
;
\node
[thy,
above
of = bottom]
(middle)
{
\begin{tabular}
{
l
}
\node
[thy,
right
of = bottom]
(middle)
{
\begin{tabular}
{
l
}
\textsf
{
middle
}
\\\hline
\textsf
{
middle
}
\\\hline
Y
\\\hline
Y
\\\hline
not X
not X
\end{tabular}
}
;
\end{tabular}
}
;
\node
[thy,
above
of = middle]
(top)
{
\begin{tabular}
{
l
}
\node
[thy,
right
of = middle]
(top)
{
\begin{tabular}
{
l
}
\textsf
{
top
}
\\\hline
\textsf
{
top
}
\\\hline
...
\\\hline
...
\\\hline
X, but not Y
X, but not Y
...
...
src/candidates.tex
View file @
d93763e4
This diff is collapsed.
Click to expand it.
src/introduction.tex
View file @
d93763e4
...
@@ -5,7 +5,7 @@ Knowledge is complicated and so is its representation, especially when trying to
...
@@ -5,7 +5,7 @@ Knowledge is complicated and so is its representation, especially when trying to
\begin{figure}
[!htb]
\begin{figure}
[!htb]
\centering
\centering
\includegraphics
[width=\textwidth
/2
]
{
tgview
}
\includegraphics
[width=\textwidth]
{
tgview
}
\caption
{
Picture of the LATIN archive
\cite
{
latin
}
graph using TGView
\cite
{
rupprecht2017flexible
}}
\caption
{
Picture of the LATIN archive
\cite
{
latin
}
graph using TGView
\cite
{
rupprecht2017flexible
}}
\label
{
fig:tgview
}
\label
{
fig:tgview
}
\end{figure}
\end{figure}
...
...
src/titlepage.tex
View file @
d93763e4
...
@@ -16,7 +16,7 @@ Erlangen-Nürnberg%
...
@@ -16,7 +16,7 @@ Erlangen-Nürnberg%
\rule
{
\textwidth
}{
1pt
}
\par
\rule
{
\textwidth
}{
1pt
}
\par
\vspace
{
0.5
\baselineskip
}
\vspace
{
0.5
\baselineskip
}
{
% maybe \itshape?
{
% maybe \itshape?
\Huge\bfseries
Styler
\Huge\bfseries
TG
Styler
\\
[1cm]
\\
[1cm]
\large\bfseries
\large\bfseries
A static analysis tool for optimizing theory graphs
A static analysis tool for optimizing theory graphs
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment