Giter VIP home page Giter VIP logo

Comments (5)

marcodaniel avatar marcodaniel commented on August 14, 2024

I don't know why Geoffrey Poore doesn't answer. However I want to show you a solution. The tilde symbol is escaped by pygmentize by \char`~. However this leads to an ugly output. However the benefit of the escaping is that you can simple redefine the symbol. At the following line to your Preamble and everything works fine:

\AtBeginDocument{\def\PYZti{{\raise.17ex\hbox{$\scriptstyle\mathtt{\sim}$}}}}

The complete MWE is:

\documentclass[a4paper]{article}
\usepackage{minted}
\AtBeginDocument{\def\PYZti{{\raise.17ex\hbox{$\scriptstyle\mathtt{\sim}$}}}}
\begin{document}
\begin{minted}{c++}
#include <class.h>

Class::Class() {
    // construct stuff
}

Class::~Class() {
    // destruct stuff
}
\end{minted}
\end{document}

test

from minted.

jambonrose avatar jambonrose commented on August 14, 2024

Hi Marco - Thanks for the reply. However, I think it may be to the wrong issue thread. Did you perhaps mean to reply to this issue?

If my question is unclear, I am happy to try to clarify it.

from minted.

marcodaniel avatar marcodaniel commented on August 14, 2024

Sorry my flaw. Of course my example should expand the other issue. Sorry.

from minted.

gpoore avatar gpoore commented on August 14, 2024

@jambonrose This is the proper place for issues. I'm going to be maintaining minted in the future.

The README will be updated soon. I'm about to start a series of rolling alpha releases in preparation for minted 2.0. And I'll see about making the other repos point to this one more clearly.

For the time being, it isn't really a problem if issues are opened on Google Code. I'm going to be working through all the issues on Google Code and digging through everything related to minted on http://tex.stackexchange.com/ as well.

from minted.

jambonrose avatar jambonrose commented on August 14, 2024

@marcodaniel No worries! No harm done.

@gpoore Great. Thank you for the info.

I've just submitted Pull Request #251 in Pygments, allowing for Bold, Strike-out, and Highlighted lines in LaTeX. Depending on my free time, and if accepted into the main branch, I will try to integrate the new options into minted.

Thank you!

from minted.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.