Hi Glados
Welcome to LaTeX on Linux!
I just installed Texlive-binaries using apt-get on my Mint-installation (a Ubuntu-based distro).
As you are new to Linux, I would suggest installing new software using the graphical package manager. I've never used Mint but, on Ubuntu you have the Ubuntu ...
Search found 21 matches
- Wed Sep 05, 2012 5:50 pm
- Forum: General
- Topic: Trouble getting started on Linux
- Replies: 3
- Views: 3306
- Wed Sep 05, 2012 1:25 pm
- Forum: General
- Topic: pbox package error: Undefined control sequence
- Replies: 2
- Views: 6093
pbox package error: Undefined control sequence
Thank you, Joseph [Sorry for the delay in replying]
I found that simply embedding another tabular environment works.
I'll upgrade pbox and use that if my scripts get too messy.
Cheers
Alan
I found that simply embedding another tabular environment works.
I'll upgrade pbox and use that if my scripts get too messy.
Cheers
Alan
- Sat Aug 18, 2012 2:10 am
- Forum: BibTeX, biblatex and biber
- Topic: convert word XML to latex bib
- Replies: 1
- Views: 4905
Re: convert word XML to latex bib
Hi pemfir
Welcome to LaTeX!
I've done some searching and it appears that all the conversion utilities go the other way, bib to XML.
However, I should be able to write a script to do the conversion.
Would you be happy to send me your XML bibliography file? You could sent it by Private Message ...
Welcome to LaTeX!
I've done some searching and it appears that all the conversion utilities go the other way, bib to XML.
However, I should be able to write a script to do the conversion.
Would you be happy to send me your XML bibliography file? You could sent it by Private Message ...
- Fri Aug 17, 2012 9:10 pm
- Forum: General
- Topic: PS to PDF Conversion
- Replies: 2
- Views: 4015
PS to PDF Conversion
Hi mmutoo
It wouldn't have occurred to me that there was a ps2pdf in TeX Live.
I would simply use:
Using the ps2pdf which is at
Alan
It wouldn't have occurred to me that there was a ps2pdf in TeX Live.
I would simply use:
Code: Select all
$ ps2pdf input.ps output.pdf
/usr/bin/ps2pdf
. You can find it with Code: Select all
$ whereis ps2pdf
- Fri Aug 17, 2012 8:43 pm
- Forum: General
- Topic: pbox package error: Undefined control sequence
- Replies: 2
- Views: 6093
pbox package error: Undefined control sequence
(German Help - Hilfe auf deutsch: Undefined control sequence - wie finde ich heraus, was fehlt? - LC editor remark)
I'm trying to include newlines inside a tabular environment.
Following StefanK's answer to this problem here:
http://tex.stackexchange.com/questions/2441/how-to-add-a-forced-line ...
I'm trying to include newlines inside a tabular environment.
Following StefanK's answer to this problem here:
http://tex.stackexchange.com/questions/2441/how-to-add-a-forced-line ...
- Wed Apr 04, 2012 5:08 pm
- Forum: General
- Topic: Error: Float(s) lost
- Replies: 3
- Views: 27701
Error: Float(s) lost
For those struggling with this problem caused by a
\marginpar
inside, for example, a \parbox
, try marginnote.- Wed Jun 08, 2011 4:49 pm
- Forum: Page Layout
- Topic: How do I get rid of the blank page after the title page?
- Replies: 2
- Views: 11111
How do I get rid of the blank page after the title page?
frabjous you are brilliant!
My very silly error was putting the title-verso page after \frontmatter.
It should be:
Thank you!
Alan
My very silly error was putting the title-verso page after \frontmatter.
It should be:
Code: Select all
Code, edit and compile here:
\begin{document}\include{titlepage}\maketitle\include{title-verso}\frontmatter\tableofcontentsetc...
Alan
- Wed Jun 08, 2011 4:05 pm
- Forum: Page Layout
- Topic: How do I get rid of the blank page after the title page?
- Replies: 2
- Views: 11111
How do I get rid of the blank page after the title page?
I'm using the book class to typeset a book.
The 'standard' is for the title-verso page (aka copyright page) to go on the reverse of the title page.
However, \maketitle inserts a blank page.
I've tried creating both pages as 'ordinary' pages, but then the title page gets a page number.
Short of ...
The 'standard' is for the title-verso page (aka copyright page) to go on the reverse of the title page.
However, \maketitle inserts a blank page.
I've tried creating both pages as 'ordinary' pages, but then the title page gets a page number.
Short of ...
- Sun May 29, 2011 1:08 am
- Forum: Fonts & Character Sets
- Topic: Back to Basics
- Replies: 3
- Views: 3674
Back to Basics
Having installed LaTeX and all other required packages on a fresh install of Ubuntu10.04 running in VirtualBox, and discovered that I was getting the same messed-up result, I started through the .tex files with a fine-toothed comb. It didn't take long...
In the book's title verso page (the one with ...
In the book's title verso page (the one with ...
- Thu May 26, 2011 4:29 pm
- Forum: Fonts & Character Sets
- Topic: Back to Basics
- Replies: 3
- Views: 3674
Back to Basics
Thank you, Stefan (once again)
do you use the fontenc package? Not yet :)
Or you had a situation, where you specified T1 encoding but did not have the T1 font installed, so another font would have been used as replacement. If you then install the T1 supporting font package, the font may slightly ...
do you use the fontenc package? Not yet :)
Or you had a situation, where you specified T1 encoding but did not have the T1 font installed, so another font would have been used as replacement. If you then install the T1 supporting font package, the font may slightly ...