On 2010-03-18 17:21:26 +0200, Micha Feigin wrote:
> On Thu, 18 Mar 2010 14:24:12 +0100
> Vincent Lefevre wrote:
> > This is fine as long as you don't publish articles via commercial
> > publishers. The IEEE Computer Society now uses Microsoft Word, and
> > the files they produce are not correctly
On Thu, 18 Mar 2010 14:24:12 +0100
Vincent Lefevre wrote:
> On 2010-03-18 10:19:07 +0200, Micha wrote:
> > Personally though I use lyx for anything I can get away with.
> > Luckily in university mathematics no one knows word. Almost everyone
> > apart for a few students that haven't converted yet
Vincent writes:
> [Latex] is fine as long as you don't publish articles via commercial
> publishers.
I think that you will find that the math journals can deal with it.
Some may even require it.
--
John Hasler
--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of
On 2010-03-18 10:19:07 +0200, Micha wrote:
> Personally though I use lyx for anything I can get away with.
> Luckily in university mathematics no one knows word. Almost everyone
> apart for a few students that haven't converted yet use latex.
This is fine as long as you don't publish articles via
I had to work on a LaTeX/Perl project a couple of months ago, but didn't
know much about it. These got me up to speed well enough:
The Not So Short Introduction to LaTeX2e
http://www.ctan.org/tex-archive/info/lshort/english/lshort.pdf
LaTeX Tutorials: A Primer
http://www.tug.org.in/tutorials.htm
On Sun, 25 Nov 2007 11:12:38 -0500, Michael Pobega wrote:
> I'd like to begin writing my coursework for college in LaTeX, but I've
> no clue where to start. . .
LaTeX is not recommended for casual writing. The learning curve is so
steep that most people would give up before they see the beauty o
On Sun, Nov 25, 2007 at 01:39:39PM -0500, Michael Pobega wrote:
> On Sun, Nov 25, 2007 at 12:47:02PM -0500, Rick Pasotto wrote:
> > I installed vim-latexsuite which installed vim-addon-manager. Then I
> > entered 'vim-addons install latex-suite' to enable it. Now when I enter
> > 'vim-addons show'
Ctan.org recommends
http://ctan.org/tex-archive/info/lshort/english/
as a document to start with.
Cheers
Sam
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
On Sun, Nov 25, 2007 at 11:12:38AM -0500, Michael Pobega wrote:
> Hello DU
>
> I'd like to begin writing my coursework for college in LaTeX, but I've
> no clue where to start. I began by installing the vim-latexsuite
> package, but that didn't seem to really work too well (The help pages
> are bo
Sarunas Burdulis wrote:
> Michael Marsh wrote:
>>> On Nov 27, 2007 1:37 AM, Sarunas Burdulis <[EMAIL PROTECTED]> wrote:
'pdflatex ' will produce latexfile.pdf.
Alternatively, use dvips (dvi->postscript) and then ps2pdf.
>>> One advantage of using pdflatex, rather than dvips+ps2pdf or
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Michael Marsh wrote:
> On Nov 27, 2007 1:37 AM, Sarunas Burdulis <[EMAIL PROTECTED]> wrote:
>> 'pdflatex ' will produce latexfile.pdf.
>>
>> Alternatively, use dvips (dvi->postscript) and then ps2pdf.
>
> One advantage of using pdflatex, rather than d
On Nov 27, 2007 1:37 AM, Sarunas Burdulis <[EMAIL PROTECTED]> wrote:
> 'pdflatex ' will produce latexfile.pdf.
>
> Alternatively, use dvips (dvi->postscript) and then ps2pdf.
One advantage of using pdflatex, rather than dvips+ps2pdf or dvipdf,
is that you can add
\usepackage{hyperref}
to your prea
Andrei Popescu wrote:
> On Sun, Nov 25, 2007 at 01:42:37PM -0500, Michael Pobega wrote:
>
>> So far I've used the latex command to compile a .dvi file for
>> viewing; What's the best way to process a .tex file into a .pdf?
>
> I don't know if this is the best, but I found the option -output-for
On Sun, Nov 25, 2007 at 01:42:37PM -0500, Michael Pobega wrote:
> So far I've used the latex command to compile a .dvi file for
> viewing; What's the best way to process a .tex file into a .pdf?
I don't know if this is the best, but I found the option -output-format
to latex. You can specify d
Michael Pobega wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hello DU
I'd like to begin writing my coursework for college in LaTeX, but I've
no clue where to start. I began by installing the vim-latexsuite
package, but that didn't seem to really work too well (The help pages
are both mis
On Sun, 25 Nov 2007 23:03:15 -0500
Michael Pobega <[EMAIL PROTECTED]> wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> On Sun, Nov 25, 2007 at 01:53:00PM -0800, Amit Uttamchandani wrote:
> > Hi there,
> >
> > I would recommend a small nifty utility called rubber. It is simply a
> > f
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Sun, Nov 25, 2007 at 01:53:00PM -0800, Amit Uttamchandani wrote:
> Hi there,
>
> I would recommend a small nifty utility called rubber. It is simply a
> front end for the most common latex compile commands. Thus, if you
> want to compile your latex
On Nov 25, 2007 1:39 PM, Michael Pobega <[EMAIL PROTECTED]> wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> On Sun, Nov 25, 2007 at 12:47:02PM -0500, Rick Pasotto wrote:
> > I installed vim-latexsuite which installed vim-addon-manager. Then I
> > entered 'vim-addons install latex-suite
On Sun, 2007-11-25 at 13:42 -0500, Michael Pobega wrote:
> So far I've used the latex command to compile a .dvi file for
> viewing; What's the best way to process a .tex file into a .pdf?
I typically run the commands
dvips file.dvi -o
ps2pdf file.ps
once the dvi file has been created. The fir
Hi there,
I would recommend a small nifty utility called rubber. It is simply a front end
for the most common latex compile commands. Thus, if you want to compile your
latex file into pdf simply run
rubber --pdf .tex
It takes care of everything. It is available in the debian packages.
Amit
On Sun, 25 Nov 2007 11:12:38 -0500
Michael Pobega <[EMAIL PROTECTED]> wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Hello DU
>
> I'd like to begin writing my coursework for college in LaTeX, but I've
> no clue where to start. I began by installing the vim-latexsuite
> package, but
On Sun, 2007-11-25 at 11:12 -0500, Michael Pobega wrote:
> I'd like to begin writing my coursework for college in LaTeX, but I've
> no clue where to start. I began by installing the vim-latexsuite
> package, but that didn't seem to really work too well (The help pages
> are both missing), and I ha
On Sun, Nov 25, 2007 at 01:39:39PM -0500, Michael Pobega wrote:
> On Sun, Nov 25, 2007 at 12:47:02PM -0500, Rick Pasotto wrote:
> > I installed vim-latexsuite which installed vim-addon-manager. Then I
> > entered 'vim-addons install latex-suite' to enable it. Now when I enter
> > 'vim-addons show'
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 11/25/07 12:42, Michael Pobega wrote:
[snip]
>
>
> Thus far all I know is LaTeX is some sort of a graphical language (Ala
> HTML) for text and image control to create documents.
Officially, tex is a "typesetting system".
But yes, tex *is* a mark
On Sun, Nov 25, 2007 at 01:42:37PM -0500, Michael Pobega wrote:
> So far I've used the latex command to compile a .dvi file for
> viewing; What's the best way to process a .tex file into a .pdf?
You can either run dvipdf on the dvi file, or pdflatex on the tex file. IIRC
there's some situations w
On Sun, Nov 25, 2007 at 01:42:37PM -0500, Michael Pobega wrote:
> So far I've used the latex command to compile a .dvi file for
> viewing; What's the best way to process a .tex file into a .pdf?
At least two ways:
latex to make a dvi (device independant format)
dvipdf to turn it into a
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Sun, Nov 25, 2007 at 11:25:14AM -0700, Robert Jerrard wrote:
>
> On Sun, 2007-11-25 at 11:12 -0500, Michael Pobega wrote:
> > I'd like to begin writing my coursework for college in LaTeX, but I've
> > no clue where to start. I began by installing t
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Sun, Nov 25, 2007 at 12:47:02PM -0500, Rick Pasotto wrote:
> I installed vim-latexsuite which installed vim-addon-manager. Then I
> entered 'vim-addons install latex-suite' to enable it. Now when I enter
> 'vim-addons show' I get:
>
> Addon: latex-
As others have said, the not-so-short guide it good. If you want
something short and quick, there's plenty on the net such as:
http://polishlinux.org/tex/latex-the-basics-part-i/
http://www.electronics.oulu.fi/latex/index.html
I usually process it with pdftex and view with a pdf viewer.
--
swk
I installed vim-latexsuite which installed vim-addon-manager. Then I
entered 'vim-addons install latex-suite' to enable it. Now when I enter
'vim-addons show' I get:
Addon: latex-suite
Status: broken
Description: comprehensive set of tools to view, edit, and compile LaTeX
documents
What is it th
Hi,
`lshort.pdf' is very good starting point to learn LaTeX.
Good LaTeXing,
Jerome
Michael Marsh wrote:
On Nov 25, 2007 4:12 PM, Michael Pobega <[EMAIL PROTECTED]> wrote:
I'd like to begin writing my coursework for college in LaTeX, but I've
no clue where to start. I began by installing the v
On Sun, Nov 25, 2007 at 11:12:38AM -0500, Michael Pobega wrote:
> Hello DU
>
> I'd like to begin writing my coursework for college in LaTeX, but I've
> no clue where to start. I began by installing the vim-latexsuite
> package, but that didn't seem to really work too well (The help pages
> are bot
On Sun, Nov 25, 2007 at 11:12:38AM -0500, Michael Pobega wrote:
> Hello DU
>
> I'd like to begin writing my coursework for college in LaTeX, but I've
> no clue where to start. I began by installing the vim-latexsuite
> package, but that didn't seem to really work too well (The help pages
> are bot
On Nov 25, 2007 4:12 PM, Michael Pobega <[EMAIL PROTECTED]> wrote:
> I'd like to begin writing my coursework for college in LaTeX, but I've
> no clue where to start. I began by installing the vim-latexsuite
> package, but that didn't seem to really work too well (The help pages
> are both missing),
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hello DU
I'd like to begin writing my coursework for college in LaTeX, but I've
no clue where to start. I began by installing the vim-latexsuite
package, but that didn't seem to really work too well (The help pages
are both missing), and I have no clu
On Sat, Feb 17, 2007 at 22:23:48 +1300, Chris Bannister wrote:
> On Thu, Feb 15, 2007 at 09:53:41AM -0500, Kamaraju S Kusumanchi wrote:
> > Kent West wrote:
> >
> > > (Off-Topic because this is really a LaTeX question rather than a Debian
> > > question.)
> > >
> >
> > Not an offtopic question.
Chris Bannister wrote:
> On Thu, Feb 15, 2007 at 09:53:41AM -0500, Kamaraju S Kusumanchi wrote:
>
>> Kent West wrote:
>>
>>> (Off-Topic because this is really a LaTeX question rather than a Debian
>>> question.)
>>>
>> Not an offtopic question. You are using Debian, so this is releva
On Thu, Feb 15, 2007 at 09:53:41AM -0500, Kamaraju S Kusumanchi wrote:
> Kent West wrote:
>
> > (Off-Topic because this is really a LaTeX question rather than a Debian
> > question.)
> >
>
> Not an offtopic question. You are using Debian, so this is relevant IMHO.
Great, I have a bad case of fl
Kent West:
>
> Looks promising, but the learning curve appears to be a right-angle.
> From page 2 of the manual:
>> If you are not familiar with TEX at all
>> I would recommend to find another software
>> package to do musical typesetting.
>> Setting up TEX and MusiXTEX
>> on your machine and mast
Hi, havnt been following this thread, just jumping in.
This link has some samples of musixtex that you could perhaps use to
get yourself familiar with it.
Else use something like noteedit to edit your music and if you want,
then you can export your music to musixtex.
HTH
Oli
Þann 2007-02-15, 18:
Manoj Srivastava wrote:
On Wed, 14 Feb 2007 22:12:55 -0600, Kent West <[EMAIL PROTECTED]> said:
The material looks like standard guitar tabs you'd find on the web,
like this, from http://www.guitaretab.com/a/adam-sandler/211.html:
Package: musixtex
Description: Typeset music scores wit
Kent West wrote:
(Off-Topic because this is really a LaTeX question rather than a Debian
question.)
I've been using OpenOffice.org to produce paper copies of songs written
for guitar, but with all the talk about LaTeX on this list lately, I got
to wondering if it might be a better product.
Hi,
On Wed, 14 Feb 2007 22:12:55 -0600, Kent West <[EMAIL PROTECTED]> said:
> (Off-Topic because this is really a LaTeX question rather than a
> Debian question.)
> I've been using OpenOffice.org to produce paper copies of songs
> written for guitar, but with all the talk about LaTeX on this lis
Kent West wrote:
> (Off-Topic because this is really a LaTeX question rather than a Debian
> question.)
>
Not an offtopic question. You are using Debian, so this is relevant IMHO.
> I've been using OpenOffice.org to produce paper copies of songs written
> for guitar, but with all the talk about
Johannes Wiedersich wrote:
> Kent West wrote:
>
>> What I'm concerned about is the chord names (A, D, etc) need to line up
>> with the word where the chords change, which means exact placement will
>> be necessary.
>
> <---LaTeX-File--->
> \documentclass[a4paper,10pt]{article}
>
> \newlength{\ch
Kent West wrote:
> (Off-Topic because this is really a LaTeX question rather than a Debian
> question.)
>
> Verse 1
> A
> I wanna make you smile
> Bm
> Whenever you're sad
> C#m
> Carry you around
> D
> When your arthritis is bad
> A E
> All I wanna do is
>
Kent West:
>
> What I'm concerned about is the chord names (A, D, etc) need to line up
> with the word where the chords change, which means exact placement will
> be necessary. I currently do this in OO.o with a monospace font and
> manually spacing over to where the chord name goes.
I am sure th
(Off-Topic because this is really a LaTeX question rather than a Debian
question.)
I've been using OpenOffice.org to produce paper copies of songs written
for guitar, but with all the talk about LaTeX on this list lately, I got
to wondering if it might be a better product.
The material looks like
Thanks Kevin, your example below worked perfectly. I didn't have a chance to
try yours Jim, because I liked the idea of not needing external packages.
Thanks again to everyone who helped out. Just marvellous ;-).
Byron Hillis
> From: Kevin Buhr
>
> -START OF EXAMPLE-
> \documentclass{a
Kevin Buhr wrote:
"Byron Hillis" <[EMAIL PROTECTED]> writes:
A quick Q for a Latex document layout. I want a single
column output, but on the right hand side I want a line
that separates the \marginpar notes from the rest of the
text. Like this
Body Text Body Text Body Text |
B
"Byron Hillis" <[EMAIL PROTECTED]> writes:
>
> A quick Q for a Latex document layout. I want a single
> column output, but on the right hand side I want a line
> that separates the \marginpar notes from the rest of the
> text. Like this
>
> Body Text Body Text Body Text |
> Body T
> Byron Hillis <[EMAIL PROTECTED]> writes:
> Hi all,
> Just wanting to tap into some of the wide-ranging knowledge
> available on this list.
> A quick Q for a Latex document layout. I want a single
> column output, but on the right hand side I want a line
> that separates the \marginpar not
A nasty hack, but if there is at least one margin note per page then this
might work:
\marginpar{\rule[-2000cm]{1mm}{4000cm}Text goes here}
(I've never used LaTeX before so no clue if it will work). The idea is to
make the line next to the paragraph so long it covvers the whole page.
--
T
On Tue, Aug 09, 2005 at 12:41:04AM +1000, Byron Hillis wrote:
} Hi all,
}
} Just wanting to tap into some of the wide-ranging knowledge
} available on this list.
}
} A quick Q for a Latex document layout. I want a single
} column output, but on the right hand side I want a line
} that separates
> Just wanting to tap into some of the wide-ranging knowledge
> available on this list.
You might have better luck asking on comp.text.tex.
Good luck,
Andrew.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Roberto C. Sanchez said...
> I forget if the minipage environment is limnited to a single
> page, or if it can span multiple pages. If the latter, then
> that may be an option.
Unfortunately, the minipage environment doesn't allow for
placement of figures inline with the text, so it's not an op
On Tue, Aug 09, 2005 at 12:41:04AM +1000, Byron Hillis wrote:
> Hi all,
>
> Just wanting to tap into some of the wide-ranging knowledge
> available on this list.
>
> A quick Q for a Latex document layout. I want a single
> column output, but on the right hand side I want a line
> that separates
Hi all,
Just wanting to tap into some of the wide-ranging knowledge
available on this list.
A quick Q for a Latex document layout. I want a single
column output, but on the right hand side I want a line
that separates the \marginpar notes from the rest of the
text. Like this
Body Tex
On Fri, Dec 19, 2003 at 05:03:25AM +0200, Micha Feigin wrote:
| I am writing a document with latex using the article document
| class. The problem is that when setting \pagestyle{empty} either in
| the preamble or after the \begin{document} I still get a page number on
| the first page.
Odd, isn't
On Fri, Dec 19, 2003 at 05:03:25AM +0200, Micha Feigin wrote:
> I am writing a document with latex using the article document
> class. The problem is that when setting \pagestyle{empty} either in
> the preamble or after the \begin{document} I still get a page number on
> the first page. Since there
I am writing a document with latex using the article document
class. The problem is that when setting \pagestyle{empty} either in
the preamble or after the \begin{document} I still get a page number on
the first page. Since there are guidelines for submitting this one this
is a big no no.
Any idea
> "Andrew" == Andrew Perrin <[EMAIL PROTECTED]> writes:
Andrew> (I apologize for the off-topic post but I know there are LaTeX
Andrew> users around and this is a bit of an emergency.)
Andrew> Help! I haven't used the seminar package for a year or so; now,
Andrew> when creating the slides for
(I apologize for the off-topic post but I know there are LaTeX users
around and this is a bit of an emergency.)
Help! I haven't used the seminar package for a year or so; now, when
creating the slides for a class lecture tomorrow, suddenly all slides
come out upside-down. This happens with using l
On 0, J?rg Johannes <[EMAIL PROTECTED]> wrote:
> Hi everybody
>
> For my documents, I have to use both LaTeX and pdfLaTeX. The problem I
> have is, pdflatex does not (at least per default) understand .eps and
> .ps files. So I have to convert my .eps figures from gnuplot into .png
> for pdflat
I am very sorry for the misspelling,
so let me try again:
you can find the `epstopdf.sty' LaTeX STY file in the drectory
`/usr/share/texmf/tex/latex/oberdiek'
Bye,
Jerome
Jörg Johannes wrote:
Hello Jerome
the LaTeX package `epstopdf' allows to convert PostScript files on the
fly: you should f
Hello Jerome
the LaTeX package `epstopdf' allows to convert PostScript files on the
fly: you should find it at your favorite CTAN site
in the folder:
CTAN:/macros/latex/contrib/supported/oberliek
or somethinh lik that.
This looks very promising, I have to check it out. But wait... this
should
Original Message
Subject: Re: [OT] latex, pdflatex and graphics formats
Date: Thu, 28 Nov 2002 11:03:55 +0200
From: Jerome BENOIT <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
To: Dominique Dumont <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
Jörg Johannes <[EMAIL PROTECTED]> writes:
> Hi everybody
>
> For my documents, I have to use both LaTeX and pdfLaTeX. The problem I
> have is, pdflatex does not (at least per default) understand .eps and
> .ps files. So I have to convert my .eps figures from gnuplot into .png
> for pdflatex in ord
Hi Stefan
I really like the makefile approach, but I will have to read the
"make"-nutshell book before I understand what the snipped you gave me
really does...
Thanks anyway.
joerg
I would use a Makefile like
-[snip!]---
FROM = $(subst .eps,.pdf, $(wildcard
On Tue, 2002-11-26 at 13:42, Jörg Johannes wrote:
> Hi everybody
>
> For my documents, I have to use both LaTeX and pdfLaTeX. The problem I
> have is, pdflatex does not (at least per default) understand .eps and
> .ps files. So I have to convert my .eps figures from gnuplot into .png
> for pdfl
Hi {pdf,}LaTeX Fans !
There is a package written by Oberdiek which does the job:
`epstopdf'
Read the comments before to use it.
Otherwise,
I guess that this list is not the proper one for pure TeX issue.
I hope that helps,
Jerome
Jörg Johannes wrote:
Hi everybody
For my documents, I have to
In article <[EMAIL PROTECTED]>,
Jörg Johannes <[EMAIL PROTECTED]> wrote:
> For my documents, I have to use both LaTeX and pdfLaTeX.
Me too.
> The problem I have is, pdflatex does not (at least per default)
> understand .eps and .ps files. So I have to convert my .eps figures
> from gnuplot
On Tue, Nov 26, 2002 at 02:31:47PM +0100, Jörg Johannes wrote:
> Hello Johann
>
> I'm not sure if we understand each other. I'll ask you what is unclear
> in comments below:
> Johann Spies schrieb:
>
> >\newif\ifpdf
> >\ifx\pdfoutput\undefined
> > \pdffalse
> > \documentclass[dvips,12pt,a4pa
On 26/11/02 J?rg Johannes did speaketh:
> Hi everybody
>
> For my documents, I have to use both LaTeX and pdfLaTeX. The problem I
> have is, pdflatex does not (at least per default) understand .eps and
> .ps files. So I have to convert my .eps figures from gnuplot into .png
> for pdflatex in o
Hello Johann
I'm not sure if we understand each other. I'll ask you what is unclear
in comments below:
Johann Spies schrieb:
\newif\ifpdf
\ifx\pdfoutput\undefined
\pdffalse
\documentclass[dvips,12pt,a4paper]{article}
\else
\pdfoutput=1 \let\special\message
\pdftrue
\documentclass[
On Tue, 26 Nov 2002 13:42:35 +0100, Jörg Johannes wrote:
>Hi everybody
>
>For my documents, I have to use both LaTeX and pdfLaTeX. The problem I
>have is, pdflatex does not (at least per default) understand .eps and
>.ps files. So I have to convert my .eps figures from gnuplot into .png
>for pd
On Tue, Nov 26, 2002 at 01:42:35PM +0100, Jörg Johannes wrote:
> For my documents, I have to use both LaTeX and pdfLaTeX. The problem I
> have is, pdflatex does not (at least per default) understand .eps and
> .ps files. So I have to convert my .eps figures from gnuplot into .png
> for pdflatex
Hi everybody
For my documents, I have to use both LaTeX and pdfLaTeX. The problem I
have is, pdflatex does not (at least per default) understand .eps and
.ps files. So I have to convert my .eps figures from gnuplot into .png
for pdflatex in order to use them. The other way round, "normal" LaTeX
> on Wed, Nov 21, 2001 at 10:01:53PM -0500, Alan Shutko wrote:
> [EMAIL PROTECTED] writes:
>
> > Can some one please send my an example on how to specify the pzc or the uzc
> > fonts in a default Debian teTeX install, I can't figure it out and it's
> > driving my Mad.
>
> \fontfamily{pzc}\fontsha
[EMAIL PROTECTED] writes:
> Can some one please send my an example on how to specify the pzc or the uzc
> fonts in a default Debian teTeX install, I can't figure it out and it's
> driving my Mad.
\fontfamily{pzc}\fontshape{it}\selectfont test
--
Alan Shutko <[EMAIL PROTECTED]> - In a variety of
Can some one please send my an example on how to specify the pzc or the uzc
fonts in a default Debian teTeX install, I can't figure it out and it's
driving my Mad.
Thanks ( and good Karma to any replys)
joel
or use
\usepackage{verbatim}
...
\verbatiminput{filename.txt}
this package also provides the comment environment which is good for
big comment blocks.
tom
Hi List
I need to input a file as raw text (every linbreak must be a linebreak,
there are some backslashes in it etc.)
I tried \input[verbatim]{file}, but this does not what I want it to (It
gives an error message instead ;-) )
The problem is: I do not want to make a second copy of the file where
You could see if the fancyvrb package on CTAN helps with this - it's an
interesting catch-22 since the verbatim environment doesn't allow for any
includes. I suppose a quick fix would be to add \begin{verbatim} and
\end{verbatim} lines to the file being included, but that pollutes your
original fi
> "Johannes" == Johannes Jörg <[EMAIL PROTECTED]> writes:
Johannes> I need to input a file as raw text (every linbreak must
Johannes> be a linebreak, there are some backslashes in it etc.)
Johannes> I tried \input[verbatim]{file}, but this does not what I
Johannes> want it to (
Joerg Johannes <[EMAIL PROTECTED]> writes:
JJ> Aren't the LaTeX fonts scalable post-script fonts?
Not generally; they use a meta-language called METAFONT, which
includes much more information than PostScript fonts use. (For
example, 5-point Computer Modern scaled to 20 points looks much
different
Hi List
Aren't the LaTeX fonts scalable post-script fonts? I wonder if it is
possible to use, say, the cm-family font just like "normal" X-fonts, eg.
for the GIMP. The idea comes from my need for images containing text.
Using these images in Latex looks ugly if they use other fonts than the
LaTeX-
87 matches
Mail list logo