Welcome To Our Shell

Mister Spy & Souheyl Bypass Shell

Current Path : /usr/share/latex2html/styles/

Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
Upload File :
Current File : //usr/share/latex2html/styles/justify.perl

# justify.perl  by Ross Moore <ross@mpce.mq.edu.au> 29-MAY-96
# Mathematics Department, Macquarie University, Sydney.
#
# Extension to LaTeX2HTML to translate LaTeX commands
# for justified paragraphs and environments.
# The HTML markup is not part of HTML 2.0 but is part
# of the recommendations for HTML 3.2.
# Currently it is recognised by popular browsers;
# e.g. Netscape Navigator.
#


# These are also implemented in the file:  versions/html3.0.pl
# which is automatically loaded for sufficiently large 
# values of  $HTML_VERSION .

if ($HTML_VERSION >= 3.0) { return(1); }


package main;

print "\n*********************\n";
print "The justify.perl package allows HTML markup to be produced \n"
	. "which is not conforming to the HTML 2.0 standard.\n";
print "Not all Web-browsers can be expected to correctly display this markup.";
print "\n*********************\n\n";


# implements the LaTeX environments 
#  {center}, {flushleft}, {flushright}

sub do_env_center {
    join('',"<P ALIGN=\"CENTER\">","@_","</P>");}

sub do_env_flushleft {
    join('',"<P ALIGN=\"LEFT\">","@_","</P>");}

sub do_env_flushright {
    join('',"<P ALIGN=\"RIGHT\">","@_","</P>");}



# implements the TeX commands 
#  \centerline, \leftline, \rightline

sub do_cmd_centerline {
    local($_) = @_;
    s/$next_pair_pr_rx//o;
    join('',"<P ALIGN=\"CENTER\">$2</P>",$_);
}

sub do_cmd_leftline {
    local($_) = @_;
    s/$next_pair_pr_rx//o;
    join('',"<P ALIGN=\"LEFT\">$2</P>",$_);
}

sub do_cmd_rightline {
    local($_) = @_;
    s/$next_pair_pr_rx//o;
    join('',"<P ALIGN=\"RIGHT\">$2</P>",$_);
}


1;                              # This must be the last line

bypass 1.0, Devloped By El Moujahidin (the source has been moved and devloped)
Email: contact@elmoujehidin.net bypass 1.0, Devloped By El Moujahidin (the source has been moved and devloped) Email: contact@elmoujehidin.net