| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: gnome-latex | Distribution: SUSE Linux Enterprise 15 SP5 |
| Version: 3.38.0 | Vendor: openSUSE |
| Release: bp155.3.14 | Build date: Mon May 22 15:37:05 2023 |
| Group: Productivity/Publishing/TeX/Frontends | Build host: s390zl29 |
| Size: 3975334 | Source RPM: gnome-latex-3.38.0-bp155.3.14.src.rpm |
| Packager: https://bugs.opensuse.org | |
| Url: https://wiki.gnome.org/Apps/GNOME-LaTeX | |
| Summary: Integrated LaTeX Environment for the GNOME desktop | |
Gnome-latex is an Integrated LaTeX Environment for GNOME. The main
features are:
* Configurable buttons to compile, convert and view a document in
one click.
* LaTeX commands auto-completion.
* Symbol tables (Greek letters, arrows, ...).
* File browser integrated.
* Template managing.
* Menus with the most commonly used LaTeX commands.
* Easy projects management.
GPL-3.0-or-later
* Mon Sep 20 2021 Stanislav Brabec <sbrabec@suse.com>
- Remove obsolete translation-update-upstream support
(jsc#SLE-21105).
* Fri Apr 30 2021 Dominique Leuenberger <dimstar@opensuse.org>
- Port to tepl-6:
+ Add e1b01186f8a.patch: actual port, patch from upstream.
+ Add call to autoreconf in build phase, as above patch touches
the build system.
* Fri Sep 11 2020 Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 3.38.0:
+ Updated translations.
* Mon Sep 07 2020 Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 3.37.2:
+ User-visible changes:
- New application icon.
- Use Tepl for the 'go to line' feature.
- Create the Edit toolbar with Amtk. This fixes the problem
with some buttons doing nothing when clicked (for the buttons
containing a secondary arrow button that displays a menu; now
the two buttons are merged).
+ Under the hood changes:
- The LaTeX and Math menus are now created with Amtk, not with
GtkUIManager.
- Rewrite some code in C in the liblatexila, to have less Vala
code.
- App icon: rename to org.gnome.gnome-latex.
- Changes from version 3.37.1:
+ User-visible changes:
- Use TeplPanel to create the side panel. This changes the UI
for switching between side panel components, it's now like a
toolbar (so only a single click is needed), before it was
with a GtkComboBox list (so with two clicks).
- Search and Go to line: better style for the text entry's
not-found state.
- More beautiful close buttons at some places.
- Use some Tepl I/O error info bars.
+ Under the hood changes:
- Port to TeplMetadata.
- Use TeplStatusbar.
- Use TeplStyleSchemeChooserWidget in the preferences dialog.
- Subclass TeplAbstractFactory, not TeplAbstractFactoryVala.
- Move more utility functions to Tepl.
- Remove some dead code.
- Remove no longer useful code related to stock icons.
- New classes in the liblatexila (so in C): LatexilaFactory,
LatexilaSettings.
+ Updated translations.
- Replace pkgconfig(tepl-4) BuildRequires with pkgconfig(tepl-5):
follow upstream changes.
* Wed Apr 01 2020 Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 3.36.0:
+ Fix compilation error with valac >= 0.42.
+ Move some utils functions to Tepl.
+ Build system: small update.
+ AppData: small update.
+ Updated translations.
* Sun Mar 10 2019 Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 3.32.0:
+ Apply GNOME goal “App menu retirement”.
+ New icon for GNOME LaTeX.
+ Updated translations.
* Sun Aug 05 2018 bjorn.lie@gmail.com
- Update to version 3.30.2:
+ Close crowdfunding.
* Thu Jul 26 2018 bjorn.lie@gmail.com
- Update to version 3.30.1:
+ Come back to valac 0.40, more crashes have been discovered when
gnome-latex is compiled with valac git master (what will become
valac 0.42).
+ Updated translations.
* Mon Jul 23 2018 bjorn.lie@gmail.com
- Update to version 3.30.0:
+ Change go-to-line shortcut from Ctrl+G to Ctrl+L.
+ Adapt some Vala code to make it work with valac >= 0.42.
+ Updated translations.
* Mon May 21 2018 bjorn.lie@gmail.com
- Update to version 3.28.1:
+ New configure build option: --disable-dconf-migration, intended
to be used only on OSes where dconf cannot be installed.
+ Updated translations.
* Sun Apr 08 2018 bjorn.lie@gmail.com
- Update to version 3.28.0:
+ Under the hood changes:
- Project moved to GNOME GitLab.
- Apply GtkSourceView coding style to *.c files.
- Reduce delta between Vala and C coding styles.
- Improve documentation for contributors.
- Finish to port the Math menu to GAction
+ User-visible changes:
- On first launch of GNOME LaTeX, import LaTeXila settings and
user data/config files.
- Change Find and Replace shortcut to Ctrl+H, to be like in
gedit.
- Update/improve the user documentation for the spell-checking.
- Updated translations.
- Add pkgconfig(dconf) BuildRequires, new dependency.
- Enable translation-update-upstream unconditionally.
* Mon Mar 12 2018 bjorn.lie@gmail.com
- Update to version 3.27.2:
+ Rename LaTeXila to GNOME LaTeX.
+ Some code maintenance (do not use some deprecated GTK+
functions).
+ Updated translations.
- Rename to gnome-latex following upstreams name rename.
- Drop gnome-desktop BuildRequires, not needed, nor used.
- Drop update-desktop-files BuildRequires and no longer run
suse_update_desktop_file macro, no longer needed.
- Add latexila Provides/Obsoletes, ensure smooth upgrades.
* Wed Feb 28 2018 dimstar@opensuse.org
- Modernize spec-file by calling spec-cleaner
* Sat Dec 09 2017 luc14n0@linuxmail.org
- Update to version 3.27.1:
+ User-visible improvements:
- Draw non-breaking spaces.
- File browser in the side panel: popup menus under buttons.
+ Port to GtkSourceView 4 and Tepl 4.
+ Internal code refactorings, use more Tepl features:
- Use more Tepl GActions.
- Let Tepl handle the window title.
- Implement TeplAbstractFactoryVala subclass.
- Other small things.
+ Port to GAction/Amtk:
- Port the whole LaTeX menu to GAction and C in the
liblatexila.
- Math menu in progress.
- Create first AmtkActionInfo.
+ Updated translations.
- Switch gtksourceview-3.0 and tepl-3 pkgconfig BuildRequires
modules by gtksourceview-4 and tepl-4, following upstream change.
- Adopt the use of %make_build macro instead of raw make command,
following best practices.
- Pass missing enable-gtk-doc to configure once the development
documentation is desired.
* Wed Nov 01 2017 luc14n0@linuxmail.org
- Update to version 3.26.1:
+ Updated translations.
- Drop %glib2_gsettings_schema_*, %desktop_database_* and
%icon_theme_cache_* post/postun/requires macros: functionality
now covered by file triggers.
- Conditionalize the use of translation-update-upstream: sle-only
requirement.
- Align with configure:
+ Drop gettext-tools BuildRequires.
+ Add gtk-doc and pkgconfig(glib-2.0) BuildRequires.
* Sat Oct 28 2017 jengelh@inai.de
- Use standardized %configure call.
* Thu Sep 14 2017 fezhang@suse.com
- Drop SLE12 / Leap42 conditional, %{_datadir}/appdata is now owned
by the filesystem package.
* Sat Sep 09 2017 dimstar@opensuse.org
- Update to version 3.26.0:
+ Internal code refactoring, use more Tepl features.
+ latexmk post-processor: fix bug with LaTeX errors and warnings
not detected with new versions of latexmk.
+ Small improvement: make the tab label tooltip clearer:
"Main file" -> "Project main file".
+ Small bug fixes:
- Search: replace all button: center content vertically.
- LaTeX and Math menus: grab focus to active text view after
inserting text.
+ Updated translations.
* Wed Aug 23 2017 dimstar@opensuse.org
- Update to version 3.25.1:
+ The Gtef library has been renamed to Tepl, adapt the code
accordingly.
+ Use more Tepl features.
+ Code maintenance to not use a deprecated GTK+ function.
+ Updated translations.
- Replace pkgconfig(gtef-2) BuildRequires with pkgconfig(tepl-3),
following upstreams port.
* Sun Aug 20 2017 zaitor@opensuse.org
- Update to version 3.24.3:
+ latexmk post-processor: fix bug with LaTeX errors and warnings
not detected with new versions of latexmk.
+ Small bug fixes:
- Search: replace all button: center content vertically.
- LaTeX and Math menus: grab focus to active text view after
inserting text.
* Sun Jun 25 2017 zaitor@opensuse.org
- Update to version 3.24.2:
+ Fix a crash when moving a tab to a new window (regression in
3.24).
* Sun Jun 11 2017 zaitor@opensuse.org
- Update to version 3.24.1:
+ Create app menu only if the desktop prefers one, to avoid a
double menubar on e.g. Xfce.
+ Other small code improvements.
+ Updated translations.
* Mon Mar 20 2017 dimstar@opensuse.org
- Update to version 3.24.0:
+ Updated translations.
* Sun Mar 12 2017 dimstar@opensuse.org
- Update to version 3.23.2:
+ Easier keyboard shortcuts for bold, italic and underline:
<Control>B/I/U.
+ In the menus to open a recently used file, show a tooltip with
the full path.
+ Document structure: fix bug to allow "TODO: ..." and
"FIXME: ..." (with the colon).
+ Other small code improvements.
+ Fix minor issues found by Coverity.
+ Updated translations.
* Sat Jan 28 2017 dimstar@opensuse.org
- Update to version 3.23.1:
+ Update code to not use deprecated GtkSourceView APIs.
+ Use the Gtef library; Some functionality has been moved from
LaTeXila to Gtef.
+ Change menu item label "Search Forward" -> "Jump to PDF" to not
confuse it with the normal search and replace feature. And
adapt the docs accordingly.
+ Update the build system to use autoconf-archive macros instead
of gnome-common.
+ Updated translations.
- Add pkgconfig(gtef-2) BuildRequires: new dependency.
* Sun Dec 18 2016 zaitor@opensuse.org
- Update to version 3.22.1:
+ Fix Vala compilation error with newer valac compiler.
+ Updated translations.
* Mon Sep 19 2016 zaitor@opensuse.org
- Update to version 3.22.0:
+ Fundraising.
+ Update AppData.
+ Updated translations.
* Fri Jul 29 2016 zaitor@opensuse.org
- Update to version 3.20.1:
+ Bug fix: initialize correctly the build view settings (to hide
warnings/badboxes).
+ Updated translations.
* Sun Mar 20 2016 zaitor@opensuse.org
- Update to version 3.20.0:
+ Updated translations.
* Mon Mar 14 2016 zaitor@opensuse.org
- Update to version 3.19.5:
+ Adapt code for gspell API changes.
+ Updated translations.
* Tue Feb 16 2016 zaitor@opensuse.org
- Update to version 3.19.4:
+ Close fundraiser.
+ Adapt code for gspell API changes.
+ AppData: add translation tag.
+ Updated translations.
* Wed Jan 27 2016 zaitor@opensuse.org
- Update to version 3.19.3:
+ Adapt code for gspell API changes.
+ Adapt code to support again loading and saving remote files.
+ Better gnome-shell integration: add an application menu and fix
the "Open a New Window" right-click action.
+ Make LaTeXila D-Bus activatable.
+ Change "Unsaved Document" to "Untitled Document".
+ Other various small code improvements.
+ Updated translations.
* Sat Dec 19 2015 badshah400@gmail.com
- Update to version 3.19.2:
+ Adapt code for GspellLanguage API changes.
+ Adapt CSS to track GTK+ changes.
+ Rename latexila.deskop to org.gnome.latexila.desktop.
+ Rename AppData to org.gnome.latexila.appdata.xml.
+ Other various small improvements and bug fixes.
- Update file list to reflect change of file names:
+ Desktop menu entry got renamed to org.gnome.latexila.desktop.
+ Appdata file got renamed to org.gnome.latexila.appdata.xml.
- Changes from version 3.19.1:
+ Adapt code for GspellLanguageChooserDialog change.
* Sat Dec 19 2015 badshah400@gmail.com
- Update to version 3.18.2:
+ AppData: add kudos.
+ Fix a syntax error in desktop file keywords German
translation.
+ Adapt code to support again remote files.
* Fri Nov 13 2015 badshah400@gmail.com
- Update to version 3.18.1:
- Fix regressions from gtk+ changes during the 3.18 cycle.
- Updated translations.
- Changes from version 3.18.0:
- Use gspell instead of GtkSpell.
- Add default spell checking settings in the preferences dialog.
- Via the Tools menu, the spell checking settings can be changed
and are stored on a file-by-file basis.
- There is now a spell checker dialog window, to spell check an
entire file word-by-word.
- Ensure that the personal build tools and the templates are
correctly saved.
- Other various small improvements and bug fixes.
- Translation updates.
- Update BuildRequires:
+ Add pkgconfig(gspell-1)
+ Add pkgconfig(gobject-introspection-1.0)
+ Add pkgconfig(vapigen)
+ Update required versions
+ Remove pkgconfig(gtkspell3-3.0).
- Remove runtime dependency on rubber (no longer used for
latexila's build tools), add texlive-latexmk-bin instead.
* Tue Aug 18 2015 zaitor@opensuse.org
- Update to version 3.16.2:
+ Ensure that the personal build tools are correctly saved.
+ A few other small bug fixes.
+ Updated translations.
* Sat Aug 15 2015 badshah400@gmail.com
- For openSUSE:42, have package own the /usr/share/appdata dir;
fixes build failure.
* Sun Apr 19 2015 zaitor@opensuse.org
- Update to version 3.16.1:
+ Fix the build with -Werror=format-security.
+ Important bug fix when deleting several templates at once.
* Wed Mar 25 2015 zaitor@opensuse.org
- Update to version 3.16.0:
+ Various small improvements.
+ Updated translations.
* Wed Mar 25 2015 zaitor@opensuse.org
- Update to version 3.14.4:
+ Show information about LaTeXila fundraiser.
+ Various bug fixes.
+ Updated translations.
* Wed Jan 07 2015 zaitor@opensuse.org
- Update to version 3.14.3:
+ Adapt code for GtkSourceView 3.14.3.
+ Updated translations.
* Mon Nov 03 2014 badshah400@gmail.com
- Update to version 3.14.2:
+ Build: a file was missing in tarballs
+ Add keywords to latexila.desktop
+ Translation updates.
/usr/bin/gnome-latex /usr/share/applications/org.gnome.gnome-latex.desktop /usr/share/dbus-1/services/org.gnome.gnome-latex.service /usr/share/doc/packages/gnome-latex /usr/share/doc/packages/gnome-latex/AUTHORS /usr/share/doc/packages/gnome-latex/HACKING /usr/share/doc/packages/gnome-latex/NEWS /usr/share/doc/packages/gnome-latex/README /usr/share/glib-2.0/schemas/org.gnome.gnome-latex.gschema.xml /usr/share/gnome-latex /usr/share/gnome-latex/build_tools.xml /usr/share/gnome-latex/completion.xml /usr/share/gnome-latex/latexhelp.html /usr/share/gnome-latex/templates /usr/share/gnome-latex/templates/article.xml /usr/share/gnome-latex/templates/beamer.xml /usr/share/gnome-latex/templates/book.xml /usr/share/gnome-latex/templates/letter.xml /usr/share/gnome-latex/templates/report.xml /usr/share/gnome-latex/ui /usr/share/gnome-latex/ui/preferences_dialog.ui /usr/share/gnome-latex/ui/ui.xml /usr/share/gtk-doc/html /usr/share/gtk-doc/html/gnome-latex /usr/share/gtk-doc/html/gnome-latex/LatexilaApp.html /usr/share/gtk-doc/html/gnome-latex/LatexilaBuildJob.html /usr/share/gtk-doc/html/gnome-latex/LatexilaBuildTool.html /usr/share/gtk-doc/html/gnome-latex/LatexilaBuildTools.html /usr/share/gtk-doc/html/gnome-latex/LatexilaBuildToolsDefault.html /usr/share/gtk-doc/html/gnome-latex/LatexilaBuildToolsPersonal.html /usr/share/gtk-doc/html/gnome-latex/LatexilaBuildView.html /usr/share/gtk-doc/html/gnome-latex/LatexilaFactory.html /usr/share/gtk-doc/html/gnome-latex/LatexilaPostProcessor.html /usr/share/gtk-doc/html/gnome-latex/LatexilaPostProcessorAllOutput.html /usr/share/gtk-doc/html/gnome-latex/LatexilaPostProcessorLatex.html /usr/share/gtk-doc/html/gnome-latex/LatexilaPostProcessorLatexmk.html /usr/share/gtk-doc/html/gnome-latex/LatexilaSettings.html /usr/share/gtk-doc/html/gnome-latex/LatexilaSynctex.html /usr/share/gtk-doc/html/gnome-latex/LatexilaTemplatesDefault.html /usr/share/gtk-doc/html/gnome-latex/LatexilaTemplatesManageDialog.html /usr/share/gtk-doc/html/gnome-latex/LatexilaTemplatesPersonal.html /usr/share/gtk-doc/html/gnome-latex/annexes.html /usr/share/gtk-doc/html/gnome-latex/annotation-glossary.html /usr/share/gtk-doc/html/gnome-latex/api-reference.html /usr/share/gtk-doc/html/gnome-latex/ch01.html /usr/share/gtk-doc/html/gnome-latex/ch02.html /usr/share/gtk-doc/html/gnome-latex/ch03.html /usr/share/gtk-doc/html/gnome-latex/ch04.html /usr/share/gtk-doc/html/gnome-latex/gnome-latex-LaTeX-commands.html /usr/share/gtk-doc/html/gnome-latex/gnome-latex-Latexila-Initialization-and-Finalization.html /usr/share/gtk-doc/html/gnome-latex/gnome-latex-LatexilaBuffer.html /usr/share/gtk-doc/html/gnome-latex/gnome-latex-LatexilaTemplatesDialogs.html /usr/share/gtk-doc/html/gnome-latex/gnome-latex-LatexilaUtils.html /usr/share/gtk-doc/html/gnome-latex/gnome-latex-LatexilaView.html /usr/share/gtk-doc/html/gnome-latex/gnome-latex.devhelp2 /usr/share/gtk-doc/html/gnome-latex/home.png /usr/share/gtk-doc/html/gnome-latex/index.html /usr/share/gtk-doc/html/gnome-latex/ix01.html /usr/share/gtk-doc/html/gnome-latex/left-insensitive.png /usr/share/gtk-doc/html/gnome-latex/left.png /usr/share/gtk-doc/html/gnome-latex/object-tree.html /usr/share/gtk-doc/html/gnome-latex/right-insensitive.png /usr/share/gtk-doc/html/gnome-latex/right.png /usr/share/gtk-doc/html/gnome-latex/style.css /usr/share/gtk-doc/html/gnome-latex/up-insensitive.png /usr/share/gtk-doc/html/gnome-latex/up.png /usr/share/help/C/gnome-latex /usr/share/help/C/gnome-latex/build_tools.page /usr/share/help/C/gnome-latex/completion.page /usr/share/help/C/gnome-latex/index.page /usr/share/help/C/gnome-latex/projects.page /usr/share/help/C/gnome-latex/spell_checking.page /usr/share/help/C/gnome-latex/structure.page /usr/share/help/C/gnome-latex/synctex.page /usr/share/help/cs/gnome-latex /usr/share/help/cs/gnome-latex/build_tools.page /usr/share/help/cs/gnome-latex/completion.page /usr/share/help/cs/gnome-latex/index.page /usr/share/help/cs/gnome-latex/projects.page /usr/share/help/cs/gnome-latex/spell_checking.page /usr/share/help/cs/gnome-latex/structure.page /usr/share/help/cs/gnome-latex/synctex.page /usr/share/help/da/gnome-latex /usr/share/help/da/gnome-latex/build_tools.page /usr/share/help/da/gnome-latex/completion.page /usr/share/help/da/gnome-latex/index.page /usr/share/help/da/gnome-latex/projects.page /usr/share/help/da/gnome-latex/spell_checking.page /usr/share/help/da/gnome-latex/structure.page /usr/share/help/da/gnome-latex/synctex.page /usr/share/help/de/gnome-latex /usr/share/help/de/gnome-latex/build_tools.page /usr/share/help/de/gnome-latex/completion.page /usr/share/help/de/gnome-latex/index.page /usr/share/help/de/gnome-latex/projects.page /usr/share/help/de/gnome-latex/spell_checking.page /usr/share/help/de/gnome-latex/structure.page /usr/share/help/de/gnome-latex/synctex.page /usr/share/help/el/gnome-latex /usr/share/help/el/gnome-latex/build_tools.page /usr/share/help/el/gnome-latex/completion.page /usr/share/help/el/gnome-latex/index.page /usr/share/help/el/gnome-latex/projects.page /usr/share/help/el/gnome-latex/spell_checking.page /usr/share/help/el/gnome-latex/structure.page /usr/share/help/el/gnome-latex/synctex.page /usr/share/help/es/gnome-latex /usr/share/help/es/gnome-latex/build_tools.page /usr/share/help/es/gnome-latex/completion.page /usr/share/help/es/gnome-latex/index.page /usr/share/help/es/gnome-latex/projects.page /usr/share/help/es/gnome-latex/spell_checking.page /usr/share/help/es/gnome-latex/structure.page /usr/share/help/es/gnome-latex/synctex.page /usr/share/help/fr/gnome-latex /usr/share/help/fr/gnome-latex/build_tools.page /usr/share/help/fr/gnome-latex/completion.page /usr/share/help/fr/gnome-latex/index.page /usr/share/help/fr/gnome-latex/projects.page /usr/share/help/fr/gnome-latex/spell_checking.page /usr/share/help/fr/gnome-latex/structure.page /usr/share/help/fr/gnome-latex/synctex.page /usr/share/help/gl/gnome-latex /usr/share/help/gl/gnome-latex/build_tools.page /usr/share/help/gl/gnome-latex/completion.page /usr/share/help/gl/gnome-latex/index.page /usr/share/help/gl/gnome-latex/projects.page /usr/share/help/gl/gnome-latex/spell_checking.page /usr/share/help/gl/gnome-latex/structure.page /usr/share/help/gl/gnome-latex/synctex.page /usr/share/help/hu/gnome-latex /usr/share/help/hu/gnome-latex/build_tools.page /usr/share/help/hu/gnome-latex/completion.page /usr/share/help/hu/gnome-latex/index.page /usr/share/help/hu/gnome-latex/projects.page /usr/share/help/hu/gnome-latex/spell_checking.page /usr/share/help/hu/gnome-latex/structure.page /usr/share/help/hu/gnome-latex/synctex.page /usr/share/help/pl/gnome-latex /usr/share/help/pl/gnome-latex/build_tools.page /usr/share/help/pl/gnome-latex/completion.page /usr/share/help/pl/gnome-latex/index.page /usr/share/help/pl/gnome-latex/projects.page /usr/share/help/pl/gnome-latex/spell_checking.page /usr/share/help/pl/gnome-latex/structure.page /usr/share/help/pl/gnome-latex/synctex.page /usr/share/help/pt_BR/gnome-latex /usr/share/help/pt_BR/gnome-latex/build_tools.page /usr/share/help/pt_BR/gnome-latex/completion.page /usr/share/help/pt_BR/gnome-latex/index.page /usr/share/help/pt_BR/gnome-latex/projects.page /usr/share/help/pt_BR/gnome-latex/spell_checking.page /usr/share/help/pt_BR/gnome-latex/structure.page /usr/share/help/pt_BR/gnome-latex/synctex.page /usr/share/help/ru/gnome-latex /usr/share/help/ru/gnome-latex/build_tools.page /usr/share/help/ru/gnome-latex/completion.page /usr/share/help/ru/gnome-latex/index.page /usr/share/help/ru/gnome-latex/projects.page /usr/share/help/ru/gnome-latex/spell_checking.page /usr/share/help/ru/gnome-latex/structure.page /usr/share/help/ru/gnome-latex/synctex.page /usr/share/help/sv/gnome-latex /usr/share/help/sv/gnome-latex/build_tools.page /usr/share/help/sv/gnome-latex/completion.page /usr/share/help/sv/gnome-latex/index.page /usr/share/help/sv/gnome-latex/projects.page /usr/share/help/sv/gnome-latex/spell_checking.page /usr/share/help/sv/gnome-latex/structure.page /usr/share/help/sv/gnome-latex/synctex.page /usr/share/help/uk/gnome-latex /usr/share/help/uk/gnome-latex/build_tools.page /usr/share/help/uk/gnome-latex/completion.page /usr/share/help/uk/gnome-latex/index.page /usr/share/help/uk/gnome-latex/projects.page /usr/share/help/uk/gnome-latex/spell_checking.page /usr/share/help/uk/gnome-latex/structure.page /usr/share/help/uk/gnome-latex/synctex.page /usr/share/icons/hicolor/scalable/apps /usr/share/icons/hicolor/scalable/apps/org.gnome.gnome-latex.svg /usr/share/icons/hicolor/symbolic/apps /usr/share/icons/hicolor/symbolic/apps/org.gnome.gnome-latex-symbolic.svg /usr/share/licenses/gnome-latex /usr/share/licenses/gnome-latex/COPYING /usr/share/locale/ca/LC_MESSAGES/gnome-latex.mo /usr/share/locale/cs/LC_MESSAGES/gnome-latex.mo /usr/share/locale/da/LC_MESSAGES/gnome-latex.mo /usr/share/locale/de/LC_MESSAGES/gnome-latex.mo /usr/share/locale/el/LC_MESSAGES/gnome-latex.mo /usr/share/locale/eo/LC_MESSAGES/gnome-latex.mo /usr/share/locale/es/LC_MESSAGES/gnome-latex.mo /usr/share/locale/eu/LC_MESSAGES/gnome-latex.mo /usr/share/locale/fr/LC_MESSAGES/gnome-latex.mo /usr/share/locale/gl/LC_MESSAGES/gnome-latex.mo /usr/share/locale/he/LC_MESSAGES/gnome-latex.mo /usr/share/locale/hu/LC_MESSAGES/gnome-latex.mo /usr/share/locale/id/LC_MESSAGES/gnome-latex.mo /usr/share/locale/it/LC_MESSAGES/gnome-latex.mo /usr/share/locale/lt/LC_MESSAGES/gnome-latex.mo /usr/share/locale/lv/LC_MESSAGES/gnome-latex.mo /usr/share/locale/nb/LC_MESSAGES/gnome-latex.mo /usr/share/locale/nl/LC_MESSAGES/gnome-latex.mo /usr/share/locale/pl/LC_MESSAGES/gnome-latex.mo /usr/share/locale/pt/LC_MESSAGES/gnome-latex.mo /usr/share/locale/pt_BR/LC_MESSAGES/gnome-latex.mo /usr/share/locale/ro/LC_MESSAGES/gnome-latex.mo /usr/share/locale/ru/LC_MESSAGES/gnome-latex.mo /usr/share/locale/sl/LC_MESSAGES/gnome-latex.mo /usr/share/locale/sr/LC_MESSAGES/gnome-latex.mo /usr/share/locale/sr@latin/LC_MESSAGES/gnome-latex.mo /usr/share/locale/sv/LC_MESSAGES/gnome-latex.mo /usr/share/locale/tr/LC_MESSAGES/gnome-latex.mo /usr/share/locale/uk/LC_MESSAGES/gnome-latex.mo /usr/share/locale/zh_CN/LC_MESSAGES/gnome-latex.mo /usr/share/man/man1/gnome-latex.1.gz /usr/share/metainfo/org.gnome.gnome-latex.appdata.xml
Generated by rpm2html 1.8.1
Fabrice Bellet, Sat Aug 9 15:14:09 2025