all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Re: reading tex files
  2006-04-25 17:28 reading tex files Gary Wessle
@ 2006-04-04 11:22 ` Raimund Kohl-Fuechsle
  2006-04-26  5:23   ` Fred J.
  2006-04-25 18:08 ` Maarten Bergvelt
                   ` (2 subsequent siblings)
  3 siblings, 1 reply; 8+ messages in thread
From: Raimund Kohl-Fuechsle @ 2006-04-04 11:22 UTC (permalink / raw)
  Cc: help-gnu-emacs

Gary Wessle <phddas@yahoo.com> wrote:

> Hi
> 
> I have some .tex files generated after I unpacked some file.tex.tgz,
> what do I need to display/read those files under emacs21.4
> debian/testing? I am not after creating/editing tex files, I just want
> to read the stuff.

Do you mean "reading" as an equivalent to opening the file or do you
mean it as "displaying the content without those commands and stuff"?
The first case asks you to simply open the file and to ... read.  Yepp.
The latter case asks for "texing" the *.tex file.  To do this there
exist several ways ... so what is what you want to do?

ray

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: reading tex files
  2006-04-26  5:23   ` Fred J.
@ 2006-04-04 21:17     ` Raimund Kohl-Fuechsle
  0 siblings, 0 replies; 8+ messages in thread
From: Raimund Kohl-Fuechsle @ 2006-04-04 21:17 UTC (permalink / raw)
  Cc: help-gnu-emacs

> --0-1133892600-1146028981=:87824
> Content-Type: text/plain; charset=iso-8859-1
> Content-Transfer-Encoding: 8bit
> 
> 
> 
> Raimund Kohl-Fuechsle <Raimund.Kohl@nabuli.de> wrote: Gary Wessle 
>  wrote:
> 
> Do you mean "reading" as an equivalent to opening the file or do you
> mean it as "displaying the content without those commands and stuff"?
> The first case asks you to simply open the file and to ... read.  Yepp.
> The latter case asks for "texing" the *.tex file.  To do this there
> exist several ways ... so what is what you want to do?
> 
> ray
> 
> that latter, that is to be able to read without all the code \f \b
> things, like a lormal doc.

you seem to not be familiar with TeX/LaTeX ... well ... ok, first you
need to have the tetex packages installed.  On Debian you need the
following packages (use: apt-get install ...)

tetex-base (Basic library files of teTeX)
tetex-extra (Additional library files of teTeX)

(should you want to "dive" deeper into LaTeX you are going to need also:
tetex-doc - The documentation component of the Debian teTeX packages)

Now, given you are in dired within emacs (that looks like:

 -rw-r--r--   1 raimund raimund   8549 2006-03-06 15:19 dvd-v1.tex)

you then (in this example) place the cursor on "dvd-v1.tex" and use
shell command "!" (you simply use the exclamation mark).  The
shell-command opens the minibuffer on the bottom of your screen and asks
for a command.  Here you type "latex" ... looks like:


Shell command: latex
               ^^^^^

that's all.  Now emacs runs LaTeX on the file.  After it's done with it,
still being in dired-mode, you type in the small "g" letter.  Now you
will see that emacs added some files.  With my example it would look
like:

 -rw-r--r--   1 raimund raimund   1110 2006-04-04 22:45 dvd-v1.aux
 -rw-r--r--   1 raimund raimund  18276 2006-04-04 22:45 dvd-v1.dvi
 -rw-r--r--   1 raimund raimund  10572 2006-04-04 22:45 dvd-v1.log
 -rw-r--r--   1 raimund raimund    427 2006-04-04 22:45 dvd-v1.out
 -rw-r--r--   1 raimund raimund   8549 2006-03-06 15:19 dvd-v1.tex

This being so you now place the curser on the file dvd-v1.dvi.  Again
you use the shell command with the command "xdvi" ... this will look
like


Shell command: xdvi


and -voila- emacs opens the xdvi-viewer.  Here you can see the whole
document as it was meant to be seen - without all the LaTeX commands.

There are other ways to do this.  Since you seem to not be familiar with
TeX/LaTex I thought this beginners instruction would suffice.

Happy TeXing :-)

ray

^ permalink raw reply	[flat|nested] 8+ messages in thread

* reading tex files
@ 2006-04-25 17:28 Gary Wessle
  2006-04-04 11:22 ` Raimund Kohl-Fuechsle
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Gary Wessle @ 2006-04-25 17:28 UTC (permalink / raw)


Hi

I have some .tex files generated after I unpacked some file.tex.tgz,
what do I need to display/read those files under emacs21.4
debian/testing? I am not after creating/editing tex files, I just want
to read the stuff.

thanks

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: reading tex files
  2006-04-25 17:28 reading tex files Gary Wessle
  2006-04-04 11:22 ` Raimund Kohl-Fuechsle
@ 2006-04-25 18:08 ` Maarten Bergvelt
  2006-04-25 18:09 ` Peter Dyballa
       [not found] ` <mailman.924.1145988592.9609.help-gnu-emacs@gnu.org>
  3 siblings, 0 replies; 8+ messages in thread
From: Maarten Bergvelt @ 2006-04-25 18:08 UTC (permalink / raw)



In article <874q0h7ef4.fsf@localhost.localdomain>, Gary Wessle wrote:
> I have some .tex files generated after I unpacked some file.tex.tgz,
> what do I need to display/read those files under emacs21.4
> debian/testing? I am not after creating/editing tex files, I just want
> to read the stuff.

Hm, why don't you just open them in emacs? These are regular text
files. What is the problem? If you just want to read them emacs might
be overkill, just use more (is less).

Puzzled,

-- 
Maarten Bergvelt		

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: reading tex files
  2006-04-25 17:28 reading tex files Gary Wessle
  2006-04-04 11:22 ` Raimund Kohl-Fuechsle
  2006-04-25 18:08 ` Maarten Bergvelt
@ 2006-04-25 18:09 ` Peter Dyballa
       [not found] ` <mailman.924.1145988592.9609.help-gnu-emacs@gnu.org>
  3 siblings, 0 replies; 8+ messages in thread
From: Peter Dyballa @ 2006-04-25 18:09 UTC (permalink / raw)
  Cc: help-gnu-emacs


Am 25.04.2006 um 19:28 schrieb Gary Wessle:

> what do I need to display/read those files under emacs21.4
> debian/testing?

Nothing. Why do you think TeX files would need something special?

--
Greetings

   Pete

"Email is a wonderful thing for people whose role in life is to be on  
top of things. But not for me; my role is to be on the bottom of  
things. What I do takes long hours of studying and uninterruptible  
concentration."   -Donald Knuth

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: reading tex files
       [not found] ` <mailman.924.1145988592.9609.help-gnu-emacs@gnu.org>
@ 2006-04-26  3:19   ` Robert D. Crawford
  2006-04-26  6:25     ` raloupower
  0 siblings, 1 reply; 8+ messages in thread
From: Robert D. Crawford @ 2006-04-26  3:19 UTC (permalink / raw)


Peter Dyballa <Peter_Dyballa@Web.DE> writes:

>> what do I need to display/read those files under emacs21.4
>> debian/testing?
>
> Nothing. Why do you think TeX files would need something special?

I think you might be misunderstanding the poster.  I think he wants the
formatted output, not the tex source.

sl2h  or latex2html might work if the files are actually latex and not
tex.  There might be a tex to html or ascii converter, but I have not
searched and my quick apropos on my system did not find them.

rdc

-- 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Robert D. Crawford                                      rdc1x@comcast.net

Q:	How do you stop an elephant from charging?
A:	Take away his credit cards.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: reading tex files
  2006-04-04 11:22 ` Raimund Kohl-Fuechsle
@ 2006-04-26  5:23   ` Fred J.
  2006-04-04 21:17     ` Raimund Kohl-Fuechsle
  0 siblings, 1 reply; 8+ messages in thread
From: Fred J. @ 2006-04-26  5:23 UTC (permalink / raw)
  Cc: help-gnu-emacs


[-- Attachment #1.1: Type: text/plain, Size: 896 bytes --]



Raimund Kohl-Fuechsle <Raimund.Kohl@nabuli.de> wrote: Gary Wessle 
 wrote:

> Hi
> 
> I have some .tex files generated after I unpacked some file.tex.tgz,
> what do I need to display/read those files under emacs21.4
> debian/testing? I am not after creating/editing tex files, I just want
> to read the stuff.

Do you mean "reading" as an equivalent to opening the file or do you
mean it as "displaying the content without those commands and stuff"?
The first case asks you to simply open the file and to ... read.  Yepp.
The latter case asks for "texing" the *.tex file.  To do this there
exist several ways ... so what is what you want to do?

ray

that latter, that is to be able to read without all the code \f \b things, like a lormal doc.

		
---------------------------------
Love cheap thrills? Enjoy PC-to-Phone  calls to 30+ countries for just 2¢/min with Yahoo! Messenger with Voice.

[-- Attachment #1.2: Type: text/html, Size: 1259 bytes --]

[-- Attachment #2: Type: text/plain, Size: 152 bytes --]

_______________________________________________
help-gnu-emacs mailing list
help-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: reading tex files
  2006-04-26  3:19   ` Robert D. Crawford
@ 2006-04-26  6:25     ` raloupower
  0 siblings, 0 replies; 8+ messages in thread
From: raloupower @ 2006-04-26  6:25 UTC (permalink / raw)
  Cc: help-gnu-emacs


AUCTEX is a mode for emacs in order to compil tex files very simply.

http://www.gnu.org/software/auctex/


-- 
raloupower - email & jabber : raloupower@free.fr - ralou@fritalk.com
PGP/GnuPG key : 1024D/DA96B10A (key available at wwwkeys.pgp.net)
Fingerprint : 9F5D 65F7 A026 C208 F2BF  2D8E D0A1 E02E DA96 B10A
website : http://ralou.tuxfamily.org

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2006-04-26  6:25 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-04-25 17:28 reading tex files Gary Wessle
2006-04-04 11:22 ` Raimund Kohl-Fuechsle
2006-04-26  5:23   ` Fred J.
2006-04-04 21:17     ` Raimund Kohl-Fuechsle
2006-04-25 18:08 ` Maarten Bergvelt
2006-04-25 18:09 ` Peter Dyballa
     [not found] ` <mailman.924.1145988592.9609.help-gnu-emacs@gnu.org>
2006-04-26  3:19   ` Robert D. Crawford
2006-04-26  6:25     ` raloupower

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.