Archives For November 30, 1999

TeXworks, the free open-source application for authoring TeX (LaTeX, ConTeXt, etc) documents, released 0.6.7 today. Here’s how to install it in Ubuntu 18.04, Ubuntu 20.04, Ubuntu 21.10, and Ubuntu 22.04.

TeXworks 0.6.7 added some minor new features, improved dark mode support, and fixed various bugs.

  • Add a ruler with draggable guidelines to the PDF previewer
  • Improve preservation of Unicode characters during loading/saving
  • Prevent concurrent typesetting in multi-file sources
  • Disable “Remove Aux Files” during typesetting
  • Add full paths as tool tips in the “Open Recent” menu
  • Use native separators (/ or \) in the recent files menu
  • Add “Fit to Content Width” to the PDF preview zoom context menu and to the scaling preferences
  • Improve interoperability with docstrip by adding support for “%^^A ! TeX…” magic comments

Install TeXworks via PPA in Ubuntu:

Ubuntu includes the software package in its official repositories, but it does not provide package updates. To get the latest version, an official PPA is available which so far support all current Ubuntu releases and the next Ubuntu 22.04 LTS. As well, the old Ubuntu 14.04 and Ubuntu 16.04 are supported!

1. Add the PPA:

Firstly, press Ctrl+Alt+T on keyboard to open a terminal window. When it opens, paste the command below and hit Enter:

sudo add-apt-repository ppa:texworks/stable

Type user password (no asterisk feedback) and hit Enter to continue

2. Update system package cache:

Ubuntu 20.04 and higher now refresh the package cache automatically after adding PPA. However, Ubuntu 18.04 and old releases need to do it manually by running command:

sudo apt update

3. Install or Upgrade TeXworks:

If an old package was installed, using ‘Software Updater‘ may upgrade the package to the latest:

Or, run the command below in terminal to install (or upgrade) the package:

sudo apt install texworks

How to Remove TeXworks:

To remove the software package installed via PPA repository, simply run the command below in terminal:

sudo apt remove --autoremove texworks

To remove the PPA repository, either run the command below:

sudo add-apt-repository --remove ppa:texworks/stable

Or, open ‘Software & Updates‘ utility, navigate to ‘Other Software’ tab and remove the relevant source line.

The open-source LaTeX editor TeXstudio 4.0.0 was released! Here’s how to install it in Ubuntu via PPA repository.

TeXstudio 4.0.0 offers Qt6 support which should improve HiDPI handling. And the official packages for Windows and macOS are now based on Qt6, while Linux build sticks to Qt5.

The final release is out after 8 alpha, 3 beta and 2 release candidate tests, though it’s announced only with following changes:

  • Adapt to Qt6/poppler-qt6
  • OSX/win build provided with Qt6
  • Remodel structure handling in order to avoid (rare) crashes
  • More and updated completion word lists thanks to mbertucci47
  • Handle text (e.g. \text{text}) in mathenv as text with spell checking
  • Performance improvement for large files with large number of labels and/or large number of includes
  • Fix that search options are persistant
  • Automatic structure scrolling can be turned off
  • Some bug fixes

How to Install The Latest TeXstudio in Ubuntu:

The LaTeX editor has an official Ubuntu PPA that contains the latest packages for Ubuntu 18.04, Ubuntu 20.04, Ubuntu 21.04, Ubuntu 21.10, Ubuntu 22.04 and their derivatives, e.g, Linux Mint 20, Zorin OS 16, and Elementary OS 6.

NOTE: The steps below should ALWAYS install the latest version of TeXstudio in current Ubuntu releases, unless the software developer abandons the PPA!

1.) Add the PPA.

Firstly, open terminal by either searching from upper left corner Activities overview screen, or pressing Ctrl+Alt+T key combination on keyboard. When terminal opens, paste the command below and run to add the PPA:

sudo add-apt-repository ppa:sunderme/texstudio

Type user password (no visual feedback) when it asks and hit Enter to continue

2.) Update system package cache.

For Ubuntu 18.04 and some distributions, e.g., Linux Mint, you need to manually refresh the package cache by running command in terminal (though it’s done automatically in Ubuntu 20.04 & higher):

sudo apt update

3.) Install / Upgrade TeXstudio

Finally, either install the LaTeX editor by running apt command in terminal:

sudo apt install texstudio

Or, use “Software Updater” (Update Manager) utility to upgrade the package if an old version was installed.

Uninstall TeXstudio & Remove PPA:

To uninstall the editor package, simply run apt command with remove flag in terminal:

sudo apt remove --autoremove texstudio

And remove the Ubuntu PPA either by running command:

sudo add-apt-repository --remove ppa:sunderme/texstudio

or open and navigate to ‘Software & Updates’ -> ‘Other Software’ and remove the relevant repository line.

TeXstudio released new 3.0.5 version a few days ago with important bug-fixes. Here’s how to install or update it in Ubuntu 16.04, Ubuntu 18.04, Ubuntu 20.04, Ubuntu 20.10 via PPA.

Changes in TeXstudio 3.0.5 include:

  • Fix crash when deleting all elements of a meta command in the ‘Configure’ dialog under ‘Build’ tab.
  • Fix large tooltips on Windows with ADWAITA style
  • Limit PDF render threads to 8 or to set value.
  • Add command line option --texpath to force a tex path
  • Fix touchpad scroll in x direction
  • Fix a seldom crash
  • Adapt speller dialog to find the same errors as the online checker
  • Fix replace in global search

How to Install TeXstudio 3.0.5 via PPA:

Besides using the non-install Appimage package, you can install the LaTeX editor from the official TeXstudio PPA in all current Ubuntu releases.

1. Open terminal either by pressing Ctrl+Alt+T on keyboard or by searching for ‘terminal’ from software launcher. When it opens, run command:

sudo add-apt-repository ppa:sunderme/texstudio

Type user password (no asterisk feedback) when it asks and hit Enter to add the PPA.

2. If you installed the editor from Ubuntu Software, remove the old packages before getting the new release from Ubuntu PPA:

sudo apt-get remove texstudio-doc texstudio-l10n

3. After adding the PPA, you can either upgrade it via Software Updater:

or run commands in terminal to install or upgrade the software:

sudo apt-get update && sudo apt-get install texstudio

Uninstall:

To remove the LaTeX editor, run command in terminal:

sudo apt-get remove --autoremove texstudio

And go to Software & Updates -> Other Software to remove PPA repositories.

TeXstudio, an open-source fully featured LaTeX editor, released version 3.0.2 a few hours ago. Here’s how to install it in Ubuntu, Linux Mint.

Though it’s a bug-fix version, TeXstudio 3.0.2 was released after two beta test releases. It features:

  • Add large number of default dictionaries.
  • Handle \tabularnewline correctly
  • Fix text insertion on selected text
  • Change behavior for cut buffer and Ctrl+e (insert env).
  • Add texdoc as selectable command
  • Windows build now uses 64 bit and can handle larger documents

How to Install TeXstudio 3.0.2 in Ubuntu:

Non-install Appimage:

The editor offers official Appimage package, available to download at the link below:

Just grab the .appimage package, add “allow executing as program” in file’s Properties -> Permissions dialog, and finally run it to launch TeXstudio.

Install the LaTeX editor via PPA:

The official TeXstudio PPA maintains the software packages for Ubuntu 16.04, Ubuntu 18.04, Ubuntu 20.04, Ubuntu 20.10.

While the PPA is not updated for the new release at the moment, you may grab the .deb binary from OBS repository (official).

Once the PPA is updated with the new release packages, you can do following steps one by one to install it:

1. Open terminal either by pressing Ctrl+Alt+T on keyboard or by searching for ‘terminal’ from software launcher. When it opens, run command:

sudo add-apt-repository ppa:sunderme/texstudio

Type user password (no asterisk feedback) when it asks and hit Enter to add the PPA.

2. If the stock version in Ubuntu main repository was installed, remove the texstudio-doc, texstudio-l10n (if any) package before upgrading the software:

sudo apt-get remove texstudio-doc texstudio-l10n

3. After adding the PPA, you can either upgrade it via Software Updater:

or run commands in terminal to install or upgrade the software:

sudo apt-get update && sudo apt-get install texstudio

Uninstall:

To remove the LaTeX editor, run command in terminal:

sudo apt-get remove --autoremove texstudio

And go to Software & Updates -> Other Software to remove PPA repositories.

TeXstudio 3.0.0, an open-source cross-platform LaTex editor, was finally released after some alpha, beta, and rc tests.

According to the changelog, TeXstudio 3.0.0 features:

  • speed up document parsing, should result in faster document load times
  • spell checking is done asynchronously
  • custom verbatim/math env highlighting abandoned for a cwl based approach
  • better dark-mode support
  • qt4 support abandoned

How to get TeXstudio 3.0.0 in Ubuntu Linux:

The new release source code, as well as Windows, Mac OS, and Linux packages are available to download at:

The official PPA also made the new release packages for Ubuntu 16.04, Ubuntu 18.04, Ubuntu 20.04, Linux Mint 19.x, 20, and their derivatives.

1. Open terminal either by pressing Ctrl+Alt+T on keyboard or by searching for ‘terminal’ from software launcher. When it opens, run command:

sudo add-apt-repository ppa:sunderme/texstudio

Type user password (no asterisk feedback) when it asks and hit Enter to add the PPA.

2. If an old version was installed in your system, remove the texstudio-doc, texstudio-l10n (if any) package before upgrading the software:

sudo apt-get remove texstudio-doc texstudio-l10n

3. After adding the PPA, you can either upgrade it via Software Updater:

or run commands in terminal to install or upgrade the software:

sudo apt-get update && sudo apt-get install texstudio

Uninstall:

To remove the LaTeX editor, run command in terminal:

sudo apt-get remove --autoremove texstudio

And go to Software & Updates -> Other Software to remove PPA repositories.

TeXstudio 2.12.18, an open-source LaTeX text editor, was released today. Here’s how to install it in all current Ubuntu releases including the next Ubuntu 20.04 LTS.

It has been half a year since the last release, the latest TeXstudio 2.12.18 is mainly a bug-fix release. Most notably change is better support of regexp in search (Qt5 version only). There’s also some cwl added, and many bug-fixes.

And TeXstudio 2.12.18 is the latest release supporting Qt4.

How to Install TexStudio 2.12.18 in Ubuntu:

The PPA repository has built the packages for Ubuntu 16.04, Ubuntu 18.04, Ubuntu 19.04, Ubuntu 19.10, Ubuntu 20.04, and their derivatives.

1. Open terminal either by pressing Ctrl+Alt+T on keyboard or by searching for ‘terminal’ from software launcher. When it opens, run command:

sudo add-apt-repository ppa:sunderme/texstudio

Type user password (no asterisk feedback) from sudo prompt and hit Enter to add the PPA.

2. If an old version was installed in your system, remove the texstudio-doc, texstudio-l10n (if any) package before upgrading the software:

sudo apt-get remove texstudio-doc texstudio-l10n

3. After adding the PPA, you can either upgrade the editor via Software Updater:

or run commands in terminal to install or upgrade the software:

sudo apt-get update && sudo apt-get install texstudio

Uninstall:

To remove the LaTeX editor, run command in terminal:

sudo apt-get remove --autoremove texstudio

And go to Software & Updates -> Other Software to remove PPA repositories.

Full featured LaTeX editor TexStudio 2.12.16 was released a few hours ago. Here’s how to install it in Ubuntu 16.04, Ubuntu 18.04, Ubuntu 18.10, Ubuntu 19.04, and their derivatives.

TexStudio 2.12.16 is a small release with only bug-fixex, including some fixes for tool-tip preview by MeanSquaredError.

How to Install TexStudio 2.12.16 in Ubuntu:

There’s a PPA repository that contains the latest packages for all current Ubuntu releases and derivatives.

1. Open terminal either via Ctrl+Alt+T keyboard shortcut or by searching for ‘terminal’ from software launcher. When it opens, run command:

sudo add-apt-repository ppa:sunderme/texstudio

Type user password (no asterisk feedback) from sudo prompt and hit Enter to add the PPA.

2. If an old version was installed in your system, remove the texstudio-doc, texstudio-l10n (if any) package before upgrading the software:

sudo apt-get remove texstudio-doc texstudio-l10n

3. After adding the PPA, you can either upgrade the editor via Software Updater:

or run commands in terminal to install or upgrade the software:

sudo apt-get update && sudo apt-get install texstudio

Uninstall:

To remove the LaTeX editor, run command in terminal:

sudo apt-get remove --autoremove texstudio

And go to Software & Updates -> Other Software to remove PPA repositories.

The open-source LaTeX editor TeXstudio released version 2.12.12 today. Here’s how to install it in Ubuntu 18.10, Ubuntu 18.04, Ubuntu 16.04, Ubuntu 14.04.

TeXstudio 2.12.12 release highlights:

  • improve macro handling, provide gui that directly downloads macros from github.com/texstudio-org/texstudio-macro
  • add fuzzy completion mode
  • add cwls
  • fix rare bug that the character appear reverse order
  • bug fixes

Install TeXstudio 2.12.12 in Ubuntu via PPA:

There’s a PPA repository contains the latest packages for all current Ubuntu releases and derivatives.

1. Open terminal either via Ctrl+Alt+T keyboard shortcut or by searching for ‘terminal’ from software launcher. When it opens, run command:

sudo add-apt-repository ppa:sunderme/texstudio

Type user password (no asterisks feedback) from sudo prompt and hit Enter to add the PPA.

2. If you have installed TeXstudio from Ubuntu Software, remove the texstudio-doc package before upgrading the software:

sudo apt-get remove texstudio-d*

3. After adding the PPA, you can either upgrade the editor via Software Updater:

or run commands in terminal to install or upgrade the software:

sudo apt-get update && sudo apt-get install texstudio

Uninstall:

To remove the LaTeX editor, run command in terminal:

sudo apt-get remove --autoremove texstudio

And go to Software & Updates -> Other Software to remove PPA repositories.

Full featured LaTeX editor TeXstudio 2.12.10 was released silently today. Here’s how to install it in Ubuntu 18.04, Ubuntu 17.10, Ubuntu 16.04, and/or Ubuntu 14.04.

No release note, no changelog. I can only find following words about TeXstudio 2.12.10:

  • bug fixes
  • fix structure view with Qt >5.10

How to Install TeXstudio 2.12.10 in Ubuntu:

There’s a PPA repository contains the latest TeXstudio packages for all current Ubuntu releases. You can do following steps to add the repository and install the latest TeXstudio.

1. Open terminal either via Ctrl+Alt+T or by searching for “terminal” from app launcher. When it opens, run command to add the PPA:

sudo add-apt-repository ppa:sunderme/texstudio

Input your password (no visual asterisks feedback while typing) when it prompts and hit enter.

2. If you’ve installed the distro’s build of TeXstudio from Ubuntu Software, you may first remove the doc, debug packages via command:

sudo apt-get remove texstudio-d*

3. Finally run commands one by one in terminal to install (or upgrade) the software:

sudo apt-get update

sudo apt-get install texstudio

Uninstall:

To remove the editor, run command in terminal:

sudo apt-get remove --autoremove texstudio

And launch Software & Updates and navigate to Other Software tab to remove PPAs.

This quick tutorial is going to show you how to install the latest TeXstudio, a full featured LaTeX editor, in Ubuntu 14.04, Ubuntu 16.04, Ubuntu 17.10, Ubuntu 18.04 via PPA.

The latest release so far is TeXstudio 2.12.8. It’s the first release after moved the development to Github.

The developer offers a PPA repository with the latest packages for all current Ubuntu releases. You can do following steps to add the repository and install the latest TeXstudio.

1. Open terminal either via Ctrl+Alt+T or by searching for “terminal” from app launcher. When it opens, run command to add the PPA:

sudo add-apt-repository ppa:sunderme/texstudio

Input your password (no visual feedback while typing due to security reason) when it prompts and hit enter.

2. Then you can upgrade the LaTeX editor via Software Updater if an old version was installed.

or run commands one by one in terminal to install (or upgrade) the software:

sudo apt-get update

sudo apt-get install texstudio

Uninstall:

To remove the editor, run command in terminal:

sudo apt-get remove --autoremove texstudio

And launch Software & Updates and navigate to Other Software tab to remove PPAs.