Math & ScienceUgly Square Root Symbol

Information and discussion about LaTeX's math and science related features (e.g. formulas, graphs).
Post Reply
User avatar
Cham
Posts: 937
Joined: Sat Apr 02, 2011 4:06 pm

Ugly Square Root Symbol

Post by Cham »

I'm having some difficulties with a square-root of a square-root. The results from the code below are ugly, whatever what I try. Do you have a suggestion to improve the output ?

Code: Select all

\documentclass[12pt,letterpaper]{article}
\usepackage[utf8]{inputenc}
\usepackage[french]{babel}
\usepackage{amsmath}
\usepackage{tensor}
\newcommand{\qvec}[1]{\boldsymbol{#1}}

\begin{document}
	\begin{align}
		\tensor{\lambda}{_1} &= \sqrt{\sqrt{ \mathcal{I}^2 + \mathcal{J}^2} + \mathcal{I}},
		& \tensor{\lambda}{_2} &= \sqrt{\sqrt{ \mathcal{I}_{\qvec{F}}^2 + \mathcal{J}_{\qvec{F}}^2} - \tensor{\mathcal{I}}{_{\qvec{F}}}}.
	\end{align}
\end{document}
Here's a preview of the results from the code above :
sqrt.jpg
sqrt.jpg (9.33 KiB) Viewed 5978 times
I don't like both outputs. I think the radicals are a bit too big, and the radical's shape isn't the same. I tried the \smash command in several ways but the ouptput it gives is total crap !

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Re: Ugly Square Root Symbol

Post by localghost »

As this is a matter of personal test, I don't think that there is really an answer.


Thorsten
User avatar
Cham
Posts: 937
Joined: Sat Apr 02, 2011 4:06 pm

Re: Ugly Square Root Symbol

Post by Cham »

Well, how would you do it ?
User avatar
Stefan Kottwitz
Site Admin
Posts: 10345
Joined: Mon Mar 10, 2008 9:44 pm

Ugly Square Root Symbol

Post by Stefan Kottwitz »

If you would like to have different roots, you could change the font. For example, here are kpfonts and fouriernc compared - you can see differences:
roots.png
roots.png (7.4 KiB) Viewed 5964 times
Stefan
LaTeX.org admin
Post Reply