Recent Posts
|
posted 9 months ago
Andrew Stacey
112 posts
|
And another one, this time in how maruku parses its meta-data. It would seem that not leaving a space at the end of Presumably this is the case here as well:
I get:
in the source. |
|
posted 9 months ago
Andrew Stacey
112 posts
|
I’m unable to run the inbuilt SVG editor on my computer (running Mac OS X, Lion). The window launches but none of the icons are present and although the buttons highlight when I hover over them, nothing happens when I click on one. This is with Firefox, Chrome, and Safari. Not sure what additional information you would like on this. |
|
posted 9 months ago
cameron smith
1 post
|
Forum: Instiki – Topic: S5 vertical alignment I apologize if I missed it somewhere else, but how do you specify that the content on each slide in an S5 slide show should be vertically centered? |
|
posted 10 months ago
jl345
6 posts
|
I tried a little test case… $ cat subtest.rb #!/usr/bin/env ruby puts '/some/other/string'.gsub( '/some/other' + File::SEPARATOR, '' ) puts '/some/other/string'.gsub( Regexp.escape( '/some/other' + File::SEPARATOR), '' ) puts '/some/other/string'.gsub( Regexp.new( Regexp.escape( '/some/other' + File::SEPARATOR ) ), '' ) $ ./subtest.rb string string string $ ruby --version ruby 1.8.7 (2012-06-29 patchlevel 370) [x86_64-openbsd] I believe that my first and third examples are both correct and equivalent, going by official docs. The second example works, too, in this case, because a forward slash is apparently not one of the characters escaped by |
|
posted 10 months ago
distler
66 posts
|
Hmmm. Both look wrong. What I think we want is:
The point being that the output of |
|
posted 10 months ago
jl345
6 posts
edited 10 months ago |
--- instiki-0.19.4/lib/tasks/fixtures.rake.orig Sat Jun 30 19:40:02 2012
+++ instiki-0.19.4/lib/tasks/fixtures.rake Wed Jul 18 01:33:06 2012
@@ -74,7 +74,7 @@
task :import_all => :environment do
ActiveRecord::Base.establish_connection
Dir.glob(Rails.root.join('dump','fixtures',"*.yml")).each do |f|
- table_name = f.gsub( Regexp.escape(Rails.root.join('dump','fixtures').to_s + File::SEPARATOR), '').gsub('.yml', '')
+ table_name = f.gsub( Rails.root.join('dump','fixtures').to_s + File::Separator, '').gsub('.yml', '')
puts "Importing #{table_name}"
import_table_fixture(table_name)
end
That’s what I have anyways, but be careful, because somehow I got |
|
posted 10 months ago
distler
66 posts
|
If you’ve found a mistake in the |
|
posted 10 months ago
jl345
6 posts
|
Ahh! I figured out what went wrong with my PostgresQL import. The tables were just fine in fact; just the last sequence numbers for all the primary keys had all gotten set to one for some reason. It worked fine once I got the sequence numbers adjusted to the last row in each table, so now my installation of Instiki appears to be working great on PostgreSQL. Again, Instiki is an awesome wiki, and I’m already using it to take math notes and such for stuff I have to learn. |
|
posted 10 months ago
jl345
6 posts
|
Hi! I was experimenting around, trying to migrate this wiki to PostgreSQL 9.1.4, following your instructions, and I think there was a little bug in
Now my database has all the tables in it, populated with rows, and I can view the pages, but when I try to edit a page, there is an error, because it looks like the primary keys were not set up properly on these tables, so I’m still trying to figure this out. Any ideas? (I think I need to make sure there is utf8 support, too…) Thanks! |
|
posted 10 months ago
jl345
6 posts
edited 8 months ago |
Forum: itex2MML – Topic: weird math fonts I didn’t mean to do that, but you like to make the forum better and better, so all’s well that ends well, I hope… With the STIX fonts, those letters do all look the same, in the curlier script. *** However, I think part of the problem is that the calligraphic BEFHIKLM live in a totally different area of Unicode than the other calligraphic letters. Your ”ℬ” at U+212C certainly doesn’t immediately follow the ”𝒜” at U+1D49C. The very next symbol after ”𝒜” is ”” (undefined), followed by ”𝒞” and ”𝒟”, because the Unicrats who designed these things in their infinite wisdom ensured that only a portion of the “calligraphic” alphabet was put in a different codepage on an alternate plane of existence, where some fonts may or may not even have glyphs, and the glyph may very well look different, because there is absolutely no assurance in Unicode of any consistency in the way fonts are going to be applied across such vastly different planes of the code space. Why isn’t it possible to put real ASCII letters in a calligraphic font? Seems like it should work but it doesn’t, in my browser anyways:
|
|
posted 10 months ago
distler
66 posts
|
Forum: Heterotic Beast – Topic: MySQL Gotcha If you’re going to use Heterotic Beast in production, you need to be running MySQL 5.5.3 or later, and follow the advice in this blog post. Otherwise, the lack of support for Unicode will come back to bite you. |
|
posted 10 months ago
distler
66 posts
|
Forum: itex2MML – Topic: weird math fonts P.S.: Congratulations on figuring out how to make this page ill-formed! It took a bit of work to fix the issue. |
|
posted 10 months ago
admin
51 posts
edited 10 months ago |
Forum: itex2MML – Topic: weird math fonts Perhaps you need to install the STIX fonts (see here for some slightly out-of-date, but still useful instructions). I see those calligraphic letters all set in the same font. And, moreover and are set upright (as, for that matter, are and ). Alas, what you see is strongly-dependent on what fonts you have installed. In more detail: On my system, ℬ (U+212C) is available in
so the version in |
|
posted 11 months ago
jl345
6 posts
edited 10 months ago |
Forum: itex2MML – Topic: weird math fonts Maybe it’s just general persnicketiness on my part, but why do appear (in Firefox and rekonq) in a different type than the letters ? And how can I get a letter like or to stand upright like but by itself without getting italicized? (Sorry for the new username. I lost my password and for some reason Yahoo can’t get mail from the forums.) |
|
posted 11 months ago
jl344
4 posts
|
Good enough then and thank you. I thought |
|
posted 11 months ago
admin
51 posts
|
That’s a “feature”, not a bug. As described here, |
|
posted 11 months ago
jl344
4 posts
|
Identifiers lumped together in MathML output Example: Output should be more or less Two things wrong with this: first the “b” would never be subscripted in LaTex, and second, two variables should not be lumped in the same |
|
posted 11 months ago
jl344
4 posts
|
Forum: Instiki – Topic: How could I preview/undo changes? Thanks! Nothing wrong with that at all, now that I see how it works. I did find the history after I’d been experimenting for more than half an hour. I’m glad I found this wiki. |
|
posted 11 months ago
admin
51 posts
|
Forum: Instiki – Topic: How could I preview/undo changes? Every page has a “History”, a “Diff” between successive Revisions, and the ability to Rollback to a prior Revision. Instead of a Preview, successive edits, within 1/2 hour, by the same user, do not create a new Revision. So save your work, as you go and you’ll be able to see your progress and still not lose anything (remember, with other wikis, changes which have been previewed, but not saved, will be lost). |
|
posted 11 months ago
jl344
4 posts
|
Forum: Instiki – Topic: How could I preview/undo changes? Hi, I’m totally new to the Instiki software, and having just installed it I’m curious as to whether there is a preview and/or some history to make it possible to undo changes. There doesn’t seem to be. I guess I’m just nervous that I’ll inadvertently trash something I’m working on and not be able to get it back. Anyways, I really like the simplicity of potentially being able to quickly edit and put math notes and papers on the web with MathML, and being able to print them out real nice with LaTeX, too. Great work! I haven’t been able to find any other software out there that can do that, except for UniWakka, which unfortunately doesn’t look like it’s being maintained anymore. |
|
posted 11 months ago
admin
51 posts
|
Forum: Instiki – Topic: Instiki 0.19.4 I’ve released Instiki 0.19.4. This is a security and bugfix release. Everyone should upgrade. |
|
posted 11 months ago
Bernhard Sta...
4 posts
|
Apparently, math is completely broken in Opera 12. I installed Opera 12 today and since then, I’ve been getting “Error parsing MathML: ErrorUnknown source” errors in place of every formula. Firefox works fine, so it’s not a server bug. On http://golem.ph.utexas.edu/wiki/instiki/show/Sandbox I get the error message, while the demos from http://www.mathjax.org/demos/ work without complaint, so I guess it’s an instiki or itex2mml bug - or a bug in Opera, of course. |
|
posted 12 months ago
Bernhard Sta...
4 posts
edited 12 months ago |
Forum: Instiki – Topic: Feature Requests
That’s true, my description is underspecified - it was just some ideas shooting through my head that I didn’t formulate clearly, and I also didn’t research existing approaches. The problem can be described as follows: Both mathematical concepts and their presentation are moving targets. Mathematical notation is developed together with mathematical concepts and is permanently being refined afterwards, as one can witness in the discussions on nLab. Notations are the “interface” through which humans interact with mathematical concepts, so elegant, intuitive, consistent notations are important for understanding them. However, it has been a time-consuming job to keep notations consistent and to update existing work to new notations, effectively impeding the improvement of notation and in the end mathematics itself - at least because of time wasted, and IMO also by suboptimal notation leading to suboptimal intuition. I think that this is a consequence of a deeper problem, namely that authors have to manipulate the presentation of the mathematical concepts they describe. My opinion is that in collaborative mathematics platforms, article authors should rather manipulate the mathematical concepts themselves. TeX-derived typesetting systems are very good at typesetting mathematical notation and should be used for presentation, but when describing mathematical concepts, you shouldn’t be bothered with such details. Rather than using TeX, I’d suggest using syntax customized for the respective field of mathematics. What I wanted to point out is that software for collaborative mathematics platforms like nLab may offer the chance to solve that problem and maybe even endorse improvement of mathematical notation by making a clear distinction between mathematical notation on the one hand, and mathematical presentation on the other hand. Mathematical concepts would be stored using a schema/ontology spanning all fields of mathematics. Mathematical notation (=wiki syntax) defined for each respective field of mathematics could then be used to write about these concepts. The presentation would be implemented using transformation from the schema/ontology to MathML or TeX or whatever. Once there is a mechanism for representing ontologies/schemata of mathematical concepts, it becomes possible for authors to choose any notation offered, or define their own. When the notation is changed to a newer version, automatic migration schemes may enable easier switching to new notation. And as for the presentation, the reader could then himself decide whether he prefers the comma category written using a downwards arrow or a slash. I actually found a project that might have similar aims, namely SWiM. But what I see in the related article doesn’t really look like what I’d expect from a wiki - the source code in the screenshot on page 4 looks worse than LISP, in my eyes. I think that this problem is caused by forcing authors to use some one-size-fits-all notation of OpenMath or similar, so my suggestion should make such a wiki usable. |
|
posted about 1 year ago
mmadsen
5 posts
|
Forum: Instiki – Topic: Installation/Upgrade Issues Thank you for your help! |
|
posted about 1 year ago
admin
51 posts
|
Forum: Instiki – Topic: Installation/Upgrade Issues Launchd doesn’t play well with RVM. There are workarounds, e.g. here. |
|
posted about 1 year ago
mmadsen
5 posts
|
Forum: Instiki – Topic: Installation/Upgrade Issues Or….not quite there yet. irb require iconv is great starting instiki 0.19.3 from the command line is great starting instiki from the plist with launchctl is saying ” Bundler couldn’t find some gems.Did you run since it does not give this error when run from the command line, and “ruby bundle install” and bundle update come up clean, I’m assuming that somehow this is running with the wrong context out of the launch daemon plist given multiple rubies in the system under rvm (although the default is set). so I edited the instiki shell script to point to the correct, specific ruby directory, and I still get the same thing in system logs when using launchctl. at all points, launchctl is being executed as unprivileged user, and specifies the same unpriviliged user in the plist file. Has anyone encountered this before? |
|
posted about 1 year ago
mmadsen
5 posts
|
Forum: Instiki – Topic: Installation/Upgrade Issues Fixed. Had two ruby 1.9.2 installations in rvm, one had the iconv stuff fixed, one didn’t. Will try the instiki upgrade again. Thanks for pointing me in the right direction! |
|
posted about 1 year ago
mmadsen
5 posts
|
Forum: Instiki – Topic: Installation/Upgrade Issues require ‘iconv’ returns: 1.9.2p180 :001 > require ‘iconv’ LoadError: no such file to load – iconv from internal:lib/rubygems/custom_require:29:in and when I try to install iconv as a gem: bash-3.2# gem install iconv Fetching: iconv-0.1.gem (100%) Building native extensions. This could take a while… ERROR: Error installing iconv: ERROR: Failed to build gem native extension.
checking for iconv() in iconv.h… no checking for iconv() in -liconv… no *** extconf.rb failed *** |
|
posted about 1 year ago
admin
51 posts
|
Forum: Instiki – Topic: Installation/Upgrade Issues Hmm. And does
return
return? |
|
posted about 1 year ago
mmadsen
5 posts
|
Forum: Instiki – Topic: Installation/Upgrade Issues Hi, I’m having trouble both upgrading an existing Instiki installation (0.19.1)MML+, and installing a plain vanilla 0.19.3 from github. The issue seems to surround iconv, and none of the solutions or suggestions I’ve tried from googling have worked. The platform is OSX Lion, using Ruby 1.9.2_p180, gcc compiler version: Using built-in specs. Target: i686-apple-darwin11 Configured with: /private/var/tmp/llvmgcc42/llvmgcc42-2336.1~1/src/configure –disable-checking –enable-werror –prefix=/Developer/usr/llvm-gcc-4.2 –mandir=/share/man –enable-languages=c,objc,c++,obj-c++ –program-prefix=llvm- –program-transform-name=/^cg/-4.2/ –with-slibdir=/usr/lib –build=i686-apple-darwin11 –enable-llvm=/private/var/tmp/llvmgcc42/llvmgcc42-2336.1~1/dst-llvmCore/Developer/usr/local –program-prefix=i686-apple-darwin11- –host=x86_64-apple-darwin11 –target=i686-apple-darwin11 –with-gxx-include-dir=/usr/include/c++/4.2.1 Thread model: posix gcc version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.1.00) The installation of 0.19.3 seems to go well, ruby bundle pulls down everything 0.19.3 requires, but the following occurs upon attempting to start instiki: mark:instiki-0.19.3/ (master) $ ./instiki -p 2501 14:26:37 NOTE: Gem.source_index is deprecated, use Specification. It will be removed on or after 2011-11-01. Gem.source_index called from /Users/mark/Dropbox/Research/Instiki/instiki-0.19.3/vendor/rails/railties/lib/rails/gem_dependency.rb:21. /Users/mark/Dropbox/Research/Instiki/instiki-0.19.3/vendor/rails/activesupport/lib/active_support/inflector.rb:3:in I had previously rebuilt ruby 1.9.2 in rvm, after doing rvm pkg install iconv and rebuilding 1.9.2 pointing at the rvm version of iconv, as suggested online. I’m stumped. Has anyone else seen this? What did you do to solve it? Thanks! |