Skip to content

Backticks are not displayed when using pdfLaTeX. #4

@Wandmalfarbe

Description

@Wandmalfarbe

When I render some code with the listings environment, the backtick is not displayed:

\begin{lstlisting}
expecting backtick here ->`<-
\end{lstlisting}

The resulting PDF has no backtick in it.
screenshot 2017-11-16 16 24 04

The LaTeX error message I get is:

[WARNING] Missing character: There is no ` in font SourceCodePro-Regular-tlf-ts1!

I included the package without any options:

\usepackage{sourcecodepro}

and modified the listing environment:

\lstdefinestyle{eisvogel_listing_style}{
  basicstyle = \color{listing-text-color}\small\ttfamily{}\linespread{1.15},
  ...
}
\lstset{style=eisvogel_listing_style}

See the original issue here.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions