
\begin{frame}{Triphala Churn}
\begin{enumerate}
\item Three fruits – Amalaki [Indian Gooseberry – Emblica officinalis], Haritaki [Myrobalan – Terminalia chebula], and Vibhatika [Belleric Myrobalan – Terminalia belerica]
\item Laxative
\item result in allergic reaction including anaphylaxis
\end{enumerate}
Ref: http://www.stylecraze.com/articles/harmful-side-effects-of-triphala-churna/#gref
\end{frame}
Estou recebendo um erro possivelmente por causa de #gref. Qual é a solução. Tentei $..$ incluí-lo como símbolo matemático.
Responder1
O pacote url
fornece \url
, que cuida dos caracteres especiais. Provavelmente também será necessária uma opção fragile
para o quadro:
\usepackage{url}% (shold be already loaded by `hyperref`, which is loaded by `beamer`)
\begin{frame}[fragile]
...
\url{http://www.example.org/index.html#gref}
\end{frame}