Thanks kaiserkarl13
That's looking great, thanks a lot!
About the robustness:
\sqrt[3]{\dfrac{3x+1}{2}}
is over reacting a bit, the drop bar looks like overkill ;)
I don't know how the hacking works, but could it be possible to give the drop bar a standard height? So it doesn't grow with the ...
Search found 4 matches
- Thu Sep 22, 2011 9:13 pm
- Forum: Math & Science
- Topic: Custom Cube Root
- Replies: 4
- Views: 19907
- Wed Sep 21, 2011 9:47 pm
- Forum: Math & Science
- Topic: Custom Cube Root
- Replies: 4
- Views: 19907
Custom Cube Root
Hi
Some time ago i found the following code on wikipedia:
% New definition of square root:
% it renames \sqrt as \oldsqrt
\let\oldsqrt\sqrt
% it defines the new \sqrt in terms of the old one
\def\sqrt{\mathpalette\DHLhksqrt}
\def\DHLhksqrt#1#2{\setbox0=\hbox{$#1\oldsqrt{#2\,}$}\dimen0=\ht0 ...
Some time ago i found the following code on wikipedia:
% New definition of square root:
% it renames \sqrt as \oldsqrt
\let\oldsqrt\sqrt
% it defines the new \sqrt in terms of the old one
\def\sqrt{\mathpalette\DHLhksqrt}
\def\DHLhksqrt#1#2{\setbox0=\hbox{$#1\oldsqrt{#2\,}$}\dimen0=\ht0 ...
- Mon Jul 12, 2010 9:26 pm
- Forum: Graphics, Figures & Tables
- Topic: low resolution plot tikz / gnuplot
- Replies: 2
- Views: 4018
Re: low resolution plot tikz / gnuplot
Thanks localghost!
Setting the samples value to 500 made it look stunning!
Setting the samples value to 500 made it look stunning!
- Mon Jul 12, 2010 8:43 pm
- Forum: Graphics, Figures & Tables
- Topic: low resolution plot tikz / gnuplot
- Replies: 2
- Views: 4018
low resolution plot tikz / gnuplot
Hi
I have upgraded gnuplot and tikz today, everything works, but the plots are pretty low resolution now.
The following code compiles into:
\begin{tikzpicture}[domain=-4:4, scale=0.75,baseline=(current bounding box.north)]
\draw[very thin,color=gray] (-3.9,-3.9) grid (3.9,3.9);
\draw[-stealth ...
I have upgraded gnuplot and tikz today, everything works, but the plots are pretty low resolution now.
The following code compiles into:
\begin{tikzpicture}[domain=-4:4, scale=0.75,baseline=(current bounding box.north)]
\draw[very thin,color=gray] (-3.9,-3.9) grid (3.9,3.9);
\draw[-stealth ...