Skip to content

Jumps to main.vrb instead of main.tex when targeting verbatim environments #23

@DavidCdeB

Description

@DavidCdeB

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}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions