<feed xmlns='http://www.w3.org/2005/Atom'>
<title>atril/cut-n-paste/synctex, branch master</title>
<subtitle>MATE document viewer</subtitle>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/'/>
<entry>
<title>remove 'synctex' internally, work with external library instead</title>
<updated>2019-09-08T21:29:36+00:00</updated>
<author>
<name>Pablo Barciela</name>
<email>scow@riseup.net</email>
</author>
<published>2019-08-31T19:52:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=fe6a85533ba08ec7ea3f4cee139e10c76363288a'/>
<id>fe6a85533ba08ec7ea3f4cee139e10c76363288a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>End the va_list before returning from _synctex_merge_strings</title>
<updated>2019-08-29T10:00:35+00:00</updated>
<author>
<name>Quipyowert2</name>
<email>Quipyowert2@users.noreply.github.com</email>
</author>
<published>2019-08-22T09:42:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=ee113966bc8feb912c1003b262f99eb07894aeed'/>
<id>ee113966bc8feb912c1003b262f99eb07894aeed</id>
<content type='text'>
This adds a va_end() call to _synctex_merge_strings in two places
where it would return without ending the va_list first.

https://github.com/jlaurens/synctex/commit/44b860175da10d08830b551f59592e548fe19718
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This adds a va_end() call to _synctex_merge_strings in two places
where it would return without ending the va_list first.

https://github.com/jlaurens/synctex/commit/44b860175da10d08830b551f59592e548fe19718
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove synctex warning</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:33:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=4bc59d4a716b3ab271bb15adf4b9b5dd6961a4a2'/>
<id>4bc59d4a716b3ab271bb15adf4b9b5dd6961a4a2</id>
<content type='text'>
To compile TeX with SyncTeX:

$ pdflatex -synctex=1 file.tex
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To compile TeX with SyncTeX:

$ pdflatex -synctex=1 file.tex
</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>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>synctex: update to 1.18</title>
<updated>2016-06-24T18:46:36+00:00</updated>
<author>
<name>raveit65</name>
<email>chat-to-me@raveit.de</email>
</author>
<published>2016-06-24T12:16:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=1dbdaee023e47edba8dcc14ca6fced372b89c25b'/>
<id>1dbdaee023e47edba8dcc14ca6fced372b89c25b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>synctex: Fix -Wundef warning</title>
<updated>2016-06-24T11:45:05+00:00</updated>
<author>
<name>raveit65</name>
<email>chat-to-me@raveit.de</email>
</author>
<published>2016-06-23T11:59:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=ba8d0f79a864b445ea0374a7dc5f9d9af7687859'/>
<id>ba8d0f79a864b445ea0374a7dc5f9d9af7687859</id>
<content type='text'>
taken from:
https://git.gnome.org/browse/evince/commit/?id=0708338
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
taken from:
https://git.gnome.org/browse/evince/commit/?id=0708338
</pre>
</div>
</content>
</entry>
<entry>
<title>synctex: Update from upstream</title>
<updated>2016-06-24T11:45:05+00:00</updated>
<author>
<name>raveit65</name>
<email>chat-to-me@raveit.de</email>
</author>
<published>2016-06-23T11:43:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=9edc6719f9b98ccc19cc78521af5f53cdc05d3cb'/>
<id>9edc6719f9b98ccc19cc78521af5f53cdc05d3cb</id>
<content type='text'>
taken from:
https://git.gnome.org/browse/evince/commit/?id=d0faf92
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
taken from:
https://git.gnome.org/browse/evince/commit/?id=d0faf92
</pre>
</div>
</content>
</entry>
<entry>
<title>synctex: fix compile warnings</title>
<updated>2016-06-24T11:45:05+00:00</updated>
<author>
<name>raveit65</name>
<email>chat-to-me@raveit.de</email>
</author>
<published>2016-06-23T11:40:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=300f71eb205a43609ddfceefce08559e09e9f7f3'/>
<id>300f71eb205a43609ddfceefce08559e09e9f7f3</id>
<content type='text'>
taken from:
https://git.gnome.org/browse/evince/commit/?id=8262397
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
taken from:
https://git.gnome.org/browse/evince/commit/?id=8262397
</pre>
</div>
</content>
</entry>
<entry>
<title>synctex: update to version 1.17</title>
<updated>2016-06-24T11:45:05+00:00</updated>
<author>
<name>raveit65</name>
<email>chat-to-me@raveit.de</email>
</author>
<published>2016-06-23T11:34:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/atril/commit/?id=b307e10130b239f092905ac42028f499df74aa9b'/>
<id>b307e10130b239f092905ac42028f499df74aa9b</id>
<content type='text'>
taken from:
https://git.gnome.org/browse/evince/commit/?id=6179f51
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
taken from:
https://git.gnome.org/browse/evince/commit/?id=6179f51
</pre>
</div>
</content>
</entry>
</feed>
