Text FormattingEnter File Name

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
syed-01
Posts: 1
Joined: Mon Jun 01, 2020 8:00 pm

Enter File Name

Post by syed-01 »

Code: Select all

\documentclass[margin,line]{res}
\usepackage{hyperref}
\usepackage{url}
\oddsidemargin -.5in
\evensidemargin -.5in
\textwidth=6.0in
\itemsep=0in
\parsep=0in
\topmargin=0in
\topskip=0in
 
\newenvironment{list1}{
  \begin{list}{\ding{113}}{%
      \setlength{\itemsep}{0in}
      \setlength{\parsep}{0in} \setlength{\parskip}{0in}
      \setlength{\topsep}{0in} \setlength{\partopsep}{0in}
      \setlength{\leftmargin}{0.17in}}}{\end{list}}
\newenvironment{list2}{
  \begin{list}{$\bullet$}{%
      \setlength{\itemsep}{0in}
      \setlength{\parsep}{0in} \setlength{\parskip}{0in}
      \setlength{\topsep}{0in} \setlength{\partopsep}{0in}
      \setlength{\leftmargin}{0.2in}}}{\end{list}}


    
\begin{document}

\name{\LARGE Mehdi, Syed Nawaz}

\begin{resume}
\section{\sc Contact Information}

\vspace{.05in}
\begin{tabular}{@{}p{3.5in}p{3in}}
Senior Analyst             & {Phone:}  (91) xxxxxxxxxx \\
Hcl Technologies 
 & {E-mail:}  E-mail: syed-mehdi@gmail.com\\
Address: House Number 235, Third Floor, Block-R,\\
Near Qadri Masjid, Joga Bai Extension, Okhla,\\
New Delhi, Delhi-110025.
\end{tabular}


\section{\sc Interests}

Customer handling, To work on all operating systems, Ms-office, Office 365,\\
VMware, Active Directory.
\section{\sc Education}
{\bf AKTU, UCER}, Allahabad, Uttar Pradesh. India, 211010. \hfill August 2013 -- July 2017\\
%\vspace*{-.1in}
B.tech, Computer Science. \hfill(Percentage 71.22)
\section{\sc Awards}
Represented the school football team as a captain at the zonal level.\\
I won medals in different tournaments of football organized by CBSE.\\
I won a bronze medal in a badminton tournament in school athletic competition.
\\
\section{\sc Personal Achievements}
I received many awards for scoring highest in QUALITY PARAMETERS. \\
Received Customer Appreciation calls and certificates.\\
ITIL Foundation certified.\\
\section{\sc Technical Skills}
{\bf Programming and Scripting Languages}:  HTML 5, Java, CSS 3, Basic PHP. 
%%%%%%%%%%%%%%%%%%%
\section{\sc Professional Experience}
%%%%%%
{\bf Hcl Technologies:}, Noida, Uttar Pradesh, India, 201303.\\
Plot No: 3A Technology Hub Sector 126 SEZ.\\
{\em Senior Analyst}\hfill {January 2019 - Present}\\
\begin{list2} %Job Description%
\item I am handling an L2 position in the project. \\
\item Manage the contract and queue with all tickets end to end, working closely with shift leads and Team Managers\\
\item Work closely with the Customer Success Manager (CSM) and Manage Service Representative to maintain visibility and provide consistency to the Customer.\\
\item Take overall ownership of technical issues, and working with different teams resolve more advanced issues when necessary.\\
\item Document all technical inquiries, develop and review content for a knowledge base.\\
\item Assist customers, fellow techs, and service personnel in the installation, training, and support of software, hardware, and related 3rd party peripheral components.\\
\item Experience with troubleshooting network connectivity.\\
\item Use remote trouble shooting session in resolving the customer issues.\\
\item Experience with Service now, SCCM, Infoblox, Office 365 and Active Directory.\\
\end{list2}\\
%%%%%%
{\bf Wipro Limited:}, New Delhi, Delhi, India, 110044.\\
A-23, Mathura Rd, Mohan Co-operative, Jangpura Industrial Area, Sarita Vihar.\\
{\em Senior Associate}\hfill {August 2017 - January 02, 2019}\\
\begin{list2} %Job Description%
\item I worked as a full-time customer care representative in a high volume call center.\\
\item Escalation Point for any non-adherences or ticket quality management for the contract. Work on driving improvement actions with Team managers.\\
\item Provide proactive communication to clients and project managers.\\
\item Maintain and update dispatch tickets, trip reports, and customer records in the CRM database.\\
\item Worked on CRM, MS-Office.\\
\item Responsible for resolving problems and educating customers about the products and services.\\
\end{list2}\\
%%%%%%
%%%%%%%%%%%
%%%%%%%%%%%%%%%%
\section{\sc Projects}
{\bf Recruitment system automation:}\\
This project was aimed at developing an online (web-based) and central recruitment process system for a company. Some features of this system will be creating vacancies, storing applicants' data, interview process initiation, and finally hiring the applicant. Reports were required to be generated for the use of the HR department.\\

\section{\sc Workshops}
{\bf IIT Kanpur and UCER Allahabad:}\\
I attended mobile hacking and android workshops at IIT Kanpur and UCER Allahabad, respectively.\\

\section{\sc Personal Details}  

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{list2}
\item {\bf Date of birth:} March 28, 1995. 
\item {\bf Hobbies:} Listening to music, watching tv series based on science-fiction and, to play football and cricket.\\
\item {\bf Languages Known:} Hindi, English, Urdu, and basic German Deutsch.\\
\item {\bf Strengths: } Problem solver, relentless, go-getter, risk-taker, a good team player and, a good communicator.\\
\item {\bf Weakness:} I cannot say no to the people.\\
\end{list2}

\section{\sc Declaration} I, at this moment, declare that the above-written particulars are accurate to the best of my knowledge and belief.\\
\section{\sc References }
Available upon request.\\

{\bf Syed Nawaz Mehdi}\hfill {Date:}

\end{resume}
\end{document}


This code is asking for File name. Could you help me?

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

kaiserkarl13
Posts: 707
Joined: Tue Mar 25, 2008 5:02 pm

Enter File Name

Post by kaiserkarl13 »

This worked fine for me once I downloaded the document class and removed the \\ (line breaks) after the list environments. You should remove those after \item too. You don't need to break the line there, that's what the \item tag is for.
User avatar
Ijon Tichy
Posts: 640
Joined: Mon Dec 24, 2018 10:12 am

Enter File Name

Post by Ijon Tichy »

TeX asks for a file name, if your try to load a file, that is not found. Part of the message is also the name of the file that TeX has not found. E.g. if you failed to install class res, you would get:

! LaTeX Error: File `res.cls' not found.

Type X to quit or <RETURN> to proceed,
or enter new name. (Default extension: cls)

Enter file name:


Similar messages occur if you have not installed hyperref or one of the packages, hyperref requires.

Please, always cite the whole error message from the log-file (or the terminal output). And please put your code always between code tags or use the "Select code" selector to add TeX code tags.

BTW: Font commands \bf, \sc etc. are obsolete. You should use \bfseries, \scshape etc. And you should not use them inside the argument of \section etc. If available you should use the interface of the class to change the font of the headlines. Otherwise you should use an additional package (or a class, that provides such an interface). In this case the very old and completely unsupported class provides \sectionfont for the font of sections.

Last but not least, I would recommend to replace all personal information in your example.
Sorry, but I can no longer participate here as the administrator is trampling on my wishes on one of his other platforms. :cry:
Post Reply