Code: Select all
\documentclass[10pt]{report}
%\usepackage{mathtools}
\begin{document
\begin{enumerate}
\item
student Number: Af110478, student from computers department.\\
address information:\\
house number ="1A/132";\\
streetname="PDTR";
PDTR \rightarrow Proddutoor :\\
kadapa;\\
aditional information: no.
\item
student Number: Af110546, student from computers department.\\
address information:\\
house number ="19A/12";\\
streetname="BDVL";
BDVL \rightarrow badvel :\\
kadapa;\\
aditional information: no.
\end{enumerate}
\end{document}
and one more favour my input is in xml data so I am writing that data into pdf for more user understanding purpose. So i am writing like this using latex but can any one suggest how can i write this information more readble to user.my data is like this
Code: Select all
<student>
<number>Af110478</number>
<education>bachelors</education>
<specialization>computers</specialization>
<address>
<house_number="1A/132"/>
<street_nam="pdtr">
<PDTR=proddutoor/>
</address>
</student>
<student>
<number>Af110546</number>
<education>ph.d.</education>
<specialization>physics</specialization>
<address>
<house_number="19A/12"/>
<street_nam="pdtr">
<BDVL= badvel/>
</address>
</student>