Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

wml::fmt::text(3) [debian man page]

wml::fmt::text(3)						     EN Tools							 wml::fmt::text(3)

NAME
wml::fmt::text - Plain ASCII with Special Formatting Semantic SYNOPSIS
#use wml::fmt::text <: print &wml_fmt_text({ FILE => $file, OPTIONS => '--xhtml', ...}); :> <text notypo> FOO === 1. bar 2. quux a. baz b. foo ... </text> DESCRIPTION
The usage is simple: Surround the text with the "<text>" container tag and then just write plain ASCII text inside it. The corresponding HTML code is created via txt2html(3), a filter which gives the ASCII text nice formatting semantic which control the HTML result. If OPTIONS field is specified, a newer txt2html(1) filter is called instead of txt2html, which is dead upstream. This allows for instance generation of XGTML markup. The core conversion function is wml_fmt_text() which also can be used by other include files. ATTRIBUTES
These attributes can be used both in the "<text>" tag (in lowercase letters) and in "wml_fmt_text" arguments, as shown in examples above. "NOTYPO" By default, font commands are added to headings to highlight them. This attribute prevents alteration of txt2html output. "OPTIONS=str" This attribute performs two actions: select txt2html filter instead of txt2html, and str arguments are passed literally on the command line of txt2html. AUTHOR
Ralf S. Engelschall rse@engelschall.com www.engelschall.com REQUIRES
Internal: P1, P2, P3, txt2html (WML) External: -- SEE ALSO
txt2html(1), txt2html(3) EN Tools 2014-04-16 wml::fmt::text(3)

Check Out this Related Man Page

wml::fmt::all(3)						     EN Tools							  wml::fmt::all(3)

NAME
wml::fmt:all - All of Formatting (FMT) category SYNOPSIS
#use wml::fmt::all DESCRIPTION
This includes all existing include files of the Formatting (FMT) category, i.e. all includes with prefix wml::fmt. The following files currently exist: wml::fmt::isolatin(3) ... ISO-Latin-1 to HTML Entity Conversion wml::fmt::verbatim(3) ... Really Preformatted Verbatim Text wml::fmt::xtable(3) ... HTML tables through Advanced Syntax wml::fmt::url(3) ... Recognize Uniform Resource Locator wml::fmt::text(3) ... Plain ASCII with Special Formatting Semantic wml::fmt::pod(3) ... Plain Old Document (POD) Format wml::fmt::sdf(3) ... Simple Document Format (SDF) AUTHOR
Ralf S. Engelschall rse@engelschall.com www.engelschall.com REQUIRES
Internal: P1 External: -- SEE ALSO
wml::fmt::isolatin(3), wml::fmt::verbatim(3), wml::fmt::xtable(3), wml::fmt::url(3), wml::fmt::text(3), wml::fmt::pod(3), wml::fmt::sdf(3). EN Tools 2014-04-16 wml::fmt::all(3)
Man Page

11 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Searching filenames containing certain text???

Suppose there are multiple files containing certain text "abc". How to print the name of all such files with a single command from unix prompt? Thanks in advance (6 Replies)
Discussion started by: skyineyes
6 Replies

2. Programming

execl() + redirecting output to text files

Im currently using execl() to run the ls command and redirect the output to a text file. Unfortunately, when I check the text file, no information has been written to it. I am calling execl() with the ls command like this execl( "/bin/ls" , "-al" , '>' , "dirlist.txt" ,(char *) 0 ); ... (5 Replies)
Discussion started by: JamesGoh
5 Replies

3. UNIX for Dummies Questions & Answers

Help with reading text file

How can i have a while loop as follows while read inputline do <task> done < name_list and also store the values (delimited) on each line to temp variables so as to print them on screen as follows while read inputline do set name | cut -d "," -f1 name_list # #i know this is not... (1 Reply)
Discussion started by: bilal05
1 Replies

4. Shell Programming and Scripting

Help need in modifying the text of .txt file

Hi All, I've written a shell script in which i defined two varibles for example: str=1.0.0.15 timeStamp=2008.03.08 now using this varibles i need to modify a text file. The text content looks like this ************************ * packageNumber : 1.0.0.14 * * date :... (2 Replies)
Discussion started by: vinna
2 Replies

5. Shell Programming and Scripting

ASCII Text formatting

Hi All, I have a requirement to create a formatted text. That is., I have a plain text composed to send it through an Email using mailx. I need to change the formatting of the text like BOLD, ITALIC, UNDERINED, COLOURED, INDENT etc., First of all, is it possible in UNIX? If yes, please let... (3 Replies)
Discussion started by: mohan_kumarcs
3 Replies

6. Shell Programming and Scripting

SED: Extracting text between first occurance of foo in front of bar

Suppose I have a text file that contains the tags <foo> and <bar>. The text file can have unlimted occurances of <foo> and <bar> and looks somthing like this: <foo> Some Text <foo> Some Text <bar> Some Text <foo> Some (1 Reply)
Discussion started by: ArterialTool
1 Replies

7. Shell Programming and Scripting

Formatting text file in unix

Hi, I am using the following format command for formatting my text file in unix. awk -F":" '{ printf "%-50s%-1s%-50s\n", $1,":", $2}' filename > targetfile The target file is then sent as an attachment via email. When I view the target file in notepad multiple lines get spanned as a... (2 Replies)
Discussion started by: AAA
2 Replies

8. UNIX for Dummies Questions & Answers

Linux novice - Search and delete

Hi unix masters, Im needing some guidance or a small code to enlight my problem. Problem Example: I have 3 different text ascii files. At each file, inside the text have repeater marks. --text 1 start-- 123 -> mark anytextanytext anythinganything 123 ->mark blahblah blah ...... (6 Replies)
Discussion started by: atnoz
6 Replies

9. UNIX for Dummies Questions & Answers

Help needed to install txt2html

I have downloaded the latest version of txt2html which is 2.51 ran following command to execute it. # gunzip txt2html-2.51.tar.gz #tar -xvf txt2html-2.51.tar cd txt2html-2.51 # ls -ltr total 172 -r--r--r-- 1 1000 1000 5 May 4 2008 version.txt -r--r--r-- 1 1000 1000 1113 May 4 ... (3 Replies)
Discussion started by: pinga123
3 Replies

10. UNIX for Dummies Questions & Answers

Changing text in multiple files, but with different text for each file

Hello, I have a situation where I want to change a line of text in multiple files, but the problem is that I want to change the text to something unique for each file. For example, let's say I have five files named bob.txt, joe.txt, john.txt, tom.txt, and zach.txt. Each of these files has a... (5 Replies)
Discussion started by: Scatterbrain26
5 Replies

11. Shell Programming and Scripting

Find patterns and filter the text

I need to filter the text in between two patterns and output that to a different file. Please help me how to do it. Ex: ............. <some random text> ............. Pattern_1 <Few lines that need to be output to different file> Pattern_2 ................ ............... <more text in... (4 Replies)
Discussion started by: metturr
4 Replies