Tagged Questions
The pygments tag has no wiki summary.
53
votes
4answers
10k views
Source code highlighting in LaTeX
I need to highlight source code in LaTeX. The package listings seems to be the best choice for most use-cases and for me it was, until now.
However, now I need more flexibility. Generally, what I’m ...
18
votes
2answers
3k views
lexers vs parsers
Are lexers and parsers really that different in theory ?
It seems fashionable to hate regular expressions: coding horror, another blog post.
However, popular lexing based tools: pygments, geshi, ...
14
votes
2answers
647 views
Syntax Highlighting with Pygments is failing via Liquid Templates String Error
I'm using Jekyll to convert my markdown and Pygments for syntax highlighting.
Here is the error maruku displays:
Liquid error: undefined method `join' for "\n song_info = []\n for song in songs:\n ...
8
votes
5answers
354 views
Parsing a document with BeautifulSoup while not-parsing the contents of <code> tags
I'm writing a blog app with Django. I want to enable comment writers to use some tags (like <strong>, a, et cetera) but disable all others.
In addition, I want to let them put code in ...
6
votes
1answer
449 views
Is there a way in Sphinx/Pygments to emphasize one or more lines of code in literal includes?
In some sphinx docs I am writing, I am including code samples from an ancillary file like so:
.. literalinclude:: mymodule.py
:pyobject: MyClass
:linenos:
This particular doc is a tutorial, ...
5
votes
2answers
1k views
How to reduce the seperation from other text using LaTeX minted?
I want to use the minted package to give me syntax highlighting but it has a spacing of more than a centimeter.
Setting:
\setlength{\parskip}{0pt}
\setlength{\parsep}{0pt}
\setlength{\headsep}{0pt}
...
4
votes
1answer
421 views
Highlight with Jekyll and pygments doesn't works
I want to use pygments with jekyll
In my code I have the following:
{% highlight java %}
NullPointerException at org.springframework.core.GenericTypeResolver.getTypeVariableMap
{% endhighlight %}
...
4
votes
2answers
406 views
Source code syntax highlighting like Github
Does anybody know how the github syntax highlighting for source code views is made?
To clearify: I don't mean the common highlighting of code blocks in readme files.
Github seems to use a modified ...
4
votes
2answers
1k views
Syntax highlighting with Markdown & Pygments in Django
I've been trying to get syntax highlighting working in my simple Django (1.1) test app using Markdown (2.0.1) & Pygments (1.0). The idea is to generate HTML from the users input which is in ...
3
votes
1answer
134 views
Problems with IronPython memory leaks in web application
Has anyone successfully gotten IronPython running without issues in a web environment? I am running into some issues.
First issue, I am not actually running any IronPython-specific scripts, I am ...
3
votes
1answer
293 views
Change highlight colors in minted
I was setting up a nice environment to present my code in printed documentations. First I was using the lstlisting package for Latex but then I stumbled upon minted.
minted is really great, but is ...
3
votes
2answers
1k views
Latex: Using Minted package - how do I make it wrap the text (linebreaks=true)
Im using the Pygments for a lot of things, and I'd like to also use this in my latex report. I found the package Minted which interacts with Pygments, but some of the comments and some of the code ...
2
votes
1answer
47 views
save Python script with formatting - special characters
I use pygmentize to save my Python script as rtf file (with propoer colors depends on keywords in syntax).
Unfortunatelly program substitute special characters (ą,ę,ź,ć,ó) with strange symbols.
Is ...
2
votes
1answer
209 views
Filter whitespace and newlines with Pygments
I've been trying to add syntax highlighting to my django site. The problem is I'm getting the and <br /> characters formatted as well. Is there a way to preserve these characterss? ...
2
votes
1answer
116 views
Pygments in wxPython?
Is it at all possible to use Pygments inside of wxPython to provide syntax highlighting?
2
votes
3answers
575 views
Sensible python source line wrapping for printout
I am working on a latex document that will require typesetting significant amounts of python source code. I'm using pygments (the python module, not the online demo) to encapsulate this python in ...
1
vote
0answers
37 views
Python pygments and urwid.Edit widget(list with tuples)
I have a problem. I try to make an editor for the terminal. So I use urwid, since it supports both key and mouse events. My setup is to use a custom listwalker and one row Edit widget, and the caption ...
1
vote
2answers
35 views
Syntax highlighting HTML with links
Is there a tool available which would convert the sources given into HTML with links?
By links I mean that every type, class, and method used would point via href to its definition.
I haven't ...
1
vote
0answers
127 views
Django/Textile/Pygments: " ' > being escaped
I have a blog written in django that I am attempting to add syntax highlighting to. The posts are written and stored in the database as textile markup. Here is how they are supposed to be rendered ...
1
vote
1answer
364 views
Jython - using Pygments in Java project
I'm trying to use Pygments in Java project by including Jython.jar. In my Java project I have src/main/python source directory where I placed pygments files into pygments folder so they end up on the ...
1
vote
2answers
549 views
Which Sphinx code-block language to use for JSON
I am using Sphinx to document a web service. I would like to show a formatted JSON web response using the code-block directive, which Spinx does via Pygments, but JSON doesn't have a syntax ...
1
vote
1answer
405 views
How to include a file in LaTeX wihout causing a newpage
I hope, this question is not too offtopic.
I have a bigger school project which involves some documentation. The documentation is a LaTeX file, and looks like this:
...
some explanation
\section ...
1
vote
1answer
842 views
How to run minted package in TeXnicCenter using MiKTeX
I am working with LaTeX on Vista using TeXnicCenter 2.0 Alpha 3 (build 1118) having installed MiKTeX 2.8. I want to use code highlighting for Objective-C and read here that the minted package is ...
1
vote
1answer
482 views
source code syntax highlighting for trac?
i've intalled trac on my ubuntu server but there is no php syntax hightlighting.
i have installed pygments using apt-get install but how do i configure trac so it uses hightlighting for svn browsing?
...
1
vote
2answers
449 views
Texments package not working on Ubuntu
I am trying to use the Texments Latex package on Ubuntu to do syntax highlighting.
Texments is a wrapper around Pygments.
I installed Texments and followed the steps to add the style file to the path.
...
1
vote
1answer
286 views
Django syntax highlighting causing character escaping issues
I've been working on my own django based blog (like everyone, I know) to sharpen up my python, and I thought added some syntax highlight would be pretty great. I looked at some of the snippets out ...
1
vote
2answers
228 views
Python library for syntax highlighting
Which Python library for syntax highlighting is the best one? I'm interested in things like supported languages, ease of use, pythonic design, dependencies, development status, etc.
1
vote
3answers
490 views
How can I customize the output from pygments?
If I run a python source file through pygments, it outputs html code whose elements class belong to some CSS file pygments is using. Could the style attributes be included in the outputted html so ...
0
votes
1answer
25 views
Highlight in html issue with Jekyll/Liquid and pygments
I'm using Jekyll with pygments and having an issue using {% highlight %} in .html posts. As you can see here, it is just printing out {% highlight %} yet on my homepage the syntax highlighting works ...
0
votes
1answer
20 views
Pygments HTML table with line numbers - horizontal scrollbar for the code cell
I'm using Python implementation of Markdown with codehilite and lineos option. It produces a code like this:
<table class="codehilitetable"><tr><td class="linenos"><div ...
0
votes
0answers
52 views
How to use Pygments.rb on Heroku?
My app uses a gem (pygments.rb) for syntax highlighting which requires access to pygments lib.
I cant get it to work on heroku as Python is not part of the rails build pack.
Any help/ link on how ...
0
votes
1answer
108 views
undefined method `highlight' Python+Pygments
I am using python 2.6.6 and Pygments version 1.4 on RHEL 6 i386 but always get this error message when I try to create a new project in gitlabhq.
gem list reveals: pygments.rb (0.2.3), rubypython ...
0
votes
1answer
157 views
pygments problems in jekyll
I use jekyll in github pages.
http://juanpabloaj.github.com/
But, when I add the syntax.css file for pygments
<link rel="stylesheet" href="/css/syntax.css" type="text/css" media="screen" />
...
0
votes
2answers
57 views
Use pygments lexer with antl python target
Terence Parr himself says about antlr3: " Unfortunately, it still seems more difficult to build tokenizer with ANTLR than with a traditional lex-like approach". Where as pygments has lexers for ...
0
votes
1answer
58 views
Weird background tinge on pygments highlighting in Jekyll blog
I'm trying to use pygments to add syntax highlighting to my Jekyll blog. Now the highlighting works, but it's pitting a weird tint on my code which is best described by looking at the image below.
...
0
votes
0answers
31 views
Usage of highlight filter in pygmentize script
I am trying to highlight this file, lexer and formatter chosen for testing purposes. When passing the filter option -F highlight:Names=Simulator:tokentype=Keyword the output remains unchanged as if ...
0
votes
1answer
306 views
Pygments to latex better formatting for py code
I am trying to include python code in my lyx document by inserting a file. I began by trying to use listings but this was causing code to overflow pages.
Now I'm using pygments setting it up as ...
0
votes
1answer
300 views
Converting pygments theme to gvim colorscheme
Are there any tools to convert a pygments style definition into a gvim colorscheme?
I found vim2pygments, which converts vim colorschemes to pygments themes, but I haven't found anything doing the ...
0
votes
1answer
184 views
0
votes
1answer
213 views
Should I use Pygments with a Scala App?
I am looking at building a Scala web app that will have lots of code snippets in many programming languages that I would like to hightlight. It looks like one of the best, most popular syntax ...
0
votes
3answers
317 views
Using Pygments with PHP (Python in PHP)
Is it possible to use Python (specifically Pygments) with PHP? Currently, I have a phpBB forum that I'm developing for and JS Syntax Highlighters just haven't been working for me. There's already a ...
0
votes
2answers
655 views
Integrate Syntax Highlighter (Prettify, Pygments,..) with Plone
I'm actually challenged with documenting aspects/problems/usages of inherited source code to teach and train co-workers as well as to identify problems that should be future maintenance tasks... The ...