<feed xmlns='http://www.w3.org/2005/Atom'>
<title>atril/libdocument, branch v1.25.0</title>
<subtitle>MATE document viewer</subtitle>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/'/>
<entry>
<title>Use ENABLE_SYNCTEX in libdocument/Makefile.am</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-11T08:23:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=527caa272f9534a3b97d30fb902d8d44fc961226'/>
<id>527caa272f9534a3b97d30fb902d8d44fc961226</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>Fix year 2038 issue with signed 32-bit integers</title>
<updated>2020-01-31T17:52:19+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2020-01-20T15:00:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=a70e19a51423b855b9da8d7f9ed40d396a534c67'/>
<id>a70e19a51423b855b9da8d7f9ed40d396a534c67</id>
<content type='text'>
GTime is defined to always be a signed 32-bit integer, it will
overflow in the year 2038.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
GTime is defined to always be a signed 32-bit integer, it will
overflow in the year 2038.
</pre>
</div>
</content>
</entry>
<entry>
<title>avoid redundant redeclarations</title>
<updated>2019-11-28T00:03:04+00:00</updated>
<author>
<name>Pablo Barciela</name>
<email>scow@riseup.net</email>
</author>
<published>2019-11-11T08:27:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=0fc51a2c8daff96ed2535ed318dc4d737b34845c'/>
<id>0fc51a2c8daff96ed2535ed318dc4d737b34845c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>build: Use synctex system library if available</title>
<updated>2019-08-29T10:00:35+00:00</updated>
<author>
<name>rbuj</name>
<email>robert.buj@gmail.com</email>
</author>
<published>2019-08-22T08:28:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=f1c1bbd843ab9ec47aa56782901d749bf895068f'/>
<id>f1c1bbd843ab9ec47aa56782901d749bf895068f</id>
<content type='text'>
based on https://gitlab.gnome.org/GNOME/evince/commit/9edaca5b7b35bbbeeecfaf8d9291a4c092d8be91
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
based on https://gitlab.gnome.org/GNOME/evince/commit/9edaca5b7b35bbbeeecfaf8d9291a4c092d8be91
</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-link: 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:31:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=c34be5dfa37885c5c5c7caece80aeaf4b343629e'/>
<id>c34be5dfa37885c5c5c7caece80aeaf4b343629e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>
</feed>
