After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 730248 - Set-up SyncTeX page refers to nonexistent package
Set-up SyncTeX page refers to nonexistent package
Status: RESOLVED OBSOLETE
Product: evince
Classification: Core
Component: User documentation
3.12.x
Other Linux
: Normal minor
: ---
Assigned To: Maintainers of Gnome user documentation
Evince Maintainers
winterdocs
Depends on:
Blocks:
 
 
Reported: 2014-05-16 13:34 UTC by Michael Catanzaro
Modified: 2018-05-22 15:35 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Michael Catanzaro 2014-05-16 13:34:11 UTC
The Set-up SyncTeX page says the following:

"The following packages need to be installed in order to add support for SyncTeX:

* texlive-extra-utils
* gedit-plugins"

I've checked four major distros, and texlive-extra-utils seems to only exist on Debian. On Fedora the correct package is texlive-synctex. Also, this page contains no instructions on how to install packages. I think the documentation should use PackageKit to install /usr/bin/synctex. Anything else would be necessarily distro-specific.
Comment 1 José Aliste 2014-05-16 13:54:56 UTC
The texlive-extra-utils or anything else is not necessary... We should say something more "you need a PdfLatex distribution" that supports synctex. The easiest way of using the synchronization is with gedit + the gedit-synctex plugin. 

Please remark that we don't need /usb/bin/synctex neither. Evince has a synctex parser compiled into it. So, strictly speaking, nothing is needed from the Evince side. You need to bea ble to produce .pdf with corresponding .synctex files from your pdflatex distribution.
Comment 2 André Klapper 2014-05-16 19:46:19 UTC
https://git.gnome.org/browse/evince/tree/help/C/synctex-support.page shouldn't be a simple <list>, but should define

  xmlns:e="http://projectmallard.org/experimental/"
  xmlns:if="http://projectmallard.org/experimental/if/"

and use

<if:choose xmlns:if="http://projectmallard.org/if/1.0/">
  <if:when test="action:install">
    <note style="info package">
      <p><link action="install:texlive-extra-utils" href="https://some.fallback.url.link" style="button">Install texlive-extra-utils</link></p>
    </note>
  </if:when>
</if:choose>

which would be rendered in Yelp as a button that starts PackageKit.
Comment 3 GNOME Infrastructure Team 2018-05-22 15:35:47 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to GNOME's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/evince/issues/461.