Sponsored Content
Top Forums Web Development Wrap one line paragraphs in string with h tags Post 302561731 by LukasB on Wednesday 5th of October 2011 05:04:33 AM
Old 10-05-2011
Ah, OK, there may be a more complicated situation, e.g. - there is no empty line between paragraphs. There are several paragraphs and several headlines etc. I have a code now, where it splits all paragraphs and when a paragraph is shorter then given number of letters, it makes a h2 from it...
 

8 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

search string in a file and retrieve 10 lines including string line

Hi Guys, I am trying to write a perl script to search a string "Name" in the file "FILE" and also want to create a new file and push the searched string Name line along with 10 lines following the same. can anyone of you please let me know how to go about it ? (8 Replies)
Discussion started by: sukrish
8 Replies

2. Solaris

Line too long error Replace string with new line line character

I get a file which has all its content in a single row. The file contains xml data containing 3000 records, but all in a single row, making it difficult for Unix to Process the file. I decided to insert a new line character at all occurrences of a particular string in this file (say replacing... (4 Replies)
Discussion started by: ducati
4 Replies

3. UNIX for Dummies Questions & Answers

line wrap in sed

I tried line wrap in sed by sed -l 20 ' n' and as far as i understand each long line would be split into lenght of 20 characters in each. but thats not happening.wats going wrong:confused: (5 Replies)
Discussion started by: mithun1!
5 Replies

4. Shell Programming and Scripting

Need help with sorting in paragraphs

I am very new to shell scripting, current try to do a sorting of a text file in paragraphs with ksh script. example: File content: A1100001 line 1 = "testing" line 2 = something, line 3 = 100 D1200003 line 1 = "testing" line 2 = something, line 3 = 100 B1200003 line 1 =... (3 Replies)
Discussion started by: gavin_L
3 Replies

5. Shell Programming and Scripting

Search a string in a text file and add another string at the particular position of a line

I am having a text file which is having more than 200 lines. EX: 001010122 12000 BIB 12000 11200 1200003 001010122 2000 AND 12000 11200 1200003 001010122 12000 KVB 12000 11200 1200003 In the above file i want to search for string KVB and add/replace... (1 Reply)
Discussion started by: suryanarayana
1 Replies

6. Shell Programming and Scripting

Search a string in a text file and add another string at the end of line

Dear All I am having a text file which is having more than 200 lines. EX: 001010122 12000 BIB 12000 11200 1200003 001010122 2000 AND 12000 11200 1200003 001010122 12000 KVB 12000 11200 1200003 In the above file i want to search for string KVB... (5 Replies)
Discussion started by: suryanarayana
5 Replies

7. Red Hat

How to add a new string at the end of line by searching a string on the same line?

Hi, I have a file which is an extract of jil codes of all autosys jobs in our server. Sample jil code: ************************** permission:gx,wx date_conditions:yes days_of_week:all start_times:"05:00" condition: notrunning(appDev#box#ProductLoad)... (1 Reply)
Discussion started by: raghavendra
1 Replies

8. Shell Programming and Scripting

awk print in one line after reading textfile with paragraphs

Hello everybody I have a text file which has the following format: nmm "text20140601.033954text" "text" "text" "text" , ... , "text" "text" , ... , Lat 36.3247 Lon 16.0588 Depth 8 "text", ... , "text" "text", ..., CovXX 1.65 CovYY 2.32 CovZZ 1.2 "text" , ..., "text nmm ... (6 Replies)
Discussion started by: phaethon
6 Replies
PS_SHOW_BOXED(3)					     Library Functions Manual						  PS_SHOW_BOXED(3)

NAME
PS_show_boxed -- Output text in a box SYNOPSIS
#include <pslib.h> int PS_show_boxed(PSDoc *psdoc, char *text, float left, float bottom, float width, float height, const char *hmode, const char *feature) DESCRIPTION
Outputs a text in a given box. The lower left corner of the box is at (left, bottom). If the height is set to 0.0 the box will become as tall as needed to contain all the text. If feature is set to blind no text will be output but the is set as usual. This can for example be used to calculate the box height needed to comprise all text or in order to determine how much text fits into a box. Line breaks will be inserted where needed. Multiple spaces are treated as one. Tabulators are treated as spaces. The parameter hmode can be "justify", "fulljustify", "right", "left", or "center". The difference of "justify" and "fulljustify" just affects the last line of the box. In fulljustify mode the last line will be left and right justified unless this is also the last line of paragraph. In justify mode it will always be left justified. The text will be hyphenated if the parameter "hyphenation" is set to "true" and the parameter "hyphendict" contains a valid filename for a hyphenation file. The line spacing is taken from the value "leading". Paragraphs can be separated by an empty line just like in TeX. If the value "parindent" is set to value > 0.0 then the first n lines will be indented. The number of indented lines is set by the parameter "numindentlines". In order to prevent indenting of the first m paragraphs set the value "parindentskip" to a positive number. USED PARAMETERS
The output of PS_show_boxed can be configured with several parameters and values which must be set with either PS_set_parameter(3) or PS_set_value(3). Beside the parameters and values which affect text output the following parameters and values are evaluated. leading (value) Distance between baselines of two consecutive lines. linebreak (parameter) Set to "true" if you want a carrige return to start a new line instead of treating it as a space. Defaults to "false". parbreak (parameter) Set to "true" if you want a carrige return on a single line to start a new paragraph instead of treating it as a space. Defaults to "true". hyphenation (parameter) Set to "true" in order to turn hyphenation on. This requires a dictionary to be set with the parameter "hyphendict". Defaults to "false". hyphendict (parameter) Filename of the dictionary used for hyphenation pattern (see below). hyphenminchar (value) The number of chars which must at least be left over before or after the hyphen. This implies that only words of at least two times this value will be hyphenated. The default value is three. Setting a value of zero will result in the default value. parindent (value) Set the amount of space in pixel for indenting the first m lines of a paragraph. m can be set with the value "numindentlines". parskip (value) Set the amount of extra space in pixel between paragraphs. Defaults to 0 which will result in a normal line distance. numindentlines (value) Number of lines from the start of the paragraph which will be indented. Defaults to 1. parindentskip (value) Number of paragraphs in the box whose first lines will not be indented. This defaults to 0. This is useful for paragraphs right after a section heading or text being continued in a second box. In both case one would set this to 1. linenumbermode (parameter) Set how lines are to be numbered. Possible values are "box" for numbering lines in the whole box or "paragraph" to number lines within each paragraph. linenumberspace (value) The space for the column left of the numbered line containing the line number. The line number will be right justified into this column. Defaults to 20. linenumbersep (value) The space between the column with line numbers and the line itself. Defaults to 5. HYPHENATION
Text is hyphenated if the parameter "hyphenation" is set to true and a valid hyphenation dictory is set. pslib does not ship its own hyphenation dictionary but uses one from openoffice, scribus or koffice. You can find their dictionaries for different languages in one of the following directories if the software is installed: /usr/share/apps/koffice/hyphdicts/, /usr/lib/scribus/dicts/, or /usr/lib/open- office/share/dict/ooo/. Currently scribus appears to have the most complete hyphenation dictionaries. RETURN VALUE
Number of charactes that could not be written. This function will also set the value "boxheight" to the actual height of the box. This enables you to put several boxed beneath each other and keep the propper line spacing. SEE ALSO
PS_continue_text(3) AUTHOR
This manual page was written by Uwe Steinmann <uwe@steinmann.cx>. PS_SHOW_BOXED(3)
All times are GMT -4. The time now is 01:01 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy