Posting Questions about LaTeX: Subscripts and Symbols

  • Context: LaTeX 
  • Thread starter Thread starter annoymage
  • Start date Start date
  • Tags Tags
    Latex Symbols
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 3K views
annoymage
Messages
360
Reaction score
0
Firstly, where do I have to post if i have a question on LaTeX?

and here's the question,

[itex]\vdash_{A}[/itex]

how do I make that subscript exactly below the line - on that simbol?
 
Physics news on Phys.org
Code:
\mathop{\vdash}_{A}
will produce [itex]\mathop{\vdash}_{A}[/itex]. You could also use \stackrel and play with sizing and spacing.
 
  • Like
Likes   Reactions: 1 person