Search found 7 matches

by clar
Tue Dec 27, 2011 6:49 pm
Forum: General
Topic: Loops in a LaTeX Document
Replies: 3
Views: 1908

Loops in a LaTeX Document

Hi,
I am very beginner to latex. I have one question Can I open one file and get some information from file Using latex document. I mean By using pattern match in file if that word or pattern matches, then get information from file. for example

begin
if (match)
get that information.
if (match ...
by clar
Tue Nov 15, 2011 3:47 pm
Forum: General
Topic: Warnings about undefined References
Replies: 1
Views: 12335

Warnings about undefined References

Hi,
I am running this latex file through PDFLaTeX i am getting this warnings


latex warning: there were undefined references.
latex warning: label(s) may have changed. Rerun to get cross-reference right.

and also some more warnings like this
latex warning: reference 'lastpage' on page 76 ...
by clar
Tue Nov 15, 2011 2:46 pm
Forum: General
Topic: Loops in a LaTeX Document
Replies: 3
Views: 1908

Re: Loops in a LaTeX Document

thanks For your reply , i did with perl that problem .
by clar
Thu Oct 27, 2011 11:39 am
Forum: General
Topic: Loops in a LaTeX Document
Replies: 3
Views: 1908

Loops in a LaTeX Document

Hi,
I am very beginner to latex. I have one question Can I open one file and get some information from file Using latex document. I mean By using pattern match in file if that word or pattern matches, then get information from file. for example

begin
if (match)
get that information.
if (match ...
by clar
Mon Oct 24, 2011 3:06 pm
Forum: Math & Science
Topic: '\rightarrow' with "lessthan" and "greaterthan" Symbols
Replies: 2
Views: 2589

'\rightarrow' with "lessthan" and "greaterthan" Symbols

Hi I am very new to latex, I need to print some information in pdf file.I written latex document like this

\documentclass[10pt]{report}
%\usepackage{mathtools}
\begin{document
\begin{enumerate}
\item
student Number: Af110478, student from computers department.\\
address information:\\
house ...
by clar
Fri Oct 21, 2011 6:33 pm
Forum: General
Topic: Print like this in pdf
Replies: 0
Views: 1160

Print like this in pdf

Hi i am creating latex template using perl and executed using MikTex(pdflatex)compiler.I am getting wrong output

#!/usr/bin/env perl
use strict;
use warnings;
use XML::Fast;
use Template;

my $xml = <<'XML';
<student>
<number>24</number>
<education>bachelors</education>
<specialization ...