0

Here are the two different code snippets.

The code with {\it{}} seems to correctly italicize only the braced text. When I use \it{} it italicizes the remainder of the document. Why is that?

{\it{}} with code and example

\item Determine whether the following is {\it{always true, sometimes true}}, or {\it{never true}}. Explain. 
\begin{enumerate}
\item $\vec{a}(t)$ is perpendicular to $\vec{N}(t)$.
\item $\vec{a}(t)$ is perpendicular to $\vec{r}(t)$. 
\item $\vec{v}(t)$ is perpendicular to $\vec{r}(t)$. 
\end{enumerate}

Outputs enter image description here

\it{} with code and example...

\item Determine whether the following is \it{always true, sometimes true}, or \it{never true}. Explain. 
\begin{enumerate}
\item $\vec{a}(t)$ is perpendicular to $\vec{N}(t)$.
\item $\vec{a}(t)$ is perpendicular to $\vec{r}(t)$. 
\item $\vec{v}(t)$ is perpendicular to $\vec{r}(t)$. 
\end{enumerate}

my favorite text.

Outputs enter image description here

Ziggy
  • 416

0 Answers0