-
The bbding.sty package provides access to a large number of symbols. The crux of the style is:
\fontencoding{U}\fontfamily{ding}\selectfont\symbol{#1}
which provides a particular character.
The attached .tex file has two such dings in it (a tick and a cross) -- latex renders this to a dvi file with these characters in it, whereas plastex renders them as:
Uding...
2009-11-10 01:05:59 UTC in plasTeX
-
While fixing the pyx library is the obvious long-term solution, those who are annoyed by this warning and just want to suppress it can add the following lines either to their own python script or to the pyx/text.py file that is part of pyx.
import warnings
warnings.filterwarnings("ignore", r".*popen.*", DeprecationWarning, "pyx\.text")
2009-09-29 00:41:07 UTC in PyX
-
There's a little bit of old code that's not used any more in the 1.0.x menu.php file that looks like it sets up the menu. The code is actually commented out so it does nothing. Sorry for that!
Have a look instead at inc/actions/actions.php where you will find a _populate() function that instead defines all the menu entries.
If you think that your alternate names are useful to others...
2009-06-11 22:11:57 UTC in Bumblebee Instrument Management System
-
If you want to use PDF export, you need to install the FPDF PDF library
http://bumblebeeman.sourceforge.net/documentation/install
It's very simple to install from the archive provided by the FPDF project, or if you are running Debian linux, you could just "aptitude install php-fpdf".
With the include_path shown in your error message, unzipping the FPDF download into...
2009-06-11 16:08:00 UTC in Bumblebee Instrument Management System
-
The java-imaging-utilities package is now included in the Debian archive:
http://packages.debian.org/sid/libjiu-java
which means that the mentors.debian.net link above no longer works.
As there are quite a few projects making use of this library, it would be great if someone steps up to continue developing it.
2009-05-17 22:27:28 UTC in JIU - Java Imaging Utilities
-
Hi!
With the upcoming release of gcc 4.4, Martin Michlmayr has been testing Debian packages for potential problems. As with other recent versions of gcc, this version is increasingly strict about missing preprocessor include directives.
Rosegarden fails to build with the current gcc 4.4 snapshot in the debian archive (4.4.0 20090107, trunk revision 143170). Martin's work is documented in...
2009-01-20 00:17:24 UTC in Rosegarden
-
themill committed patchset 526 of module bumblebee to the Bumblebee Instrument Management System CVS repository, changing 2 files.
2009-01-16 01:10:36 UTC in Bumblebee Instrument Management System
-
It's not that I didn't try first....
Yes, Ctrl+V does work. Thanks!
After quite some time trying to work out what I was doing the other day which led me to file this bug, I have worked out the problem -- trying to paste from the X selection buffer (middle-mouse-button) does not work.
Any chance you can enable that?
thanks,
Stuart.
2008-12-12 10:52:35 UTC in KDiff3
-
I frequently want to diff text that has come from the output of a program or from another computer.
Rather than having to copy files from machine to machine or create tempfiles with the output in them, it would be much easier if I could paste the text to be different into kdiff3 and have it deal with this for me.
I usually want both A and B to be sourced from the clipboard (from two...
2008-12-10 13:05:58 UTC in KDiff3
-
themill committed patchset 525 of module bumblebee to the Bumblebee Instrument Management System CVS repository, changing 1 files.
2008-09-15 00:33:45 UTC in Bumblebee Instrument Management System