Being relatively new to Latex, I try to implement the following expression:
To do so, I used the following code (while using the amssymb package):
\(
\textbf{Y} = (\textbf{Y\textsubscript{\emph{v}}})\textsubscript{\emph{v} \in \emph{V}}
\)
This shows the formula correctly, but the text that comes after this is still writter in subscript as well. Furthermore, this approach results in multiple errors:
- Missing $ inserted
- Extra }, or forgotten $
- Latex error: something is wrong -- perhaps a missing \item
- Latex error: something is wrong -- perhaps a missing \item
- Missing $ inserted
- Missing } inserted
Clearly, the structure of my formula is not correct. However, I don't see what it is.
Can somebody tell me what I am doing wrong here and what I can do resolve it?


\((\mathbf{Y}_{v})_{v \in V}\). I suggest you give a look at What are good learning resources for a LaTeX beginner? – campa Dec 11 '20 at 09:36