Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
LaTeX template for theses at FIT CTU
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FIT theses templates
LaTeX template for theses at FIT CTU
Merge requests
!13
Fix of tikzpicture package warning in the example graph
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Fix of tikzpicture package warning in the example graph
novacek/tikzpicture-warning-fix
into
master
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
Tomáš Nováček
requested to merge
novacek/tikzpicture-warning-fix
into
master
11 months ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
Fix of tikzpicture package warning in the example graph
0
0
Merge request reports
Viewing commit
0821e5dd
Show latest version
1 file
+
1
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
0821e5dd
Fix of tikzpicture package warning in the example graph
· 0821e5dd
Tomáš Nováček
authored
11 months ago
text/text.tex
+
1
−
3
Options
@@ -50,8 +50,7 @@
child
{
node (c)
{$
\vdots
$}
child
{
node [circle,draw] (o)
{$
\frac
{
n
}{
2
^
k
}$}}
child
{
node [circle,draw] (p)
{$
\frac
{
n
}{
2
^
k
}$}
child [grow=right]
{
node (q)
{$
=
$}
edge from parent[draw=none]
child [grow=right]
{
node (q)
{$
O
_{
k
=
\lg
n
}
(
n
)
$}
edge from parent[draw=none]
child [grow=right]
{
node (q)
{$
=
O
_{
k
=
\lg
n
}
(
n
)
$}
edge from parent[draw=none]
child [grow=up]
{
node (r)
{$
\vdots
$}
edge from parent[draw=none]
child [grow=up]
{
node (s)
{$
O
_
2
(
n
)
$}
edge from parent[draw=none]
child [grow=up]
{
node (t)
{$
O
_
1
(
n
)
$}
edge from parent[draw=none]
@@ -60,7 +59,6 @@
}
}
child [grow=down]
{
node (v)
{$
O
(
n
\cdot
\lg
n
)
$}
edge from parent[draw=none]
}
}
}
}
}
Loading