Math & Science ⇒ Vertical line and a Fraction
Vertical line and a Fraction
Thank you!
Edit by localghost: Preferably no external links (see Board Rules). attachments go onto the forum server where possible.
- Attachments
-
- verticals.jpg (11.6 KiB) Viewed 12080 times
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Vertical line and a Fraction
Code: Select all
\documentclass[11pt,a4paper]{article}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{mathtools} % loads »amsmath«
\begin{document}
\begin{alignat*}{2}
\phi_\ast\frac{d}{dt}\bigg|_0 &= \frac{d\phi^\mu(t)}{dt}\bigg|_0\,\frac{\partial}{\partial g^\mu}\bigg|_e &&= X|_e \\
\phi_\ast\frac{d}{dt}\bigg|_t &= \frac{d\phi^\mu(t)}{dt}\bigg|_t\,\frac{\partial}{\partial g^\mu}\bigg|_g &&= X|_g
\end{alignat*}
\end{document}
Best regards and welcome to the board
Thorsten
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: Vertical line and a Fraction
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Vertical line and a Fraction
Then please mark the topic (not the last post) accordingly as you have already been directed and as written in Section 3 of the Board Rules (to be read before posting).rayman wrote:[…] looks great
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10