Search Criteria
Package Details: texmacs-svn 20251023.15061-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/texmacs-svn.git (read-only, click to copy) |
|---|---|
| Package Base: | texmacs-svn |
| Description: | Free scientific text editor, inspired by TeX and GNU Emacs. WYSIWYG editor and CAS-interface. |
| Upstream URL: | http://www.texmacs.org/ |
| Licenses: | GPL3 |
| Conflicts: | texmacs |
| Provides: | texmacs |
| Submitter: | wangjiezhe |
| Maintainer: | hammer |
| Last Packager: | hammer |
| Votes: | 2 |
| Popularity: | 0.000000 |
| First Submitted: | 2015-12-21 09:00 (UTC) |
| Last Updated: | 2025-10-25 04:27 (UTC) |
Dependencies (18)
- freetype2 (freetype2-qdoled-aw3225qfAUR, freetype2-gitAUR, freetype2-macosAUR, freetype2-qdoledAUR)
- gawk (gawk-gitAUR)
- guile1.8AUR
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libxext (libxext-gitAUR)
- perl (perl-gitAUR)
- python
- qt6-svg
- texlive-core (texlive-fullAUR, texlive-installerAUR, texlive-basic)
- gcc (gcc-gitAUR, gccrs-gitAUR, gcc-snapshotAUR) (make)
- ghostscript (make)
- subversion (make)
- aspell (aspell-gitAUR) (optional) – spell checking
- ghostscript (optional) – rendering ps files
- imagemagick (imagemagick-gitAUR, imagemagick-full-gitAUR, imagemagick-fullAUR) (optional) – convert images
- inkscape (inkscape-gitAUR) (optional) – svg convertion
- python-lxml (optional) – inkscape editting
- transfig (fig2dev-gitAUR, fig2dev) (optional) – convert images using fig2ps
Required by (2)
- texmacs-pure (requires texmacs)
- yacas (requires texmacs) (optional)
Latest Comments
haawda commented on 2023-01-15 09:25 (UTC)
see https://texmacs.org/tmweb/help/faq.en.html question 8.
carlosal1015 commented on 2023-01-11 17:58 (UTC)
Hi, someone knows if the
texmacs-svnpackage is working withguile2.2orguile. Thanks.wangjiezhe commented on 2017-12-19 02:27 (UTC) (edited on 2017-12-19 02:27 (UTC) by wangjiezhe)
@philipchange If you had clang installed, it would use clang++ to compile source files instead of c++, which would cause this problem.
I force it to use c++ now, and it should avoid this problem.
philipchange commented on 2017-12-07 15:11 (UTC) (edited on 2017-12-07 15:17 (UTC) by philipchange)
An error occur when compile svn-10932,
Graphics/Types/math_util.hpp:27:15: error: declaration conflicts with target of using declaration already in scope inline double pow (double x, int n)
gnu/7.2.0/../../../../include/c++/7.2.0/cmath:399:3: note: target of using declaration pow(double x, int i)
gnu/7.2.0/../../../../include/c++/7.2.0/math.h:55:12: note: using declaration using std::pow; ^
1 error generated.
chelqo commented on 2017-06-10 16:16 (UTC)