LaTeX Latex Troubleshoot: Sizing \mid Signs

  • Thread starter Thread starter Math Amateur
  • Start date Start date
  • Tags Tags
    Latex Sizing
AI Thread Summary
The discussion addresses a problem with sizing the \mid signs in a LaTeX expression. The original code failed because \mid is a relation symbol that does not accept size-modifying prefixes. A suggested solution involves replacing \mid with \left\vert to properly size the expression. The user confirmed that this solution resolved their issue. The conversation highlights the importance of using the correct symbols in LaTeX for proper formatting.
Math Amateur
Gold Member
MHB
Messages
3,920
Reaction score
48
In a recent post on the Analysis Forum I tried the following Latex code in order to size the \mid signs ...\left\mid \frac{f_j ( a + h ) - f_j (a)}{ h } - x_j \right\mid^2 \le \| \frac{ f( a + h ) - f(a) }{ h } - ( x_1, \ ... \ ... \ , x_m ) \|^2
The code failed ... but why?Can someone please help ... Peter
 
Physics news on Phys.org
[m]\mid[/m] is constructed as a relation symbol and is not set up to take a size-modifying prefix. Try using:

$$\left\vert \frac{f_j ( a + h ) - f_j (a)}{ h } - x_j \right\vert^2 \le \| \frac{ f( a + h ) - f(a) }{ h } - ( x_1, \ ... \ ... \ , x_m ) \|^2 $$

Is that what you were after?
 
MarkFL said:
[m]\mid[/m] is constructed as a relation symbol and is not set up to take a size-modifying prefix. Try using:

$$\left\vert \frac{f_j ( a + h ) - f_j (a)}{ h } - x_j \right\vert^2 \le \| \frac{ f( a + h ) - f(a) }{ h } - ( x_1, \ ... \ ... \ , x_m ) \|^2 $$

Is that what you were after?
Yes, Mark ... exactly the help I needed!

Thanks ...

Peter
 

Similar threads

Back
Top