Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F93715975
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
Sat, Nov 30, 22:38
Size
493 B
Mime Type
text/x-tex
Expires
Mon, Dec 2, 22:38 (2 d)
Engine
blob
Format
Raw Data
Handle
22690890
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