Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F103579666
stress_strain_hook.tex
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Mon, Mar 3, 03:21
Size
493 B
Mime Type
text/x-tex
Expires
Wed, Mar 5, 03:21 (2 d)
Engine
blob
Format
Raw Data
Handle
24384368
Attached To
rAKA akantu
stress_strain_hook.tex
View Options
\documentclass
[tikz,convert={outfile=\jobname.svg}]
{
standalone
}
%\usetikzlibrary{...}% tikz package already loaded by 'tikz' option
\begin
{
document
}
\begin
{
tikzpicture
}
% Example:
\draw
[thick,latex-latex]
(0,5) node[left]
{
$
\sigma
$
}
|- (5,0) node (x) [right, below]
{
$
\varepsilon
$
}
;
\draw
[thin]
(1.5,1.5) -- (2.5,1.5) -- (2.5,2.5) node [midway, right]
{
E
}
;
\draw
[very thick,color=red]
(0,0) -- (4,4);
\draw
[very thick,latex-latex,color=red]
(1,1) -- (3,3);
\end
{
tikzpicture
}
\end
{
document
}
Event Timeline
Log In to Comment