6 llpp - a graphical PDF viewer which aims to superficially resemble less
10 llpp [-c path] [-css path] [-cxack] [-dest named-dest] [-embed window-id] [-f path] [-gc] [-help|--help] [-last] [-no-title] [-origin origin] [-p password] [-page page-number] [-remote path] [-tcf path] [-v] [-wtmode] some.pdf
14 *llpp* is a graphical PDF viewer that can be totally controlled without a mouse.
15 Normally MuPDF (https://mupdf.com/) is used to render the document.
16 The default keybindings resemble those of less(1), but can be configured by the user.
21 Set path to the configuration file.
24 Set path to the style sheet to use with EPUB/HTML.
30 Set named destination.
36 Set path to the user interface font.
39 Collect config garbage.
42 Display this list of options.
48 ignore document title.
60 Set path to the source of remote commands.
63 Set path to the trim cache file.
66 Print version and exit.
73 === ~/.config/llpp.conf
75 This is the user specific configuration file. If $XDG_CONFIG_HOME is set
76 $XDG_CONFIG_HOME/llpp.conf is used instead. It has a XML structure
78 You can specify a custom path using the -c option.
80 .Configuration structure
81 -------------------------------------------------------------
88 use-document-css='true'/>
89 <doc path='/some/path/file1.pdf'
93 <doc path='/some/path/file2.pdf'
99 -------------------------------------------------------------
101 ==== Some configuration tips
102 - To change the user interface font add a ui-font in the followig way:
103 -------------------------------------------------------------
106 <![CDATA[/usr/share/fonts/TTF/DejaVuSansMono.ttf]]>
110 -------------------------------------------------------------
111 - To change the key bindings, add keymaps to the defaults element, e.g.
112 disable Escape key in the view mode:
113 -------------------------------------------------------------
121 -------------------------------------------------------------
122 The different modes are _birdseye_, _global_, _help_, _info_, _listview_, _outline_, and _view_.
126 There is still lot of work to do. Please check our bugtracker for up-to-date
127 information about tasks which are still not finished.
131 llppac(1), llpphtml(1)
135 https://github.com/moosotc/llpp/issues or mailto://moosotc@gmail.com
139 Nicolás Ojeda Bär contributed macOS port.