Tagged Questions
0
votes
0answers
21 views
Latex bibiography on Fedora 18 [duplicate]
I'm using texmaker
I'm getting a problem, my citations are not being generated in spite of me putting the citations,
here is my LaTeX file:
\documentclass{article}
\begin{document}
...
1
vote
0answers
89 views
Texmaker and .pdftex file type
I am trying to compile a .pdftex file type using TeXmaker. There doesn't seem to be too much on .pdftex files on the internet and I can't seem to compile it.
Does anyone know how to handle .pdftex ...
7
votes
4answers
352 views
Texmaker pdflatex compile error with libertine font after updating Texlive 2012
After updating the texlive 2012 in Ubuntu 12.04 by
# tlmgr update --all
I found pdflatex (within Texmaker) cannot compile a TeX file with the Libertine font
\usepackage{libertine} ...
2
votes
1answer
174 views
Lines and text doesn't appear on same page in Latex
I was trying to take a dig at LaTeX and wanted to write a resume in it, but before I start writing the resume I wanted to learn the quintessential of latex. While trying to create a line I encountered ...
3
votes
2answers
427 views
using grid from Tikz in Texmaker
I use Tikz for creating figures. But there is a problem. If I use for example
\begin{tikzpicture}
\draw[->] (0,0)--(10,0);
\draw[->] (0,0)--(0,10);
\draw[help lines] (-0.1,-0.1) grid (9.9,9.9); ...
0
votes
2answers
507 views
pdflatex with special characters
I'm very new to LaTeX and run into some problems.
I'm using Texmaker for windows with pdflatex btw.
When I use special characters and arrows etc. I would like to write it like this.
\wedge
But I ...
