Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91302828
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 9, 19:55
Size
493 B
Mime Type
text/x-tex
Expires
Mon, Nov 11, 19:55 (2 d)
Engine
blob
Format
Raw Data
Handle
22228860
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