Sponsored Content
Full Discussion: how to change font in mailx
Top Forums Shell Programming and Scripting how to change font in mailx Post 302426365 by jgt on Tuesday 1st of June 2010 04:34:26 PM
Old 06-01-2010
Better solution: convert the report to pdf and then send, you can do all the formatting you want, and your decimal points will always line up.
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Hw to change the font of output in perl

Hw to change the font color and size of output in perl (2 Replies)
Discussion started by: trupti_rinku
2 Replies

2. Shell Programming and Scripting

How to change the font colour in unix ?

Could you pls tell me how to change the font colour in unix ? What is the syntax ? (3 Replies)
Discussion started by: sars
3 Replies

3. Shell Programming and Scripting

Font Color Change Using .profile

Does anyone know how can I change font color, background color etc for a particular user using .profile? Any help is appreciated. (0 Replies)
Discussion started by: fifo_vs_lifo23
0 Replies

4. UNIX for Dummies Questions & Answers

How to change the font or color of text

Hi Gurus, I have a small requirement where i want to change the color & font of some text in a file. i have a file error.txt which will be created in the script using egrep. After that iam adding these lines at head & tail to that file using the following code awk 'BEGIN{print"Please... (4 Replies)
Discussion started by: pssandeep
4 Replies

5. Shell Programming and Scripting

How to decrease the font size in Mailx

Hi all, I am using echo "$EMAILMESSAGE" | mailx -s "$SUBJECT" -b $CC "$TO" I am receiving the mail but seems to big in font size. Is there any option mailx to decrease the size of the mail generated. Thanks, (1 Reply)
Discussion started by: shellscripter
1 Replies

6. Shell Programming and Scripting

change the font size in bash

Hi, I would like to change the font size in bash. I know how do it in ksh: F_VDOBLE="\033#6" print "${F_VDOBLE}Esto es..." But in bash I don't know Could you help me please? Many thanks! (5 Replies)
Discussion started by: mierdatuti
5 Replies

7. Programming

Change font in Motif

Does anyone know how to change the font size into a larger one, in a basic Motif application? (1 Reply)
Discussion started by: JenniferKuiper
1 Replies

8. UNIX for Dummies Questions & Answers

Change font

how do i change from employee= to employee= in ksh. in my shell script, i just want to employee= to BOLD. (3 Replies)
Discussion started by: lawsongeek
3 Replies

9. Ubuntu

How to change ffmpeg default font size?

Hello, I have a problem with Greek subtitle font size when I map a subtitle file into a video in ffmpeg. I ran below code: ffmpeg -i video.mp4 -sub_charenc CP1253 -i video_sub.srt -c:v copy -c:a copy \ -c:s mov_text -metadata:s:s:0 language=gr mapped_video.mp4 When I play it in VLC,... (2 Replies)
Discussion started by: baris35
2 Replies

10. UNIX for Beginners Questions & Answers

Send mail with font change

Hi All, I have a file that contains following entries. I want to highlight the line that has word as "FAILURE" while sending the email. File ------------------------------------------------------------ Job Name: ABC Start Time: 07/20/2019 07:32:39 End Time: 07/20/2019... (4 Replies)
Discussion started by: sdosanjh
4 Replies
LaTeXWriter(3pm)					  LogReport's Lire Documentation					  LaTeXWriter(3pm)

NAME
Lire::ReportParser::LaTeXWriter - Lire::ReportParser processor that formats the report in LaTeX SYNOPSIS
use Lire::ReportParser::LaTeXWriter; use Lire::ReportParser::ReportBuilder; my $writer = new Lire::ReportParser::LaTeXWriter(), ); my $parser = new Lire::ReportParser::ReportBuilder(); my $report = $parser->parsefile( 'report.xml' ); $parser->write_report( $report, 'report.pdf', 'pdf', 'preamble' => 'myfont.tex' ); DESCRIPTION
This is a Lire::ReportParser processor which will format the XML report into PDF, PS or DVI format using LaTeX as intermediary format. METHODS
new() Returns an new LaTeXWriter. write_report( $report, $outputfile, $format, [ $preamble ] ) This will write the report Lire::Report in $outputfile in $format output format. outputfile This manadatory parameter specifies the file where the file will be written. format This mandatory parameter may be one of 'pdf', 'ps', 'dvi' or 'latex'. preamble This optional parameter can be used to specify a file that will be included in the LaTeX preamble. It can be use to change the fonts for example. SEE ALSO
Lire::ReportParser::LaTeXDocBookFormatter(3pm) Lire::OutputFormat(3pm) Lire::OutputFormats::LaTeX(3pm) VERSION
$Id: LaTeXWriter.pm,v 1.17 2006/07/29 17:57:34 vanbaal Exp $ COPYRIGHT
Copyright (C) 2004 Stichting LogReport Foundation LogReport@LogReport.org This file is part of Lire. Lire is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program (see COPYING); if not, check with http://www.gnu.org/copyleft/gpl.html. AUTHOR
Francis J. Lacoste <flacoste@logreport.org> POD ERRORS
Hey! The above document had some coding errors, which are explained below: Around line 453: You forgot a '=back' before '=head1' Lire 2.1.1 2006-07-29 LaTeXWriter(3pm)
All times are GMT -4. The time now is 09:04 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy