Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
hautz-latex-project
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Hautz, Jessica
hautz-latex-project
Commits
2fcc766a
Commit
2fcc766a
authored
5 years ago
by
Hautz, Jessica
Browse files
Options
Downloads
Patches
Plain Diff
Add overlay specifications in the tikzpicture.
parent
5977f621
No related branches found
Branches containing commit
Tags
Beamer_file_ready
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Beamer/Lösen spezieller Differenzialgleichungen.tex
+7
-15
7 additions, 15 deletions
Beamer/Lösen spezieller Differenzialgleichungen.tex
with
7 additions
and
15 deletions
Beamer/Lösen spezieller Differenzialgleichungen.tex
+
7
−
15
View file @
2fcc766a
...
...
@@ -38,14 +38,6 @@
\end{textblock*}
}
\tikzset
{
invisible/.style=
{
opacity=0,text opacity=0
}
,
visible on/.style=
{
alt=
{
#1
{}{
invisible
}}}
,
alt/.code args=
{
<#1>#2#3
}{
%
\alt
<#1>
{
\pgfkeysalso
{
#2
}}{
\pgfkeysalso
{
#3
}}
}
,
}
\begin{document}
\begin{frame}
[plain]
...
...
@@ -78,16 +70,16 @@
\begin{figure}
\centering
\begin{tikzpicture}
[visible on=<2->]
\begin{tikzpicture}
\draw
[very thin,color=gray]
(0.0,0.0) grid (0,0);
\draw
[->]
(-0.5,0) -- (7.0,0) node[right]
{$
t
$}
;
\draw
[->]
(0,-2.0) -- (0,3.0) node[above]
{$
x
$}
;
\draw
[green,domain=0.01:4]
plot (
\x
,
{
\x*
ln(
\x
)-
\x
-1
}
);
\draw
(5.83,1) node[green,left]
{$
\alpha
=
-
1
$}
;
\draw
[blue,domain=0.01:4]
plot (
\x
,
{
\x*
ln(
\x
)-
\x
}
);
\draw
(5.5,2) node[blue,left]
{$
\alpha
=
0
$}
;
\draw
[red,domain=0.01:4]
plot (
\x
,
{
\x*
ln(
\x
)-
\x
+ 1
}
);
\draw
(5.5,3) node[red,left]
{$
\alpha
=
1
$}
;
\onslide
<4->
{
\draw
[green,domain=0.01:4]
plot (
\x
,
{
\x*
ln(
\x
)-
\x
-1
}
);
\draw
(5.83,1) node[green,left]
{$
\alpha
=
-
1
$}
;
}
\onslide
<2->
{
\draw
[blue,domain=0.01:4]
plot (
\x
,
{
\x*
ln(
\x
)-
\x
}
);
\draw
(5.5,2) node[blue,left]
{$
\alpha
=
0
$}
;
}
\onslide
<3->
{
\draw
[red,domain=0.01:4]
plot (
\x
,
{
\x*
ln(
\x
)-
\x
+ 1
}
);
\draw
(5.5,3) node[red,left]
{$
\alpha
=
1
$}
;
}
\end{tikzpicture}
\end{figure}
\end{frame}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment