The tag has no wiki summary.

learn more… | top users | synonyms

-2
votes
0answers
10 views

Forceclose error in pdfbox when used with android [closed]

i m trying to convert pdf document to text but my code is giving error "FORCE close" on my android device "HTC desire " when i run the code given in comment
1
vote
0answers
48 views

LateX landscape page - pdfTeX error (\pdfsetmatrix) : Unrecognized format [closed]

I have some issues inserting a landscape oriented table in the middle of my document. Here is the log : ./Figures/Chapitre6/corr_proba_1.tex:389: pdfTeX error (\pdfsetmatrix): Unrecog nized format.. ...
0
votes
0answers
67 views

Latex: How to fit the title into a single line? [closed]

I think I am just too new to the Latex environment. Do I just change the font size to fit the title into a single line? Then How do one change the font size of the title? Is there any other ...
0
votes
0answers
77 views

How does latex source multiple configuration files..? [closed]

I have got a very peculiar question I'd like to ask about my latex processor: In my school we are using the pdfTeXk backend. At some point there was a need to make a few configuration changes within ...
1
vote
1answer
442 views

Latex Remove Dot From References

When I reference a figure with Figure \ref{fig:myfig}, there is a dot after the figure number: Figure 4.. How do I get rid of that dot?
2
votes
1answer
3k views

PDF forms with LaTeX: how to create \TextField of exactly 4in width?

I'm using PDFLaTeX to create forms and ran into a problem with the \TextField macro that defines input fields: \TextField[width=4in,name=sample]{} The resulting field is a little wider than 4 ...
0
votes
1answer
342 views

PDF thumbnails in TeXShop (LaTeX)

How can i create PDF thumbnails in TeXShop using LaTeX and thumbpdf? I have \usepackage{thumbpdf} in my preamble, ran LaTeX twice, ran $ thumbpdf report.pdf from a Terminal (I'm on a Mac), then ...
1
vote
2answers
1k views

LaTeX, a0poster,tikz and multicols

I'm using the multicol package inside an a0poster document class. I am trying out a 3 column layout for a portrait poster. I have a large tikz drawing that I want to put inside a figure environment ...
1
vote
1answer
2k views

Compiling LaTeX via an on-line server

I have a LaTeX text document that compiles fine with the current version of pdflatex on my home computer. I've made minor edits to the body of the document. I'm trying to recompile it, using either ...
15
votes
3answers
3k views

Do you use XeTeX or pdfTeX? [closed]

As far as I understand it (a few days of research here and there), there are two major TeX engines: pdfTeX and XeTeX. pdfTeX is the "standard", having been around since the early 1990s, renders ...
13
votes
3answers
9k views

Highlighting a Chunk of Code within a lstlisting

I have a bunch of code in a lstlisting environment. How can I highlight (color background) just a particular chunk of code within the environment?
0
votes
3answers
295 views

Why does LaTeX start a new line when making a reference

I just created a LaTeX document and compile it to a PDF using pdftex. Every time I make a reference using the \ref command, the reference is put on a new line. Why does this happen and how do I ...
1
vote
5answers
1k views

Inkscape + pdftex?

I have a small drawing in Inkscape and I want to embed it in a LaTeX document which I compile using pdftex. pdftex seem to have an oddity of not accepting .eps. infact if what I understood is correct ...