Search found 8 matches

by ls440
Mon Nov 21, 2022 2:58 pm
Forum: General
Topic: Latex unable to generate pdf
Replies: 15
Views: 9363

Latex unable to generate pdf

Hi I am not getting margins generated properly what might be the issue.
by ls440
Wed Nov 02, 2022 9:02 pm
Forum: General
Topic: Latex unable to generate pdf
Replies: 15
Views: 9363

Latex unable to generate pdf

Thanks, Right well I saw the same in the csv file. here is the example of csv file. So because of this it get stuck or ?
by ls440
Wed Nov 02, 2022 5:19 pm
Forum: General
Topic: Latex unable to generate pdf
Replies: 15
Views: 9363

Latex unable to generate pdf

Stefan Kottwitz wrote:Welcome to the forum!

Can you perhaps post the complete log file as an attachment here?

Stefan
I have attached the log file.
by ls440
Wed Nov 02, 2022 11:08 am
Forum: General
Topic: Latex unable to generate pdf
Replies: 15
Views: 9363

Latex unable to generate pdf

Hi how can we autofit the characters to a particular column. ? Because i have problems with only one of the first column. Is there a way ?
by ls440
Wed Nov 02, 2022 10:10 am
Forum: General
Topic: Latex unable to generate pdf
Replies: 15
Views: 9363

Latex unable to generate pdf

I am not sure where the problem is
by ls440
Tue Nov 01, 2022 9:36 am
Forum: General
Topic: Latex unable to generate pdf
Replies: 15
Views: 9363

Latex unable to generate pdf

Yes In total there were four columns. But I have the problem with first column
by ls440
Tue Nov 01, 2022 8:27 am
Forum: General
Topic: Latex unable to generate pdf
Replies: 15
Views: 9363

Latex unable to generate pdf

Here is my Tex file

\documentclass[9pt]{article}
\usepackage{booktabs}
\usepackage{csvsimple}
\usepackage{longtable}
\usepackage{multirow}
\usepackage{microtype}
\usepackage{pdflscape}
\usepackage{array}
\usepackage[labelfont=bf,labelsep=period,font={small,sf,bf}]{caption}

\begin{document}
\begin ...
by ls440
Thu Oct 27, 2022 3:05 pm
Forum: General
Topic: Latex unable to generate pdf
Replies: 15
Views: 9363

Latex unable to generate pdf

Hi My goal is to generate pdf from csv file. I tried to convert csv file to pdf using pdflatex. I have posted my tex file in the issue. When i execute the below command for some reason it doesnot exit automatically (get stuck), I need to press enter 2-3 times and then i get the pdf generated. how to ...