How I can use a vertical bar to represent evaluation in LaTeX

  • Topic: LaTeX 
  • Thread starter Thread starter Kreizhn
  • Start date Start date
  • Tags Tags
    Latex Vertical
Join the discussion
Registration is free. Start your own thread to ask a follow-up.
6 replies · 119K views
Kreizhn
Messages
714
Reaction score
1
Hey guys. This might not be the right place for this, but any ideas on how I can use a vertical bar to represent evaluation in LaTeX?

Example

[tex]\displaystyle \frac{d}{dt} |_{t=0} f(t)[/tex]

I would like the vertical bar to be the size of the differential. I've tried using \left|, \right|, \vert, etc. but nothing seems to work. Thanks a lot in advance.
 
Last edited by a moderator:
Physics news on Phys.org
Hi Kreizhn,

Is this it?

[tex]\left. \frac{d}{dt} \right|_{t=0} f(t)[/tex]

which is given by

\left. \frac{d}{dt} \right|_{t=0} f(t)

Using either \left or \right on a period means the automatic delimiter sizing takes place, but only one delimiter is shown.
 
\frac{d}{dt} \bigg|_{t=0} f(t) achieves a similar effect
with manual sizing (by using two g's) and the unneeded \left. tag.

[tex]\frac{d}{dt} \bigg|_{t=0} f(t)[/tex]
 


I'm using lyx and I'm having difficulty trying to find the code for this vertical line. Any suggestions? I use the | but it's extremely small.
 


Maybe try \|?

The height of the vertical line will be determined by the {stuff} in between the \left. {stuff} \right|. If it's not naturally big, you may want to add an "invisible tower." My invisible tower is called \xstrut, and is defined as follows

\newlength{\myVSpace}% the height of the box
\setlength{\myVSpace}{3ex}% the default,
\newcommand\xstrut{\raisebox{-.5\myVSpace}% symmetric behaviour,
{\rule{0pt}{\myVSpace}}%
}
To change the height of the box, change

\setlength{\myVSpace}{Your number here}
 
\mathbf{M \bigg|_{x^k} \Delta x^k = -f(x^k)}
[tex] \mathbf{M \bigg|_{x^k} \Delta x^k = -f(x^k)}[/tex]