Re: [gedit-list] Fwd: Fwd: Linux Mint 14 Cinnamon -- gedit 2 and synctex plugins
- From: Sergio Spina <sergio am spina gmail com>
- To: "jose aliste gmail com" <jose aliste gmail com>
- Cc: Gedit mailing list <gedit-list gnome org>
- Subject: Re: [gedit-list] Fwd: Fwd: Linux Mint 14 Cinnamon -- gedit 2 and synctex plugins
- Date: Wed, 28 Nov 2012 18:02:27 +0100
I open a document with
$ gedit document.tex
(gedit:23574): Gtk-CRITICAL **: gtk_list_store_set_column_types: assertion `priv->columns_dirty == 0' failed
Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 9: reading configurations from ~/.fonts.conf is deprecated.
to compile I use the following "external tool"
#!/bin/bash
# [Gedit Tool]
# Name=Compila TeX
# Shortcut=<Primary>5
# Languages=tex
# Applicability=all
# Output=output-panel
# Input=nothing
# Save-files=document
TEXFILE=$GEDIT_CURRENT_DOCUMENT_NAME
PDFFILE=${TEXFILE/%.*/.pdf}
LOGFILE=${TEXFILE/%.*/.log}
if xetex -synctex=1 -halt-on-error $TEXFILE; then
evince $PDFFILE
else gedit $LOGFILE
fi
Well, after compilation and show in evince nothing works. Not menu tools > forward search that is disabled, not ctrl-click in evince, not ctrl-click in gedit.
[
Date Prev][Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]