Latex Troubleshoot: Sizing \mid Signs

  • Context: LaTeX 
  • Thread starter Thread starter Math Amateur
  • Start date Start date
  • Tags Tags
    Latex Sizing
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 3K views
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