Many thanks for this software :)
For quite some time, I've been finding this problem:
When writing in verbatim environment, sved jumps to the main.vrb file instead of the main.tex file. Unfortunately, this means one cannot edit the targeted places.
verbatim and other very useful variants from fancyvrb package (i.e. begin{Verbatim}) are very useful when writing beamer documents, for instance, for showing code snippets, which I use quite a lot.
Is there a way to fix this so that it jumps to the actual .tex file ?
I provide a minimal working example below.
Many thanks
Minimal working example:
main.tex:
\documentclass{beamer}
\usepackage{adjustbox}
\usepackage{comment}
\usepackage{fancyvrb}
\usepackage{spverbatim}
\begin{document}
\section{aa}
\begin{frame}[fragile]
% \begin{Verbatim}[fontsize=\tiny,commandchars=\\\{\}]
\begin{verbatim}
Some text
\end{verbatim}
%\end{Verbatim}
\end{frame}
\end{document}
Many thanks for this software :)
For quite some time, I've been finding this problem:
When writing in
verbatimenvironment,svedjumps to themain.vrbfile instead of themain.texfile. Unfortunately, this means one cannot edit the targeted places.verbatimand other very useful variants fromfancyvrbpackage (i.e.begin{Verbatim}) are very useful when writingbeamerdocuments, for instance, for showing code snippets, which I use quite a lot.Is there a way to fix this so that it jumps to the actual
.texfile ?I provide a minimal working example below.
Many thanks
Minimal working example:
main.tex: