Top "Text-formatting" questions

sed: removing alphanumeric words from a file

I have file with a lot of text, what I want to do is to remove all alphanumeric words. Example …

sed text-formatting
Why doesn’t JavaScript newlines work inside HTML?

I have the following: <html> <body> <script type="text/javascript"> document.write('Hello\nWorld') &…

javascript html text-formatting
Formatting console Output

I'm having trouble making python print out texts properly aligned. I have tried everything I knew, but still the same …

python text-formatting console-output
ReportLab Paragraph and text formatting

My issue is that when using reportlab to generate a simple text document it loses all of the formatting. I've …

python pdf reportlab text-formatting
LaTeX - Automatically scale down an area so that it will be inside a page if it's too big?

I'm making a document in LaTeX. It includes a set of images in a row. A small percentage are quite …

latex tex text-formatting
Formatting text with tabs or spaces

I have object like this: { Name: "John" Location: "Unknown" Type: "Unknown" Status: "Unknown" Phone_number: "Unknown" } Need to format it …

javascript jquery text-formatting
How to read excel cell and retain or detect its format in Python

I am given the an excel file which contains some text formatting. Some can be bold, some italic, some are …

python excel text-formatting
How can I output a list as comma-separated values in Perl?

Let's say I have a list of elements @list=(1,2,3); #desired output 1,2,3 and I want to print them as comma separated …

perl text-formatting
LaTeX - Making a lighter version of text, like anti-bold?

I'm making a LaTeX document for someone. A certain piece of text looks "bold" for them, even though I'm not …

latex fonts text-formatting bold
How to format a text field javafx

I would like to be able to enter the time in a javafx text field in the format hh:mm:…

regex javafx textfield text-formatting