Dominique

Results 142 issues of Dominique

I use `pdf-view` from the `latex-plus` package to preview documents, and it's working very well! By default, PDFs are open in "continuous" mode, where I can scroll through the pages....

enhancement

This looks great. I'm wondering if something similar could be use to change theme altogether in a hyper window, say with a keybinding. Thanks.

Interface a Python debugger with remote debugging capability, such as - [`pdb_clone`](https://bitbucket.org/xdegaye/pdb-clone/wiki/Home), - [`python2-trepan`](https://github.com/rocky/python2-trepan), - [`epdb`](https://bitbucket.org/dugan/epdb/wiki/Home), - [`rpdb2`](http://winpdb.org/docs), - [`Komodo's remote Python debugger`](http://code.activestate.com/komodo/remotedebugging).

enhancement

I have mutt installed on OSX Mavericks with Homebrew and built against s-lang, not ncurses. Yet I'm having the same issue as [this user](http://superuser.com/questions/695867/not-able-to-use-solarized-in-mutt): my mutt is all brown. I'm...

I wonder if there is any support or plan to support multicolumn headers. The idea would be to produce something in the vein of ``` ┌───────────────────┬───────────────────┐ │ Header 1 │...

Typically, the header of longtables is repeated after a page break. In addition, it is possible to show a message before the header (after a page break), and in the...

I'd like to change ```diff diff --git a/index.js b/index.js index d0d6121..d35ea4e 100644 --- a/index.js +++ b/index.js @@ -49,7 +49,7 @@ exports.decorateConfig = config => Object.assign({}, config, { border-left: 2px solid;...

In a LaTeX document, I have section titles with math in them. Those aren't rendered correctly in the outline (I'm not sure what they should be rendered as). For instance,...

My bibliography is split into multiple files. In `_config.yml`, I indicate `source: ./_bibliography` but not `bibliography: reference.bib`. I would like to create a complete bibliography containing all the references. I...

PR welcome