Math & Science ⇒ Width of the fractions separator line near of 4pt.
- Stefan Kottwitz
- Site Admin
- Posts: 10324
- Joined: Mon Mar 10, 2008 9:44 pm
Width of the fractions separator line near of 4pt.
Thanks!
Stefan
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
Width of the fractions separator line near of 4pt.
- Stefan Kottwitz
- Site Admin
- Posts: 10324
- Joined: Mon Mar 10, 2008 9:44 pm
Width of the fractions separator line near of 4pt.
the first image shows that the lines are not 3pt or near 4pt thick. So it is just a display issue at lower zoom level (zoomed out, lower magnification). Would the line be thick like 3pt or 4pt then one would see it also thick in higher zoom/magnification. There's nothing to do I guess. I know it doesn't explain that your other books look different but I see it as normal. I know PDF viewers have sometimes issues with thickness of lines since showing on screen is often an approximation. I saw things looking bad but ok when I zoom.
Stefan
Width of the fractions separator line near of 4pt.
\renewcommand{\frac}[2]{\genfrac{}{}{0.1pt}{}{#1}{#2}}
\renewcommand{\dfrac}[2]{\genfrac{}{}{0.1pt}{}{#1}{#2}}
\renewcommand{\cfrac}[2]{\genfrac{}{}{0.1pt}{}{#1}{#2}}
\renewcommand{\nicefrac}[2]{\genfrac{}{}{0.1pt}{}{#1}{#2}}
\renewcommand{\tfrac}[2]{\genfrac{}{}{0.1pt}{}{#1}{#2}}
\setlength\fboxrule{.1pt}
the problem disappears. Thank you for all...