TeXworks ⇒ Prepared TeXworks packages for Linux
Prepared TeXworks packages for Linux
BTW, does someone know if there's an .rpm package of latest TeXWorks? I'm experimenting with TeX Live 2009 on Mandriva but have found only some old TeXWorks packages. localghost, you mentioned in another topic that you successful use TeXworks on Linux [1]. How did you install it on openSUSE, from source or from some repo/.rpm package?
[1] View topic: TeXworks anyone? (Or something else)?
[1] View topic: TeXworks anyone? (Or something else)?
NEW: TikZ book now 40% off at Amazon.com for a short time.
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Prepared TeXworks packages for Linux
I'm not aware of any precompiled binaries of TeXworks in form of DEB or RPM packages. I got the source code via Subversion as described and after installing some necessary packages compiling the source to a working binary was no big deal. Afterwards I copied the file to the bin folder in my home directory. The only issue I observed was a non-working spell checking.meho_r wrote:BTW, does someone know if there's an .rpm package of latest TeXWorks? I'm experimenting with TeXLive2009 on Mandriva but have found only some old TeXWorks packages. localghost, how did you install it on openSUSE, from source or from some repo/.rpm package?
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Prepared TeXworks packages for Linux
Thanks. Actually, there is a .deb on Launchpad, TeXWorks team's PPA. I'm gonna test it to see if it works (spellchecking issue is a deal-breaker for me) and try to get it on Mandriva, compiling from source or converting .deb to .rpm.localghost wrote:I'm not aware of any precompiled binaries of TeXworks in form of DEB or RPM packages. I got the source code via Subversion as described and after installing some necessary packages compiling the source to a working binary was no big deal. Afterwards I copied the file to the bin folder in my home directory. The only issue I observed was a non-working spell checking.
Prepared TeXworks packages for Linux
localghost, I've just converted ubuntu karmic's .deb file to .rpm with alien, all went without a hitch. I installed it on Mandriva and noticed what you said was the problem on openSUSE: there was no spellchecking. After that, I did a comparison with my Ubuntu installation and noticed that on Ubuntu, dictionaries are located in /usr/share/myspell/dicts. On Mandriva, there are only those located in /usr/share/dict/ooo/. Since spellchecking works on Ubuntu I concluded that TeXWorks must've been looking at the above location, /usr/share/myspell/dicts for dictionaries.
So, here's what I did:
1. I created a new myspell folder which is missing on Mandriva:
2. After that I created a symbolic link to dictionaries and named it dicts:
Now I have spellchecking feature enabled in TeXWorks.
So, here's what I did:
1. I created a new myspell folder which is missing on Mandriva:
Code: Select all
mkdir /usr/share/myspell
Code: Select all
ln -s /usr/share/dict/ooo /usr/share/myspell/dicts
Re: Prepared TeXworks packages for Linux
I've been using the .deb for awhile now without a hitch.
Shall we move this discussion over to the new forum? It's looks so lonely with no posts.
Shall we move this discussion over to the new forum? It's looks so lonely with no posts.

- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Prepared TeXworks packages for Linux
I've done so and assigned a new title to the topic.frabjous wrote:[…] Shall we move this discussion over to the new forum? It's looks so lonely with no posts. […]
I will try your modifications as soon as I have completely setup the new openSUSE 11.2 on my notebook as well as on my desktop computer.meho_r wrote:localghost, I've just converted ubuntu karmic's .deb file to .rpm with alien, all went without a hitch. I installed it on Mandriva and noticed what you said was the problem on openSUSE: there was no spellchecking. After that, I did a comparison with my Ubuntu installation and noticed that on Ubuntu, dictionaries are located in /usr/share/myspell/dicts. On Mandriva, there are only those located in /usr/share/dict/ooo/. Since spellchecking works on Ubuntu I concluded that TeXWorks must've been looking at the above location, /usr/share/myspell/dicts for dictionaries. […]
Actually TeXworks should read all settings from the .TeXworks folder which is created in your home directory. But there is no dictionaries folder. I created one and put the dictionary files in but without success.
On Windows I'm quite sure that there was one with all necessary sub-folders before I used the version integrated in MiKTeX.
Code: Select all
C:\Documents and Settings\<user>\Local Settings\Application Data\TeXworks
Code: Select all
C:\Program Files\MiKTeX 2.8\hunspell\dicts
[1] TeXworks documents and programmes
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Prepared TeXworks packages for Linux
Well that would explain it - I wish the documentation was explicit about this. It's a cardinal sin for the TeXworks instructions page not to point this out for the MiKTeX version. People waste time trying to figure these things out...localghost wrote: ....The MiKTeX version of TeXworks retrieves dictionaries from the MiKTeX installation path.Code: Select all
C:\Program Files\MiKTeX 2.8\hunspell\dicts
Thanks again localghost. You were clearly solving problems on the scene long before I came along.
OS info: Win XP | Debian 6.0 | Ubuntu 10.04
Latex editor of choice: TexWorks (for dual view feature)
Latex editor of choice: TexWorks (for dual view feature)
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Prepared TeXworks packages for Linux
In the meantime pre-compiled RPM packages for TeXworks are available from the »Publishing« repository of the openSUSE Build Service (OBS). Current version is the stable release 0.4.0 so the preceding version 0.2.3 has been replaced. Perhaps other distributions followed correspondingly.localghost wrote:I'm not aware of any precompiled binaries of TeXworks in form of DEB or RPM packages. […]
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10