12.10.1 Top new questions this week

12.10.1.1 Unequal parens sizes in numerator and denominator of a fraction
12.10.1.2 How can the roots of a quadratic equation be written in radical form?
12.10.1.3 Formatting ToC and chapters in a tagged PDF
12.10.1.4 Interesting dashed lines
12.10.1.5 Rows of 'cases' environment too close to each other
12.10.1.6 MakeLowercase not working with lipsum
12.10.1.7 Crop certain percent from each side of the figure
12.10.1.1 Unequal parens sizes in numerator and denominator of a fraction

https://tex.stackexchange.com/landing/r/digest?cta=question&id=759322

Why are the parens on the numerator of this construction much bigger than the ones in the denominator? 
\documentclass{report} 
\usepackage{amsmath} 
\begin{document} 
\[ 
\frac{\left(q^k\right)} 
{\... 
[typography] [fractions]
 
asked by Knudsen https://tex.stackexchange.com/landing/r/digest?cta=user&id=129514 Score of 12
answered by David Carlisle https://tex.stackexchange.com/landing/r/digest?cta=user&id=1090 Score of 16
12.10.1.2 How can the roots of a quadratic equation be written in radical form?

https://tex.stackexchange.com/landing/r/digest?cta=question&id=759509

I am trying to express the roots of a quadratic equation `t^2-3t-7=0' in radical form. 
I tried 
\documentclass[12pt]{article} 
\usepackage{polexpr} 
\usepackage{xint} 
\begin{document} 
\poldef f(t) = t^2-... 
[symbols] [output]
 
asked by Laurenso https://tex.stackexchange.com/landing/r/digest?cta=user&id=271550 Score of 7
answered by kabenyuk https://tex.stackexchange.com/landing/r/digest?cta=user&id=204924 Score of 8
12.10.1.3 Formatting ToC and chapters in a tagged PDF

https://tex.stackexchange.com/landing/r/digest?cta=question&id=759605

I have been tasked with designing a template for creating a tagged PDF that meets certain formatting requirements. The only major obstacle I have encountered is in generating a Table of Contents that ... 
[table-of-contents] [titlesec] [tocloft] [tagged-pdf]
                                                                                  

                                                                                  
 
asked by wsmith https://tex.stackexchange.com/landing/r/digest?cta=user&id=433960 Score of 6
answered by Ulrike Fischer https://tex.stackexchange.com/landing/r/digest?cta=user&id=2388 Score of 4
12.10.1.4 Interesting dashed lines

https://tex.stackexchange.com/landing/r/digest?cta=question&id=759524

While writing down the above expression on Overleaf, I encountered the problem of drawing the dashed line in between the Left Hand Side and the Right Hand Side expressions. Do help me in writing it ... 
[typography] [punctuation]
 
asked by Dhairya Kumar https://tex.stackexchange.com/landing/r/digest?cta=user&id=424529 Score of 6
answered by kabenyuk https://tex.stackexchange.com/landing/r/digest?cta=user&id=204924 Score of 5
12.10.1.5 Rows of 'cases' environment too close to each other

https://tex.stackexchange.com/landing/r/digest?cta=question&id=759512

I have an issue in typing the above equation in LaTeX, where the two rows of the cases environment are so close that they almost touch. Help me do it in a clean way. 
Code: 
\[ \boxed{ 
\displaystyle\int\... 
[amsmath] [cases] [braces]
 
asked by Dhairya Kumar https://tex.stackexchange.com/landing/r/digest?cta=user&id=424529 Score of 6
answered by Mico https://tex.stackexchange.com/landing/r/digest?cta=user&id=5001 Score of 9
12.10.1.6 MakeLowercase not working with lipsum

https://tex.stackexchange.com/landing/r/digest?cta=question&id=759361

This MWE: 
\documentclass{article} 
\usepackage{lipsum} 
\begin{document} 
\MakeLowercase{\lipsum[1][1]} 
\end{document} 
generates: 
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. 
[lipsum] [lowercase]
 
asked by Jonathan Webley https://tex.stackexchange.com/landing/r/digest?cta=user&id=155733 Score of 6
answered by kabenyuk https://tex.stackexchange.com/landing/r/digest?cta=user&id=204924 Score of 4
12.10.1.7 Crop certain percent from each side of the figure

https://tex.stackexchange.com/landing/r/digest?cta=question&id=759596

I would like to crop x percent from each side from the img. 
\documentclass{article} 
\usepackage{graphicx} 
\begin{document} 
\begin{figure}[h] 
\centering 
\includegraphics[scale=0.3]{example-... 
[crop]
 
asked by monty01 https://tex.stackexchange.com/landing/r/digest?cta=user&id=433835 Score of 5
answered by taiwan12 https://tex.stackexchange.com/landing/r/digest?cta=user&id=235794 Score of 7