Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

texstudio-4.9.5-1.2 RPM for armv7hl

From OpenSuSE Ports Tumbleweed for armv7hl

Name: texstudio Distribution: openSUSE Tumbleweed
Version: 4.9.5 Vendor: openSUSE
Release: 1.2 Build date: Mon Jun 22 01:04:11 2026
Group: Productivity/Publishing/TeX/Frontends Build host: reproducible
Size: 376263107 Source RPM: texstudio-4.9.5-1.2.src.rpm
Packager: http://bugs.opensuse.org
Url: https://www.texstudio.org
Summary: LaTeX Editor
TeXstudio is a program based on texmaker, that integrates many tools needed
to develop documents with LaTeX, in just one application. Using its editor
you can write your documents with the help of interactive spell checking,
syntax highlighting, automatically code completion and more.

Provides

Requires

License

Apache-2.0 AND GPL-2.0-only AND GPL-3.0-only AND MPL-1.1

Changelog

* Sun Jun 21 2026 Simon Vogl <simon.vogl@gmx.net>
  - Update to TeXstudio 4.9.5
    * fix crash when setting explicit root doc #4469
    * improve handling collaboration with teamtype #4454,#4466
    * workaround win11 style, invisible red background when text not
      found in searchpanel
    * keep folder structure of imported macros if more than one
      macro is imported #4484
    * highlight more tex symbol as keyword #4465
    * fix addresource bibfile when using citation-style-language
      [#4477]
  - Change package build system to use Qt6 instead of Qt5
* Sun May 10 2026 Johannes Weberhofer <jweberhofer@weberhofer.at>
  - Update to TeXstudio 4.9.4
    * disable AI wizard by default
    * enable LLM to use tool functions to access the current document.
      This allows LLM to manipulate the document directly. This can be disabled.
    * fix losing cursor position when view width changes (soft wrap) #3418
    * fix file detection in TOC when creating new file from include/input
    * improve loading speed with large projects #4410
    * add find definitions on multiple defined labels
    * improve information when loading log is rejected because of size
    * add support for anthropic REST API #4387
    * fix expl3 highlighting #4397
    * fix TOC update (local & global were both triggered, at least on linux)
    * start syntax checker only when view is shown to reduce overall cpu load
    * fix color for ai chat in dark mode #4425
    * fix compiler optimization on windows build (was deactivated,
      performance should generally improve)
    * show progress dialog when restoring files takes longer
    * clean-up dialog allows arbitrary file endings #4419
    * completion of user constructs can be disabled (options/completer).
      This may speed up file restore for large projects
    * response after opening large log files can now be reverted by
      clicking the message #4416
    * speed-up globalTOC with large number of included files
  - Update to TeXstudio 4.9.3
    * preview updated to handle special document classes #4322
    * add functionality to remove entries from the recent files list #4338
    * equalize editor sizes with a double-click on the splitter #4341
    * switch review command support from easyReview to the changes package #4177
    * fix opening documentation of latex packages with
      miktex (Help/Packages Help…)#4359
    * fix searching in pdf #4337
    * fix inserting tables from libreoffice #4328
    * fix highlighting in some nested environments #4331
    * fix potential crash when using “Remodel Table”
    * add the option to turn macros on or off using checkboxes
      in the macro browser #3971
    * show ai chat as messenger-like UI
    * close windowed pdf viewer on txs quit #4368
    * fix keyval val/key detection for completion #4369
    * improve glossary completion #4370
* Fri Mar 06 2026 Johannes Weberhofer <jweberhofer@weberhofer.at>
  - Update to 4.9.2
    * fix background in windowed pdf viewer with win11 style
    * switch focus along with enlarge/shrink pdf viewer #4290
    * fix crash #4291
    * fix usepackage detection in included files
    * fix crash on terminating txs on OSX
    * cleanup Packages Help (TeXdoc) dialog when filtered list gets empty #4294
    * fix sometimes invisible lines #4319
    * fix rare crash in pdf viewer poppler fix, #4023
  - Update to 4.9.1
    * add ctrl+enter shortcut (accept dialog) for universal dialog, checkin, ai wizard
    * fix teamtype server start #4251
    * fix hang with addColumn (table manipulation) when last row does not end with \\ #4254
    * fix detection \bibitem #4265
    * fix symbols favorites/most used #4267
    * fix horizontal text scrolling #4266
  - Update to 4.9.0
    * implement peer-to-peer collaborative editing with teamtype, see manual
    * fix table insert from libreoffice calc, see #4186
    * fix stylesheet application on windowed pdf viewer, see #4185
    * fix showing log for labels with colon in its name, see #4184
    * fix quotation mark replacement in rnw files, see #4180
    * handle units in siunitx special to reduce completion offer and syntax check
    * add indent guides (optional), see #4129
    * extend cwl to allow multiple keyval arguments for one command
    * fixes around keyval syntax detection
    * change glossary to use special arguments, independent of label/ref #4212
    * extend find usage/goto definition for special arguments (e.g. glossary)
    * fix tabular column definition detection to handle split lines
    * add rainbow colored braces (default:off) #4224
    * don’t add expl3 as user commands #3919
* Wed Sep 17 2025 Natasha Ament <stacheldrahtje@gmail.com>
  - Update to 4.8.9
    * extend close env to close env or delimiter (alt+return)
    * add text selection in pdf viewer (on single page only)
    * fix verbatim highlighting issue, see
      gh#texstudio-org/texstudio#4136
    * allow extra arguments for LanguaTool
      gh#texstudio-org/texstudio#4147
    * text completion also take other open documents as source
      gh#texstudio-org/texstudio#4126
    * fix crash when opening unopened file via global TOC
      gh#texstudio-org/texstudio#4127
* Wed Aug 13 2025 Natasha Ament <stacheldrahtje@gmail.com>
  - Update to 4.8.8
    * improve handling tblr env for table manipulation
    * small bug fixes
    * implement macro function editor.getLineTokens, see
      gh#texstudio-org/texstudio#4111
* Mon May 12 2025 Johannes Weberhofer <jweberhofer@weberhofer.at>
  - Update to 4.8.7
    * add “Start Column” (sets column of first page, same as Shift+Click)
      to Grid menu of pdf-viewer’s context menu gh#texstudio-org/texstudio#3974
    * add preview with default compiler option gh#texstudio-org/texstudio#3978
    * shrink embedded pdf-viewer when an item of the Structure or TOC tree
      view is selected gh#texstudio-org/texstudio#3989
    * allow executing ai queries from macros see manual
    * fix completion of empty key/val values gh#texstudio-org/texstudio#4017
    * add clear button to search fields of Packages Help (TeXdoc)
      dialog gh#texstudio-org/texstudio#4041, Config dialog
      gh#texstudio-org/texstudio#4043, and Symbols side panel
* Fri Feb 21 2025 Johannes Weberhofer <jweberhofer@weberhofer.at>
  - Update to 4.8.6
    * provide command completion for expl3 commands
    * hide grammar errors in math/non-text environments (word repetition and
      language tool)
    * hide spelling errors in picture envs like tikzpicture
    * better handle \newtcbox gh#texstudio-org/texstudio#3878
    * fix rare crash gh#texstudio-org/texstudio#3936
    * repair user macro trigger (?highlight-as:…), still not usable for math
      env detection
    * add new user macro trigger (?inEnv:…)
    * add Grid menu to windowed and embedded pdf-viewer’s context menu
      gh#texstudio-org/texstudio#3942
    * fix pdf-viewer’s scrollbar with Fit to Width/Window and changing
      Continuous mode gh#texstudio-org/texstudio#3928
    * fix pdf-viewer’s Custom Grid dialog not preset with current Grid settings
      in Continuous mode gh#texstudio-org/texstudio#3929
    * fix pfd-viewer’s page display in non continuous mode 3952
    * fix pdf-viewer has a small issue when activating single page step 3957
    * add maximize button to Packages Help (Texdoc) dialog
      gh#texstudio-org/texstudio#3911
    * fix option ‘all packages’ no longer checked in Packages Help with no tex
      documents opened gh#texstudio-org/texstudio#3917
    * when context menu of a package name is used to open the Packages Help
      dialog then preset search filter with the name gh#texstudio-org/texstudio#3918
    * fix both View menu actions ‘Show embedded PDF large/small’ available,
      whether PDF area is large or small gh#texstudio-org/texstudio#3931
* Tue Jan 14 2025 Johannes Weberhofer <jweberhofer@weberhofer.at>
  - Update to 4.8.5
    * fix false delimiter mismatch marker which gets stuck under certain
      circumstances gh#texstudio-org/texstudio#489
    * fix label stop working when using subfigure package
      gh#texstudio-org/texstudio#3816
    * fix ai wizard conversation history gh#texstudio-org/texstudio#3820
    * fix colspec parsing gh#texstudio-org/texstudio#3831
    * fix user command handling in cached files gh#texstudio-org/texstudio#3828
    * fix label detection on memoir class gh#texstudio-org/texstudio#3829
    * fix crash when %Tex root document was not found
    * class are used for completion in documentclass
    * class names are not used anymore for package name completion
    * local packages can provide local cwl files, see manual
    * fix handling of user definition commands in subfiles
      gh#texstudio-org/texstudio#3885
    * fix crash in preview tooltip if no pdflatex is defined
      gh#texstudio-org/texstudio#3875
    * handle special columntypes (m[l],NiceMatrix) better
      gh#texstudio-org/texstudio#3881
    * handle key/val completion in frame environment better
      gh#texstudio-org/texstudio#3846
    * fix caching of newly defined colornames
* Mon Oct 21 2024 Johannes Weberhofer <jweberhofer@weberhofer.at>
  - Update to 4.8.4
    * Fix Double-click selection of words with special character gh#texstudio-org/texstudio#3812
* Fri Sep 27 2024 Johannes Weberhofer <jweberhofer@weberhofer.at>
  - Update to 4.8.3
    * use argument position to assign argument type (fixes some issues concerning keyval arguments)
    * fix activation of keyvals for completion when new packages are used
      gh#texstudio-org/texstudio#3791
    * improved table manipulation when multiline arguments are used
      gh#texstudio-org/texstudio#3789
* Thu Sep 12 2024 Johannes Weberhofer <jweberhofer@weberhofer.at>
  - Update to 4.8.2
    * fix background colors for AI chat interface in dark mode
    * configuration is directly saved after accepting changes
    * allow custom url for chatgpt server
* Thu Jul 11 2024 Johannes Weberhofer <jweberhofer@weberhofer.at>
  - Update to 4.8.1
    * allow hiding of sidepanel docks via view/show
    * reduce number on visible dock on OSX due to qt osx style weakness
    * fix raised dock after hiding/showing sidepanel
      gh#texstudio-org/texstudio#3653
    * fallback to simple syntax highligting when tooltip background differs from
      general background gh#texstudio-org/texstudio#3644
    * fix structure view context on sections gh#texstudio-org/texstudio#3642
    * fix black background on comboxes with windows11 style (qt6.7.1)
  - Update to 4.8.0
    * AI chat assistant added
    * use moveable/splitable docks for sidepanel
    * extended search can now also search in all files in one folder
    * add basic syntax highlighting for latex3 code
    * fix handling CJK characters in pdf on OSX gh#texstudio-org/texstudio#3558
    * fix rare crash gh#texstudio-org/texstudio#3556
    * reload hidden docs when user chooses to discard changes
      gh#texstudio-org/texstudio#3550
  - Update to 4.7.3
    * First line of macro editor no longer uses macro type, use buttons to set
      type. Macro format changes slightly.
      For details s. gh#texstudio-org/texstudio#3458
    * add export of all macros in Edit Macros dialog
      gh#texstudio-org/texstudio#3451
    * macro editor now executes normal and environment macros in addition to
      script macros gh#texstudio-org/texstudio#3444
    * macro editor with better button arrangement gh#texstudio-org/texstudio#3451
    * copy data from all issues in the messages pane (log) to clipboard
      gh#texstudio-org/texstudio#3487
    * insert graphics wizard opens position details without changing position or
      size of ui elements located above position details
      gh#texstudio-org/texstudio#3509
    * improved Package Help dialog
      gh#texstudio-org/texstudio#3478, gh#texstudio-org/texstudio#3497
    * fix missing connection error message when browsing macro repository
      gh#texstudio-org/texstudio#3448
    * fix switching (by clicking) between documents
      gh#texstudio-org/texstudio#3473
    * fix “Show all open documents in this tree” gh#texstudio-org/texstudio#3476
    * fix handling a new file created from the context menu
      gh#texstudio-org/texstudio#3471
    * small fixes
  - Update to 4.7.2
    * remove something (alt+del) handles matching delimiters
    * fix detecting parent/child documents when autoloading is disabled
      gh#texstudio-org/texstudio#3411
    * fix completion of user constructs like a_b gh#texstudio-org/texstudio#3403
    * fix navigating in subfiles gh#texstudio-org/texstudio#3404
    * fix duplicate shortcut in ‘Additional Shortcut’ column is not removed
      gh#texstudio-org/texstudio#3408
    * fix wrong cursor, scaling, settings in pdf viewer when switching window
      mode gh#texstudio-org/texstudio#3426 gh#texstudio-org/texstudio#3428 …
  - Update to 4.7.1
    * fix highlighting of %TODO comments after loading a file
      gh#texstudio-org/texstudio#3398
    * fix missing document height update when copy wrapped single lines
      gh#texstudio-org/texstudio#3396
  - Update to 4.7.0
    * remove auto inserted closing parenthesis if the opening one is removed
      via backspace
    * optimize internal parsing
    * TeXdoc dialog now shows (optionally all) packages as a searchable list.
      A new button opens the CTAN package documentation online.
      (gh#texstudio-org/texstudio#3259, gh#texstudio-org/texstudio#3270, …)
    * fix inputting accented characters on OSX
    * handle keyval with spaces better gh#texstudio-org/texstudio#3362
    * save some memory by reading thesaurus database only when needed the
      first time
* Mon Sep 04 2023 Markus Ebner <info@ebner-markus.de>
  - Update to 4.6.3
    * improved handling of active packages when loading included files
    * better detection that a screen is not active any more and move
      window onto active screen
    * Cancel button of dialog for inserting label references now inserts
      nothing, but you can still add an empty reference when needed (#3230)
  - Update to 4.6.2
    * fix crash
  - Update to 4.6.1
    * fix wrong path for saving cache information (#3225)
    * allow delimiter operations on $ math sections
  - Update to 4.6.0
    * use subfiles root for compilation if the current document is a child
    * load the complete subfile project to provide proper syntax checking,
      also when just opening a subfile root
    * cache structure/labels/usercommands/packages for faster reload of
      large projects (optional) (ef0ab75)
    * add support for alignedat environment in QuickArray Wizard (#2921)
    * add a Lorem Ipsum generator to the Random Text Generator
      dialog (#3102)
    * change default windows style for new installs to Fusion instead
      of modern-dark, in case system darkmode is detected (ad0fc44)
    * improve some details and fix issues of the Quick Start
      wizard (#2901, #3153, #3150, #3157)
    * improve some details of the Edit Macros dialog (#3130)
    * The link to the TeXstudio homepage is now at the top of the About
      dialog (Help menu) and the number of the latest stable version is
      also displayed (#3146)
    * option Disable horizontal scrolling for “Fit to Text Width” now
      affects horizontal scrolling with mousepad and scroll wheel (#1526)
    * fix editor moving last line of a selection when selection ends
      at start of a line (#3131)
    * fix some icon issues on OSX (#3100,#3104)
    * basic support for tblr colspec
* Sun Apr 16 2023 Dmitry Roshchin <dmitry_r@opensuse.org>
  - Update to version 4.5.2
    * bugfix release
* Wed Feb 22 2023 Markus Ebner <info@ebner-markus.de>
  - Update to version 4.5.1
    * Provide online template repository
    * change preview target in IDEFIX menu (#2760)
    * use QtMultimedia instead of phonon to show movies in pdf (non-default)
    * regex in search panel is syntax checked and marked if wrong
    * latex menu for horizontal spacing (#2687)
    * config dialog with resizable splitter (#2707)
    * insert inline math mode as $$ (#2719)
    * add editor action “Move all (others) to other view” (#2713)
    * show macro name in completer list (#2679)
    * show macro trigger and shortcut in configuration window (#2635)
    * fix wrong side panel title when changing grid size in config (#2743)
    * preview/clear preview now use position of context menu as reference (#2794)
    * add a Package Tab to the QuickStart Wizard (#2831)
    * Editor option ‘Show Only Monospaced Fonts’ is now persistent (#788)
    * fix size of config dialog on low res screens (#995)
    * add script command loadManagedMenu, s. new section “Menu Definitions” in the manual (#2816)
    * switch to pointer cursor over bookmark column of editors (#2220)
    * add shadow option for rectangular magnifier in pdf viewer config (#2885)
    * in split view mode add editor to split view where current editor is (#2838)

Files

/usr/bin/texstudio
/usr/share/applications/texstudio.desktop
/usr/share/doc/packages/texstudio
/usr/share/doc/packages/texstudio/AUTHORS
/usr/share/doc/packages/texstudio/CHANGELOG.txt
/usr/share/doc/texstudio
/usr/share/doc/texstudio/CHANGELOG.html
/usr/share/doc/texstudio/CHANGELOG.md
/usr/share/doc/texstudio/_images
/usr/share/doc/texstudio/_images/TOC_file.webp
/usr/share/doc/texstudio/_images/TOC_standard.webp
/usr/share/doc/texstudio/_images/Tool_Bar_Menu.webp
/usr/share/doc/texstudio/_images/Tool_Bar_Move.webp
/usr/share/doc/texstudio/_images/active_language.webp
/usr/share/doc/texstudio/_images/ai_wizard.webp
/usr/share/doc/texstudio/_images/blockCursor.webp
/usr/share/doc/texstudio/_images/blockCursor_selection.webp
/usr/share/doc/texstudio/_images/block_selection.webp
/usr/share/doc/texstudio/_images/bookmark1.webp
/usr/share/doc/texstudio/_images/bookmark2.webp
/usr/share/doc/texstudio/_images/bookmark3.webp
/usr/share/doc/texstudio/_images/bookmark4.webp
/usr/share/doc/texstudio/_images/bookmark5.webp
/usr/share/doc/texstudio/_images/bookmark6.webp
/usr/share/doc/texstudio/_images/compile_toolbar.webp
/usr/share/doc/texstudio/_images/completer.webp
/usr/share/doc/texstudio/_images/completer_env.webp
/usr/share/doc/texstudio/_images/completer_env_before.webp
/usr/share/doc/texstudio/_images/completer_filename.webp
/usr/share/doc/texstudio/_images/completer_filename_preview.webp
/usr/share/doc/texstudio/_images/completer_keys.webp
/usr/share/doc/texstudio/_images/completer_length.webp
/usr/share/doc/texstudio/_images/completer_ref.webp
/usr/share/doc/texstudio/_images/completer_reference.webp
/usr/share/doc/texstudio/_images/completer_text.webp
/usr/share/doc/texstudio/_images/completer_usertag.webp
/usr/share/doc/texstudio/_images/completer_usertag_text.webp
/usr/share/doc/texstudio/_images/conf_LT.webp
/usr/share/doc/texstudio/_images/conf_LT_adv.webp
/usr/share/doc/texstudio/_images/conf_ai.webp
/usr/share/doc/texstudio/_images/conf_grammar_internal.webp
/usr/share/doc/texstudio/_images/conf_structurepanel.webp
/usr/share/doc/texstudio/_images/conf_tableautoformating.webp
/usr/share/doc/texstudio/_images/conf_thesaurus.webp
/usr/share/doc/texstudio/_images/configure_advancedEditor.webp
/usr/share/doc/texstudio/_images/configure_build.webp
/usr/share/doc/texstudio/_images/configure_collaboration.webp
/usr/share/doc/texstudio/_images/configure_commands.webp
/usr/share/doc/texstudio/_images/configure_completion.webp
/usr/share/doc/texstudio/_images/configure_completion_adv.webp
/usr/share/doc/texstudio/_images/configure_customToolbar.webp
/usr/share/doc/texstudio/_images/configure_customizeMenu.webp
/usr/share/doc/texstudio/_images/configure_editor.webp
/usr/share/doc/texstudio/_images/configure_editor_adv.webp
/usr/share/doc/texstudio/_images/configure_general.webp
/usr/share/doc/texstudio/_images/configure_general_adv.webp
/usr/share/doc/texstudio/_images/configure_guiscaling.webp
/usr/share/doc/texstudio/_images/configure_language.webp
/usr/share/doc/texstudio/_images/configure_preview.webp
/usr/share/doc/texstudio/_images/configure_shortcuts.webp
/usr/share/doc/texstudio/_images/configure_svn.webp
/usr/share/doc/texstudio/_images/configure_syntaxhighlighting.webp
/usr/share/doc/texstudio/_images/doc16.webp
/usr/share/doc/texstudio/_images/doc17.webp
/usr/share/doc/texstudio/_images/doc18.webp
/usr/share/doc/texstudio/_images/doc19.webp
/usr/share/doc/texstudio/_images/doc21.webp
/usr/share/doc/texstudio/_images/doc3.webp
/usr/share/doc/texstudio/_images/dock_move.webp
/usr/share/doc/texstudio/_images/dock_split.webp
/usr/share/doc/texstudio/_images/dock_start.webp
/usr/share/doc/texstudio/_images/errorlog.webp
/usr/share/doc/texstudio/_images/ethersync_status_panel.webp
/usr/share/doc/texstudio/_images/ethersync_status_panel_copyCode.webp
/usr/share/doc/texstudio/_images/extendedSearch.webp
/usr/share/doc/texstudio/_images/fileList.webp
/usr/share/doc/texstudio/_images/findUsage.webp
/usr/share/doc/texstudio/_images/format_example.webp
/usr/share/doc/texstudio/_images/grid4x2_book_col1.webp
/usr/share/doc/texstudio/_images/grid4x2_book_col2.webp
/usr/share/doc/texstudio/_images/hide_panes.webp
/usr/share/doc/texstudio/_images/insertImage_menu.webp
/usr/share/doc/texstudio/_images/insert_ref.webp
/usr/share/doc/texstudio/_images/insert_ref_fromStructure.webp
/usr/share/doc/texstudio/_images/menu_session.webp
/usr/share/doc/texstudio/_images/menu_svn.webp
/usr/share/doc/texstudio/_images/preview_color.webp
/usr/share/doc/texstudio/_images/preview_context.webp
/usr/share/doc/texstudio/_images/preview_image.webp
/usr/share/doc/texstudio/_images/preview_inline.webp
/usr/share/doc/texstudio/_images/preview_inline_context.webp
/usr/share/doc/texstudio/_images/preview_tooltip.webp
/usr/share/doc/texstudio/_images/quickstartwizard.webp
/usr/share/doc/texstudio/_images/searchpanel.webp
/usr/share/doc/texstudio/_images/social_previews
/usr/share/doc/texstudio/_images/spellcheck_menu.webp
/usr/share/doc/texstudio/_images/spellcheck_options.webp
/usr/share/doc/texstudio/_images/speller_dialog.webp
/usr/share/doc/texstudio/_images/spelling_error.webp
/usr/share/doc/texstudio/_images/splitScreen.webp
/usr/share/doc/texstudio/_images/structureview.webp
/usr/share/doc/texstudio/_images/symbol_panel.webp
/usr/share/doc/texstudio/_images/syntax_error.webp
/usr/share/doc/texstudio/_images/syntax_error_tooltip.webp
/usr/share/doc/texstudio/_images/tabContextMenu.webp
/usr/share/doc/texstudio/_images/tb_central_format.webp
/usr/share/doc/texstudio/_images/tb_central_math.webp
/usr/share/doc/texstudio/_images/tb_math.webp
/usr/share/doc/texstudio/_images/tb_pdf_magnifyPan.webp
/usr/share/doc/texstudio/_images/tb_reference.webp
/usr/share/doc/texstudio/_images/template.webp
/usr/share/doc/texstudio/_images/thesaurus.webp
/usr/share/doc/texstudio/_images/txs_compile.webp
/usr/share/doc/texstudio/_images/txs_equation.webp
/usr/share/doc/texstudio/_images/txs_overview.webp
/usr/share/doc/texstudio/_images/txs_section.webp
/usr/share/doc/texstudio/_images/txs_symbol.webp
/usr/share/doc/texstudio/_images/txs_view.webp
/usr/share/doc/texstudio/_images/txs_wizard.webp
/usr/share/doc/texstudio/_images/userfoldmarker.webp
/usr/share/doc/texstudio/_images/view_docks.webp
/usr/share/doc/texstudio/_images/viewbutton.webp
/usr/share/doc/texstudio/_images/wizard_array.webp
/usr/share/doc/texstudio/_images/wizard_figure.webp
/usr/share/doc/texstudio/_images/wizard_tabbing.webp
/usr/share/doc/texstudio/_images/wizard_tabular.webp
/usr/share/doc/texstudio/_sphinx_design_static
/usr/share/doc/texstudio/_sphinx_design_static/design-tabs.js
/usr/share/doc/texstudio/_sphinx_design_static/sphinx-design.min.css
/usr/share/doc/texstudio/_static
/usr/share/doc/texstudio/_static/_sphinx_javascript_frameworks_compat.js
/usr/share/doc/texstudio/_static/base-stemmer.js
/usr/share/doc/texstudio/_static/basic.css
/usr/share/doc/texstudio/_static/debug.css
/usr/share/doc/texstudio/_static/design-style.1e8bd061cd6da7fc9cf755528e8ffc24.min.css
/usr/share/doc/texstudio/_static/design-style.4045f2051d55cab465a707391d5b2007.min.css
/usr/share/doc/texstudio/_static/design-tabs.js
/usr/share/doc/texstudio/_static/doctools.js
/usr/share/doc/texstudio/_static/documentation_options.js
/usr/share/doc/texstudio/_static/english-stemmer.js
/usr/share/doc/texstudio/_static/file.png
/usr/share/doc/texstudio/_static/jquery-3.6.0.js
/usr/share/doc/texstudio/_static/jquery.js
/usr/share/doc/texstudio/_static/language_data.js
/usr/share/doc/texstudio/_static/minus.png
/usr/share/doc/texstudio/_static/plus.png
/usr/share/doc/texstudio/_static/pygments.css
/usr/share/doc/texstudio/_static/scripts
/usr/share/doc/texstudio/_static/scripts/furo-extensions.js
/usr/share/doc/texstudio/_static/scripts/furo.js
/usr/share/doc/texstudio/_static/scripts/furo.js.LICENSE.txt
/usr/share/doc/texstudio/_static/scripts/furo.js.map
/usr/share/doc/texstudio/_static/scripts/gumshoe-patched.js
/usr/share/doc/texstudio/_static/searchtools.js
/usr/share/doc/texstudio/_static/skeleton.css
/usr/share/doc/texstudio/_static/sphinx-design.min.css
/usr/share/doc/texstudio/_static/sphinx_highlight.js
/usr/share/doc/texstudio/_static/styles
/usr/share/doc/texstudio/_static/styles/furo-extensions.css
/usr/share/doc/texstudio/_static/styles/furo-extensions.css.map
/usr/share/doc/texstudio/_static/styles/furo.css
/usr/share/doc/texstudio/_static/styles/furo.css.map
/usr/share/doc/texstudio/_static/tabs.css
/usr/share/doc/texstudio/_static/tabs.js
/usr/share/doc/texstudio/_static/texstudio.ico
/usr/share/doc/texstudio/_static/texstudio128x128.png
/usr/share/doc/texstudio/_static/texstudio128x128.webp
/usr/share/doc/texstudio/_static/underscore-1.13.1.js
/usr/share/doc/texstudio/_static/underscore.js
/usr/share/doc/texstudio/advanced.html
/usr/share/doc/texstudio/background.html
/usr/share/doc/texstudio/compiling.html
/usr/share/doc/texstudio/configuration.html
/usr/share/doc/texstudio/editing.html
/usr/share/doc/texstudio/genindex.html
/usr/share/doc/texstudio/getting_started.html
/usr/share/doc/texstudio/index.html
/usr/share/doc/texstudio/latex2e.css
/usr/share/doc/texstudio/latex2e.html
/usr/share/doc/texstudio/list.png
/usr/share/doc/texstudio/search.html
/usr/share/doc/texstudio/searchindex.js
/usr/share/doc/texstudio/viewing.html
/usr/share/icons/hicolor/scalable/apps/texstudio.svg
/usr/share/licenses/texstudio
/usr/share/licenses/texstudio/COPYING
/usr/share/metainfo
/usr/share/metainfo/texstudio.metainfo.xml
/usr/share/texstudio
/usr/share/texstudio/README_DIC_fr_FR.txt
/usr/share/texstudio/README_es_ES.txt
/usr/share/texstudio/README_hu_HU.txt
/usr/share/texstudio/README_it_IT.txt
/usr/share/texstudio/README_others.txt
/usr/share/texstudio/README_pt_BR.TXT
/usr/share/texstudio/bg_BG-Bulgarian.aff
/usr/share/texstudio/bg_BG-Bulgarian.dic
/usr/share/texstudio/br_BR-Breton.aff
/usr/share/texstudio/br_BR-Breton.dic
/usr/share/texstudio/ca_CAVA-CatalanValencian.aff
/usr/share/texstudio/ca_CAVA-CatalanValencian.dic
/usr/share/texstudio/ca_ES-Catalan.aff
/usr/share/texstudio/ca_ES-Catalan.dic
/usr/share/texstudio/cs_CS-Czech.aff
/usr/share/texstudio/cs_CS-Czech.dic
/usr/share/texstudio/da_DA-Danish.aff
/usr/share/texstudio/da_DA-Danish.dic
/usr/share/texstudio/de_AT-GermanAustria.aff
/usr/share/texstudio/de_AT-GermanAustria.dic
/usr/share/texstudio/de_CH-GermanSwitzerland.aff
/usr/share/texstudio/de_CH-GermanSwitzerland.dic
/usr/share/texstudio/de_DE.aff
/usr/share/texstudio/de_DE.badWords
/usr/share/texstudio/de_DE.dic
/usr/share/texstudio/de_DE.stopWords
/usr/share/texstudio/de_DE.stopWords.level2
/usr/share/texstudio/el_EL-ModernGreek.aff
/usr/share/texstudio/el_EL-ModernGreek.dic
/usr/share/texstudio/el_POL-ModerGreekPolytonicGreek.aff
/usr/share/texstudio/el_POL-ModerGreekPolytonicGreek.dic
/usr/share/texstudio/en_AU-EnglishAustralia.aff
/usr/share/texstudio/en_AU-EnglishAustralia.dic
/usr/share/texstudio/en_CA-EnglishCanada.aff
/usr/share/texstudio/en_CA-EnglishCanada.dic
/usr/share/texstudio/en_EN-EnglishUnitedKingdom.aff
/usr/share/texstudio/en_EN-EnglishUnitedKingdom.dic
/usr/share/texstudio/en_GB.aff
/usr/share/texstudio/en_GB.dic
/usr/share/texstudio/en_GB.stopWords
/usr/share/texstudio/en_US.aff
/usr/share/texstudio/en_US.dic
/usr/share/texstudio/en_US.stopWords
/usr/share/texstudio/en_ZA-EnglishSouthAfrica.aff
/usr/share/texstudio/en_ZA-EnglishSouthAfrica.dic
/usr/share/texstudio/eo_EO-Esperanto.aff
/usr/share/texstudio/eo_EO-Esperanto.dic
/usr/share/texstudio/es_AR-SpanishArgentina.aff
/usr/share/texstudio/es_AR-SpanishArgentina.dic
/usr/share/texstudio/es_BO-SpanishBolivia.aff
/usr/share/texstudio/es_BO-SpanishBolivia.dic
/usr/share/texstudio/es_CL-SpanishChile.aff
/usr/share/texstudio/es_CL-SpanishChile.dic
/usr/share/texstudio/es_CO-SpanishColombia.aff
/usr/share/texstudio/es_CO-SpanishColombia.dic
/usr/share/texstudio/es_CR-SpanishCostaRica.aff
/usr/share/texstudio/es_CR-SpanishCostaRica.dic
/usr/share/texstudio/es_CU-SpanishCuba.aff
/usr/share/texstudio/es_CU-SpanishCuba.dic
/usr/share/texstudio/es_DO-SpanishDominicanRepublic.aff
/usr/share/texstudio/es_DO-SpanishDominicanRepublic.dic
/usr/share/texstudio/es_EC-SpanishEcuador.aff
/usr/share/texstudio/es_EC-SpanishEcuador.dic
/usr/share/texstudio/es_ES.aff
/usr/share/texstudio/es_ES.dic
/usr/share/texstudio/es_GT-SpanishGuatemala.aff
/usr/share/texstudio/es_GT-SpanishGuatemala.dic
/usr/share/texstudio/es_HN-SpanishHonduras.aff
/usr/share/texstudio/es_HN-SpanishHonduras.dic
/usr/share/texstudio/es_MX-SpanishMexico.aff
/usr/share/texstudio/es_MX-SpanishMexico.dic
/usr/share/texstudio/es_NI-SpanishNicaragua.aff
/usr/share/texstudio/es_NI-SpanishNicaragua.dic
/usr/share/texstudio/es_PA-SpanishPanama.aff
/usr/share/texstudio/es_PA-SpanishPanama.dic
/usr/share/texstudio/es_PE-SpanishPeru.aff
/usr/share/texstudio/es_PE-SpanishPeru.dic
/usr/share/texstudio/es_PH-SpanishPhilippines.aff
/usr/share/texstudio/es_PH-SpanishPhilippines.dic
/usr/share/texstudio/es_PR-SpanishPuertoRico.aff
/usr/share/texstudio/es_PR-SpanishPuertoRico.dic
/usr/share/texstudio/es_PY-SpanishParaguay.aff
/usr/share/texstudio/es_PY-SpanishParaguay.dic
/usr/share/texstudio/es_SV-SpanishElSalvador.aff
/usr/share/texstudio/es_SV-SpanishElSalvador.dic
/usr/share/texstudio/es_US-SpanishUnitedStates.aff
/usr/share/texstudio/es_US-SpanishUnitedStates.dic
/usr/share/texstudio/es_UY-SpanishUruguay.aff
/usr/share/texstudio/es_UY-SpanishUruguay.dic
/usr/share/texstudio/es_VE-SpanishVenezuela.aff
/usr/share/texstudio/es_VE-SpanishVenezuela.dic
/usr/share/texstudio/et_ET-Estonian.aff
/usr/share/texstudio/et_ET-Estonian.dic
/usr/share/texstudio/eu_EU-Basque.aff
/usr/share/texstudio/eu_EU-Basque.dic
/usr/share/texstudio/fa_FA-Persian.aff
/usr/share/texstudio/fa_FA-Persian.dic
/usr/share/texstudio/fo_FO-Faroese.aff
/usr/share/texstudio/fo_FO-Faroese.dic
/usr/share/texstudio/fr_FR.aff
/usr/share/texstudio/fr_FR.dic
/usr/share/texstudio/fr_FR.stopWords
/usr/share/texstudio/fur_FUR-Friulian.aff
/usr/share/texstudio/fur_FUR-Friulian.dic
/usr/share/texstudio/fy_FY-WesternFrisian.aff
/usr/share/texstudio/fy_FY-WesternFrisian.dic
/usr/share/texstudio/ga_GA-Irish.aff
/usr/share/texstudio/ga_GA-Irish.dic
/usr/share/texstudio/gd_GD-Gaelic.aff
/usr/share/texstudio/gd_GD-Gaelic.dic
/usr/share/texstudio/gl_GL-Galician.aff
/usr/share/texstudio/gl_GL-Galician.dic
/usr/share/texstudio/he_HE-Hebrew.aff
/usr/share/texstudio/he_HE-Hebrew.dic
/usr/share/texstudio/hr_HR-Croatian.aff
/usr/share/texstudio/hr_HR-Croatian.dic
/usr/share/texstudio/hu_HU.aff
/usr/share/texstudio/hu_HU.dic
/usr/share/texstudio/hy_HY-Armenian.aff
/usr/share/texstudio/hy_HY-Armenian.dic
/usr/share/texstudio/hyw_HYW-WesternArmenian.aff
/usr/share/texstudio/hyw_HYW-WesternArmenian.dic
/usr/share/texstudio/ia_IA-Interlingua.aff
/usr/share/texstudio/ia_IA-Interlingua.dic
/usr/share/texstudio/ie_IE-Interlingue.aff
/usr/share/texstudio/ie_IE-Interlingue.dic
/usr/share/texstudio/is_IS-Icelandic.aff
/usr/share/texstudio/is_IS-Icelandic.dic
/usr/share/texstudio/it_IT.aff
/usr/share/texstudio/it_IT.dic
/usr/share/texstudio/ka_KA-Georgian.aff
/usr/share/texstudio/ka_KA-Georgian.dic
/usr/share/texstudio/ko_KO-Korean.aff
/usr/share/texstudio/ko_KO-Korean.dic
/usr/share/texstudio/la_LA-Latin.aff
/usr/share/texstudio/la_LA-Latin.dic
/usr/share/texstudio/lb_LB-Luxembourgish.aff
/usr/share/texstudio/lb_LB-Luxembourgish.dic
/usr/share/texstudio/lt_LT-Lithuanian.aff
/usr/share/texstudio/lt_LT-Lithuanian.dic
/usr/share/texstudio/ltg_LTG-Latgalian.aff
/usr/share/texstudio/ltg_LTG-Latgalian.dic
/usr/share/texstudio/lv_LV-Latvian.aff
/usr/share/texstudio/lv_LV-Latvian.dic
/usr/share/texstudio/mk_MK-Macedonian.aff
/usr/share/texstudio/mk_MK-Macedonian.dic
/usr/share/texstudio/mn_MN-Mongolian.aff
/usr/share/texstudio/mn_MN-Mongolian.dic
/usr/share/texstudio/nb_NB-NorwegianBokmal.aff
/usr/share/texstudio/nb_NB-NorwegianBokmal.dic
/usr/share/texstudio/nds_NDS-LowGerman.aff
/usr/share/texstudio/nds_NDS-LowGerman.dic
/usr/share/texstudio/ne_NE-Nepali.aff
/usr/share/texstudio/ne_NE-Nepali.dic
/usr/share/texstudio/nl_NL-Dutch.aff
/usr/share/texstudio/nl_NL-Dutch.dic
/usr/share/texstudio/nn_NN-NorwegianNynorsk.aff
/usr/share/texstudio/nn_NN-NorwegianNynorsk.dic
/usr/share/texstudio/pl_PL-Polish.aff
/usr/share/texstudio/pl_PL-Polish.dic
/usr/share/texstudio/pt_BR.aff
/usr/share/texstudio/pt_BR.dic
/usr/share/texstudio/pt_PT-Portuguese.aff
/usr/share/texstudio/pt_PT-Portuguese.dic
/usr/share/texstudio/pt_PT2-PortuguesePortugal.aff
/usr/share/texstudio/pt_PT2-PortuguesePortugal.dic
/usr/share/texstudio/qt_cs.qm
/usr/share/texstudio/qt_de.qm
/usr/share/texstudio/qt_es.qm
/usr/share/texstudio/qt_fr.qm
/usr/share/texstudio/qt_hu.qm
/usr/share/texstudio/qt_ja.qm
/usr/share/texstudio/qt_pl.qm
/usr/share/texstudio/qt_ru.qm
/usr/share/texstudio/qt_zh.qm
/usr/share/texstudio/ro_RO-Romanian.aff
/usr/share/texstudio/ro_RO-Romanian.dic
/usr/share/texstudio/ru_RU-Russian.aff
/usr/share/texstudio/ru_RU-Russian.dic
/usr/share/texstudio/sk_SK-Slovak.aff
/usr/share/texstudio/sk_SK-Slovak.dic
/usr/share/texstudio/sl_SL-Slovenian.aff
/usr/share/texstudio/sl_SL-Slovenian.dic
/usr/share/texstudio/sr_LATN-SerbianLatin.aff
/usr/share/texstudio/sr_LATN-SerbianLatin.dic
/usr/share/texstudio/sr_SR-Serbian.aff
/usr/share/texstudio/sr_SR-Serbian.dic
/usr/share/texstudio/sv_FI-SwedishFinland.aff
/usr/share/texstudio/sv_FI-SwedishFinland.dic
/usr/share/texstudio/sv_SV-Swedish.aff
/usr/share/texstudio/sv_SV-Swedish.dic
/usr/share/texstudio/tabletemplate_fullyframed_firstBold.js
/usr/share/texstudio/tabletemplate_fullyframed_firstBold.png
/usr/share/texstudio/tabletemplate_fullyframed_longtable.js
/usr/share/texstudio/tabletemplate_fullyframed_longtable.png
/usr/share/texstudio/tabletemplate_fullyframed_longtabu.js
/usr/share/texstudio/tabletemplate_fullyframed_longtabu.png
/usr/share/texstudio/tabletemplate_plain_tabular.js
/usr/share/texstudio/tabletemplate_plain_tabular.png
/usr/share/texstudio/tabletemplate_plain_tabularx.js
/usr/share/texstudio/tabletemplate_plain_tabularx.png
/usr/share/texstudio/tabletemplate_rowcolors_tabular.js
/usr/share/texstudio/tabletemplate_rowcolors_tabular.png
/usr/share/texstudio/template_Article.json
/usr/share/texstudio/template_Article.png
/usr/share/texstudio/template_Article.tex
/usr/share/texstudio/template_Article_French.json
/usr/share/texstudio/template_Article_French.png
/usr/share/texstudio/template_Article_French.tex
/usr/share/texstudio/template_Article_LuaLaTeX_French.json
/usr/share/texstudio/template_Article_LuaLaTeX_French.png
/usr/share/texstudio/template_Article_LuaLaTeX_French.tex
/usr/share/texstudio/template_Beamer.json
/usr/share/texstudio/template_Beamer.png
/usr/share/texstudio/template_Beamer.tex
/usr/share/texstudio/template_Book.json
/usr/share/texstudio/template_Book.png
/usr/share/texstudio/template_Book.zip
/usr/share/texstudio/template_HA-prosper.json
/usr/share/texstudio/template_HA-prosper.tex
/usr/share/texstudio/template_Letter.json
/usr/share/texstudio/template_Letter.png
/usr/share/texstudio/template_Letter.tex
/usr/share/texstudio/template_Moderncv.json
/usr/share/texstudio/template_Moderncv.png
/usr/share/texstudio/template_Moderncv.tex
/usr/share/texstudio/template_Moderncv_French.json
/usr/share/texstudio/template_Moderncv_French.png
/usr/share/texstudio/template_Moderncv_French.tex
/usr/share/texstudio/template_Prosper.json
/usr/share/texstudio/template_Prosper.tex
/usr/share/texstudio/template_Report.json
/usr/share/texstudio/template_Report.png
/usr/share/texstudio/template_Report.tex
/usr/share/texstudio/template_Scrartcl.json
/usr/share/texstudio/template_Scrartcl.png
/usr/share/texstudio/template_Scrartcl.tex
/usr/share/texstudio/template_Scrbook.json
/usr/share/texstudio/template_Scrbook.tex
/usr/share/texstudio/template_Scrlttr2.json
/usr/share/texstudio/template_Scrlttr2.tex
/usr/share/texstudio/template_Scrreprt.json
/usr/share/texstudio/template_Scrreprt.tex
/usr/share/texstudio/texstudio_ar.qm
/usr/share/texstudio/texstudio_br.qm
/usr/share/texstudio/texstudio_ca.qm
/usr/share/texstudio/texstudio_cs.qm
/usr/share/texstudio/texstudio_de.qm
/usr/share/texstudio/texstudio_de_CH.qm
/usr/share/texstudio/texstudio_el.qm
/usr/share/texstudio/texstudio_en.qm
/usr/share/texstudio/texstudio_es.qm
/usr/share/texstudio/texstudio_fa.qm
/usr/share/texstudio/texstudio_fr.qm
/usr/share/texstudio/texstudio_gsw.qm
/usr/share/texstudio/texstudio_hu.qm
/usr/share/texstudio/texstudio_id_ID.qm
/usr/share/texstudio/texstudio_ie.qm
/usr/share/texstudio/texstudio_it.qm
/usr/share/texstudio/texstudio_ja.qm
/usr/share/texstudio/texstudio_ko.qm
/usr/share/texstudio/texstudio_ko_KR.qm
/usr/share/texstudio/texstudio_nb_NO.qm
/usr/share/texstudio/texstudio_nl.qm
/usr/share/texstudio/texstudio_pl.qm
/usr/share/texstudio/texstudio_pt.qm
/usr/share/texstudio/texstudio_pt_BR.qm
/usr/share/texstudio/texstudio_ru.qm
/usr/share/texstudio/texstudio_ru_RU.qm
/usr/share/texstudio/texstudio_si.qm
/usr/share/texstudio/texstudio_sk.qm
/usr/share/texstudio/texstudio_sq.qm
/usr/share/texstudio/texstudio_sv.qm
/usr/share/texstudio/texstudio_tr_TR.qm
/usr/share/texstudio/texstudio_ug.qm
/usr/share/texstudio/texstudio_uk.qm
/usr/share/texstudio/texstudio_vi.qm
/usr/share/texstudio/texstudio_zh_CN.qm
/usr/share/texstudio/th_de_DE_v2.dat
/usr/share/texstudio/th_en_US_v2.dat
/usr/share/texstudio/th_fr_FR_v2.dat
/usr/share/texstudio/th_it_IT_v2.dat
/usr/share/texstudio/tk_TK-Turkmen.aff
/usr/share/texstudio/tk_TK-Turkmen.dic
/usr/share/texstudio/tlh_LATN-KlingonLatin.aff
/usr/share/texstudio/tlh_LATN-KlingonLatin.dic
/usr/share/texstudio/tlh_TLH-Klingon.aff
/usr/share/texstudio/tlh_TLH-Klingon.dic
/usr/share/texstudio/tr_TR-Turkish.aff
/usr/share/texstudio/tr_TR-Turkish.dic
/usr/share/texstudio/ug_CN-China.aff
/usr/share/texstudio/ug_CN-China.dic
/usr/share/texstudio/uk_UK-Ukrainian.aff
/usr/share/texstudio/uk_UK-Ukrainian.dic
/usr/share/texstudio/vi_VI-Vietnamese.aff
/usr/share/texstudio/vi_VI-Vietnamese.dic


Generated by rpm2html 1.8.1

Fabrice Bellet, Sun Aug 2 04:22:40 2026