Tagged Questions

1
vote
2answers
23 views

XmlDocument class is removing formatting, c#, .NET

Hi, i was wondering if anyone knows how to stop xmldocument.Save() from reformatting the document. Its not that the document is not formatted correctly with respect to XML, the pa …
0
votes
6answers
118 views

Is there a standard for code margins?

Similar Questions While coding, how many columns do you format for? What is a sensible maximum number of characters per line of code? Do people still live by the 80 column …
1
vote
3answers
45 views

MS Access Convert like function to Memo Data Type

I need to use rich text formatting for a field in a report in MS Access in order to use character spacing. In the report, attempting to change the Text Format in the field's proper …
1
vote
1answer
29 views

Latex: Page number suppressing when a figure covers the whole page

I want to suppress page number in a page where a figure covers the whole page. \thispagestyle{empty} \begin{figure}[H] \centering \fbox{\includegraphics[height=0.95\texthe …
1
vote
1answer
39 views

How to format data for use in nntool (MATLAB)?

In nntool, the sample data is formatted as: [0 1 -1; 2 3 1] I have ~8000 data points in a text file. How do I format those points for use here? What does the semicolon signify?
0
votes
4answers
56 views

How to specify total number of character in C# number formatting?

Is there a way to specify total number of characters when formatting doubles? Lets say I have 0.00012345678, and I specify total number of characters (7), I want to get 1.23e-4. F …
0
votes
0answers
48 views

Excel displays ### for long text - what’s wrong? [closed]

We've got an excel sheet with a pretty long text in one cell. Instead of line breaks (as set in the cell format), we get a long line of ####s. We can go back and forth by deleting …
1
vote
1answer
42 views

How to configure GNU Emacs to write UNIX or DOS formatted files by default?

I've had these functions in my .emacs.el file for years: (defun dos2unix () "Convert a DOS formatted text buffer to UNIX format" (interactive) (set-buffer-file-coding-system …
0
votes
1answer
29 views

WPF Document: Getting the Table Cell borders right

I created this pic in MS Word and I am trying to replicate the style in my WPF app using the Documents. First the 'from': Next my attempt to replicate: My question is probabl …
3
votes
1answer
50 views

python and pyPdf - how to extract text from the pages so that there are spaces between lines

currently, if I make a page object of a pdf page with pyPdf, and extractText(), what happens is that lines are concatenated together. For example, if line 1 of the page says "hello …
1
vote
1answer
16 views

Eclipse: auto format XML files on save

Is it possible to somehow auto-format when saving XML files in Eclipse? I know it's possible to do it for Java files, but I would like it to happen for XML files as well. Specifi …
0
votes
6answers
74 views

Printing code with syntax highlighting?

I have occasion to need to print code (Horrors!!! ;) ), and i was wondering what editor or tool would i use to print that code out with proper formatting and syntax highlighting? I …
0
votes
0answers
12 views

Perils of relying on embedded HTML in RSS

Can anyone advise me as to any potential issues with embedding our RSS feed content as HTML using: <content:encoded><![CDATA[ *insert HTML table layout w/ inline styles* …
0
votes
3answers
47 views

custom format for cells with nothing in them without using conditional formatting

if a cell is blank I would like to add text using a custom format. I've seen where text is added if a value is above or below a certain value. Can you add text to the cell if the c …
1
vote
1answer
20 views

How to configure format of Python 2.3 logging messages?

In Python 2.4 and later, configuring the logging module to have a more basic formatting is easy: logging.basicConfig(level=opts.LOGLEVEL, format="%(message)s") but for applicatio …

1 2 3 4 5 38 next
15 30 50 per page