| bio | website | problemania.org |
|---|---|---|
| location | Problemania | |
| age | ||
| visits | member for | 1 year, 3 months |
| seen | May 14 at 21:52 | |
| stats | profile views | 94 |
A moderator at Wiki site http://problemania.org where a group of enthusiasts enjoying sharing the fun solving mathematics, physics, and computing problems. We primarily work on problems found in college/grad school text books.
Web page: http://problemania.org
Twitter: http://twitter.com/#!/problemania
Github: https://github.com/Problemania
E-mail: problemaniac@gmail.com ( NOT problemania@gmail.com )
|
Aug 31 |
accepted | How to remove an expression from a file? |
|
Aug 31 |
accepted | How to let output and message be print to two separate external files? |
|
Aug 31 |
accepted | How to read data file quickly? |
|
Aug 31 |
accepted | What format to use to store expressions in database? |
|
Aug 31 |
accepted | How to write output to an external text file in addition to the standard output stream? |
|
Aug 31 |
accepted | How to monitor the progress of Map? |
|
Aug 31 |
accepted | How to write output in TraditionalForm into external text files? |
|
Aug 31 |
accepted | How to align grid dividers of inner grids in a grid? |
|
Aug 31 |
accepted | How to find out available fonts from within Mathematica? |
|
Aug 29 |
asked | How to find out available fonts from within Mathematica? |
|
Aug 28 |
asked | How to align grid dividers of inner grids in a grid? |
|
Jul 26 |
comment |
How to write output in TraditionalForm into external text files? InputForm puts " unnecessarily around strings and make a sentence broken by several " and is ugly for my purpose, i.e. report for non-Mathematica-programmers to read. |
|
Jul 25 |
comment |
How to write output in TraditionalForm into external text files? InputForm writes " unnecessarily in many places and make the text harder to read. OutputForm is the thing I just tried while replying @Heike. Unfortunately, it didn't fix the errors I reported in the OP. |
|
Jul 25 |
comment |
How to write output in TraditionalForm into external text files? After using $Output = Append[$Output, s], I still get the same errors. Now the output is not only written to the file but also displayed on screen, which is good but doesn't solve the original problem. |
|
Jul 25 |
comment |
How to write output in TraditionalForm into external text files? "it mean I answered your question?" Really? Aer you saying what I was doing is OK? Why the errors then? |
|
Jul 25 |
comment |
How to write output in TraditionalForm into external text files? Most are text for indicating the status and progress of my program, some of which can have highlighting using Pane[], Style[] etc. But it occasionally can print some math too. |
|
Jul 25 |
comment |
How to write output in TraditionalForm into external text files? +1 for the Append[] idea. |
|
Jul 25 |
comment |
How to write output in TraditionalForm into external text files? The last image shows what I'd like to have in the text file. I.e. I want a plain text file of output of my M program. |
|
Jul 25 |
asked | How to write output in TraditionalForm into external text files? |
|
Jul 9 |
asked | How to monitor the progress of Map? |