<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Features on GalleyPDF</title><link>https://munepi.github.io/Galley/docs/features/</link><description>Recent content in Features on GalleyPDF</description><generator>Hugo</generator><language>en-us</language><atom:link href="https://munepi.github.io/Galley/docs/features/index.xml" rel="self" type="application/rss+xml"/><item><title>Auto-Reload</title><link>https://munepi.github.io/Galley/docs/features/auto-reload/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://munepi.github.io/Galley/docs/features/auto-reload/</guid><description>&lt;h1 id="auto-reload"&gt;Auto-Reload&lt;a class="anchor" href="#auto-reload"&gt;#&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;Galley monitors the open PDF for changes on disk and reloads it automatically
when your TeX engine produces a new version.&lt;/p&gt;
&lt;p&gt;The reload preserves:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;The current scroll position&lt;/li&gt;
&lt;li&gt;The current zoom level&lt;/li&gt;
&lt;li&gt;The current page number&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;This means you can keep Galley open beside your editor and run your build
loop without ever touching the viewer.&lt;/p&gt;</description></item><item><title>SyncTeX Integration</title><link>https://munepi.github.io/Galley/docs/features/synctex/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://munepi.github.io/Galley/docs/features/synctex/</guid><description>&lt;h1 id="synctex-integration"&gt;SyncTeX Integration&lt;a class="anchor" href="#synctex-integration"&gt;#&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;Galley implements both directions of SyncTeX:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Forward Search&lt;/strong&gt; — Jump from your editor to the corresponding position in
the PDF. The target is briefly highlighted with a fading red dot so it is
easy to spot.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Inverse Search&lt;/strong&gt; — &lt;code&gt;Cmd + Click&lt;/code&gt; on a glyph in the PDF to jump back to
the source location in your editor. Galley supports Emacs (via
&lt;code&gt;emacsclient&lt;/code&gt;), VS Code (via the &lt;code&gt;vscode://&lt;/code&gt; URL scheme), and arbitrary
custom editors via a shell command template.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Forward Search is invoked through the &lt;a href="https://munepi.github.io/Galley/docs/integration/url-scheme/"&gt;&lt;code&gt;galleypdf://&lt;/code&gt; URL
scheme&lt;/a&gt;, so it works with any
editor that can &lt;code&gt;open&lt;/code&gt; a URL — including AUCTeX, YaTeX, LaTeX Workshop, and
hand-rolled build scripts.&lt;/p&gt;</description></item><item><title>Character Inspection</title><link>https://munepi.github.io/Galley/docs/features/character-inspection/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://munepi.github.io/Galley/docs/features/character-inspection/</guid><description>&lt;h1 id="character-inspection"&gt;Character Inspection&lt;a class="anchor" href="#character-inspection"&gt;#&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;Right-click on a selected character in the PDF to inspect, in one popover:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Unicode code point, name, plane, and category&lt;/li&gt;
&lt;li&gt;Font name (PostScript), family, and traits&lt;/li&gt;
&lt;li&gt;Point size and vertical metrics&lt;/li&gt;
&lt;li&gt;Glyph ID — and CID for CJK fonts&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;This is built for typesetters who need to verify that the right glyph from
the right font ended up on the page, especially when working with mixed
scripts or font subsetting.&lt;/p&gt;</description></item><item><title>Rectangular Selection &amp; Measurement</title><link>https://munepi.github.io/Galley/docs/features/rectangular-selection/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://munepi.github.io/Galley/docs/features/rectangular-selection/</guid><description>&lt;h1 id="rectangular-selection--measurement"&gt;Rectangular Selection &amp;amp; Measurement&lt;a class="anchor" href="#rectangular-selection--measurement"&gt;#&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;&lt;code&gt;Shift + Drag&lt;/code&gt; creates a rectangular marquee with real-time dimensions
displayed in millimetres. Drag inside an existing marquee to reposition it
without losing the size.&lt;/p&gt;
&lt;p&gt;&lt;code&gt;Cmd + C&lt;/code&gt; copies the selected region as a &lt;strong&gt;vector PDF&lt;/strong&gt; — not a raster
screenshot — so you can paste it into another document with no loss of
quality.&lt;/p&gt;
&lt;p&gt;This is the workflow for snipping equations, figures, or table fragments
out of a typeset PDF for inclusion in slides or reviews.&lt;/p&gt;</description></item><item><title>Lightweight Rendering</title><link>https://munepi.github.io/Galley/docs/features/lightweight-rendering/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://munepi.github.io/Galley/docs/features/lightweight-rendering/</guid><description>&lt;h1 id="lightweight-rendering"&gt;Lightweight Rendering&lt;a class="anchor" href="#lightweight-rendering"&gt;#&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;Galley draws only the PDF page itself — no annotation overlays, no editing
tools, no toolbars stacked over the canvas. As a result, page rendering
stays light even when you flip through pages quickly.&lt;/p&gt;
&lt;p&gt;Combined with &lt;a href="https://munepi.github.io/Galley/docs/features/auto-reload/"&gt;Auto-Reload&lt;/a&gt;, this means you can
keep Galley open beside your editor and your build loop without ever
noticing the viewer is there.&lt;/p&gt;</description></item></channel></rss>