Archives For November 30, 1999

The open-source LaTeX text editor TeXstudio 2.12.20 was released today as a new bug-fix release for the 2.12 series.

Most notably changes in TeXstudio 2.12.20 include fix bug when replacing highlighted search results, and add \text{} to amsmath.cwl.

How to Install TexStudio 2.12.20 in Ubuntu:

The official PPA has made the new release packages for Ubuntu 16.04, Ubuntu 18.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) 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.