<feed xmlns='http://www.w3.org/2005/Atom'>
<title>atril/libdocument/ev-document.c, branch sign</title>
<subtitle>MATE document viewer</subtitle>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/'/>
<entry>
<title>Use a blank line at most</title>
<updated>2021-11-20T17:31:11+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2021-10-27T15:30:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=816d2dc8226f8d271aa1a6cd30549614769d5267'/>
<id>816d2dc8226f8d271aa1a6cd30549614769d5267</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix -Wunused-function warnings caused by --enable-synctex=no</title>
<updated>2020-06-18T08:48:28+00:00</updated>
<author>
<name>Oz N Tiram</name>
<email>oz.tiram@gmail.com</email>
</author>
<published>2020-06-11T07:15:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=8712286c8dacfd0a448c86e7d282437abe854ab8'/>
<id>8712286c8dacfd0a448c86e7d282437abe854ab8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make synctex optional</title>
<updated>2020-06-18T08:48:28+00:00</updated>
<author>
<name>Oz Tiram</name>
<email>oz.tiram@gmail.com</email>
</author>
<published>2020-02-07T20:57:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=d1f4707aad8a1ecad412295d2ccd3f7aa87b95b0'/>
<id>d1f4707aad8a1ecad412295d2ccd3f7aa87b95b0</id>
<content type='text'>
Not everyone who reads PDF's is necessarily a LaTeX user.
These changes allow users to install atril without the huge bagage
of tex-live on systems where synctex isn't provided as a stand alone
library.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Not everyone who reads PDF's is necessarily a LaTeX user.
These changes allow users to install atril without the huge bagage
of tex-live on systems where synctex isn't provided as a stand alone
library.
</pre>
</div>
</content>
</entry>
<entry>
<title>show SyncTeX version in about dialog</title>
<updated>2019-11-11T09:53:05+00:00</updated>
<author>
<name>Pablo Barciela</name>
<email>scow@riseup.net</email>
</author>
<published>2019-11-09T16:06:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=6f1f443152f91a885cd3479b3f833d6026791380'/>
<id>6f1f443152f91a885cd3479b3f833d6026791380</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump synctex to 1.21</title>
<updated>2019-08-29T10:00:35+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2019-08-21T21:07:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=6061cf30d7a351d7214ee074e4530fb8b9d4e94c'/>
<id>6061cf30d7a351d7214ee074e4530fb8b9d4e94c</id>
<content type='text'>
  $ cd cut-n-paste/synctex
  $ rm synctex_*
  $ ./update-synctex-from-TL.sh

Test on Fedora:

  1. Install required packages
     $ sudo dnf install texlive-scheme-basic texlive-lipsum -y

  2. Build a pdf with synctex enabled
     $ cat &lt;&lt;EOF &gt;&gt; file.tex
\documentclass[12pt]{report}
\usepackage{lipsum}
\begin{document}
\chapter{Introduction}
\lipsum[2-4]
\end{document}
EOF
     $ pdflatex -synctex=1 file.tex

   3. Open file.pdf using atril

   4. Search any text string
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  $ cd cut-n-paste/synctex
  $ rm synctex_*
  $ ./update-synctex-from-TL.sh

Test on Fedora:

  1. Install required packages
     $ sudo dnf install texlive-scheme-basic texlive-lipsum -y

  2. Build a pdf with synctex enabled
     $ cat &lt;&lt;EOF &gt;&gt; file.tex
\documentclass[12pt]{report}
\usepackage{lipsum}
\begin{document}
\chapter{Introduction}
\lipsum[2-4]
\end{document}
EOF
     $ pdflatex -synctex=1 file.tex

   3. Open file.pdf using atril

   4. Search any text string
</pre>
</div>
</content>
</entry>
<entry>
<title>ev-document: avoid 'g_type_class_add_private'</title>
<updated>2019-08-16T21:04:51+00:00</updated>
<author>
<name>Pablo Barciela</name>
<email>scow@riseup.net</email>
</author>
<published>2019-08-12T00:29:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=6ae7bce10d1a0eaeef26d9f1bc12e3d82bfa577b'/>
<id>6ae7bce10d1a0eaeef26d9f1bc12e3d82bfa577b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove trailing whitespaces</title>
<updated>2019-07-01T15:07:40+00:00</updated>
<author>
<name>Laurent Napias</name>
<email>tamplan@free.fr</email>
</author>
<published>2019-06-29T08:43:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=aa24676651f8bd3e8b434f72d5aac98e84c0867d'/>
<id>aa24676651f8bd3e8b434f72d5aac98e84c0867d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "sometimes info-&gt;linearized is not a string" and</title>
<updated>2017-03-05T18:17:23+00:00</updated>
<author>
<name>Alexei Sorokin</name>
<email>sor.alexei@meowr.ru</email>
</author>
<published>2017-03-05T18:17:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=f56979b9fe55ea7e26ef5de0ebdf9f00d0c585d9'/>
<id>f56979b9fe55ea7e26ef5de0ebdf9f00d0c585d9</id>
<content type='text'>
"crash on g_free the address 0 or 1"

These hacks are no longer of need after 1a0f225
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
"crash on g_free the address 0 or 1"

These hacks are no longer of need after 1a0f225
</pre>
</div>
</content>
</entry>
<entry>
<title>libdocument: Make EvSourceLink boxed.</title>
<updated>2016-06-24T18:48:20+00:00</updated>
<author>
<name>raveit65</name>
<email>chat-to-me@raveit.de</email>
</author>
<published>2016-06-23T10:20:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=d0056f66f2d719eef718f3770dcbb6130a25101e'/>
<id>d0056f66f2d719eef718f3770dcbb6130a25101e</id>
<content type='text'>
https://bugzilla.gnome.org/show_bug.cgi?id=635705

taken from:
https://git.gnome.org/browse/evince/commit/?id=0ac0898
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://bugzilla.gnome.org/show_bug.cgi?id=635705

taken from:
https://git.gnome.org/browse/evince/commit/?id=0ac0898
</pre>
</div>
</content>
</entry>
<entry>
<title>libdocument: Use G_DEFINE_BOXED_TYPE instead of custom macro</title>
<updated>2016-06-24T18:48:20+00:00</updated>
<author>
<name>raveit65</name>
<email>chat-to-me@raveit.de</email>
</author>
<published>2016-06-23T09:21:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=fb38cc04440c424834984bdfe364b7d772af2dd4'/>
<id>fb38cc04440c424834984bdfe364b7d772af2dd4</id>
<content type='text'>
taken from:
https://git.gnome.org/browse/evince/commit/?id=c839e45
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
taken from:
https://git.gnome.org/browse/evince/commit/?id=c839e45
</pre>
</div>
</content>
</entry>
</feed>
