Re: Navigating dvi output

2004-04-09 Thread Dekel Tsur
On Thu, Apr 08, 2004 at 07:46:30PM -0700, Rich Shepard wrote:
   I'm pretty sure the answer to my question is no, but I'll ask anyway;
 there may be something I've missed seeing.
 
   When I produce dvi output (pressing ctrl-d from within the document), I
 can move through it in chunks of one, five and ten pages at a time. I can
 also move instantly to the first or last page. However, I cannot find a
 mechanism that permits me to go directly to a specific page. Is this
 possible?

In xdvi, you enter the number of page you want, and then press 'g'.


Re: Special Characters

2004-04-09 Thread Ansgar Hoffmann
robin schrieb:

You need to click the TeX button and type in the LaTeX code for the 
character you want. In this case, it's

\textregistered

Some other useful ones are

\textcopyright (the C in a circle)
\texttrademark (the TM sign)
You can get a complete list of LaTeX symbols by downloading the file 
http://jboeckx.dyndns.org/latex/docs/symbols-letter.pdf

Robin

Thanks. It works :-)
I had expected though, the R in a circle being slightly smaller and 
higher than the rest. E.g. like the \textrademark or a footnote.

As well I was succesfull via copy-paste:
Opening either the (exported) TeX file or the LyX file in a text editor, 
doing a copy-paste there from another text file that contains the symbol 
I want (i.e.\textregistered) and reimporting (reloading respectively) 
the TeX file into LyX afterwords. In that case it's displayed correctly 
in LyX as well.
Once I have the symbol in my LyX file I can do a copy-paste within LyX 
as well.

So I reckon, as long as I know how to insert the symbol in my text 
editor, I could use the same key-sequence (whatsoever?) within LyX, too. 
Any suggestions?

Regards,
Ansgar


Re: Navigating dvi output

2004-04-09 Thread Rich Shepard
On Thu, 8 Apr 2004, Nirmal Govind wrote:

 Guess you're using xdvi. Try kdvi, it gives you a list of the page numbers
 on the left sidebar, so you can click on the page you want..

nirmal,

  I'm using whatever was installed with tetex. I wasn't aware that there are
options available. What's involved in making a different previewer the
default? I don't recall reading anything about this in the LyX docs.

Thanks,

Rich

-- 
Dr. Richard B. Shepard, President
Applied Ecosystem Services, Inc. (TM)
http://www.appl-ecosys.com


Re: Navigating dvi output

2004-04-09 Thread Rich Shepard
On Fri, 9 Apr 2004, Dekel Tsur wrote:

 In xdvi, you enter the number of page you want, and then press 'g'.

Dekel,

  Sonofagun! That's perfect. For whatever the reason, I wasn't aware that
the display was xdvi (didn't think about it at all) so I didn't read the man
page. There are a lot of goodies there.

Toda raba,

Rich

-- 
Dr. Richard B. Shepard, President
Applied Ecosystem Services, Inc. (TM)
http://www.appl-ecosys.com


Re: Special Characters

2004-04-09 Thread Glen Shadbolt
Ansgar Hoffmann wrote:
robin schrieb:

You need to click the TeX button and type in the LaTeX code for the 
character you want. In this case, it's

\textregistered

Some other useful ones are

\textcopyright (the C in a circle)
\texttrademark (the TM sign)
You can get a complete list of LaTeX symbols by downloading the file 
http://jboeckx.dyndns.org/latex/docs/symbols-letter.pdf

Robin

Thanks. It works :-)
I had expected though, the R in a circle being slightly smaller and 
higher than the rest. E.g. like the \textrademark or a footnote.

As well I was succesfull via copy-paste:
Opening either the (exported) TeX file or the LyX file in a text editor, 
doing a copy-paste there from another text file that contains the symbol 
I want (i.e.\textregistered) and reimporting (reloading respectively) 
the TeX file into LyX afterwords. In that case it's displayed correctly 
in LyX as well.
Once I have the symbol in my LyX file I can do a copy-paste within LyX 
as well.

So I reckon, as long as I know how to insert the symbol in my text 
editor, I could use the same key-sequence (whatsoever?) within LyX, too. 
Any suggestions?

Regards,
Ansgar
You need to set up a compose key (or figure out what it is already set 
to). You can get brief instructions and a list of key-sequences here...

http://andrew.triumf.ca/iso8859-1-compose.html

Glen


Re: Special Characters

2004-04-09 Thread Andre Poenitz
On Fri, Apr 09, 2004 at 12:06:00PM +0200, Ansgar Hoffmann wrote:
 I had expected though, the R in a circle being slightly smaller and 
 higher than the rest. E.g. like the \textrademark or a footnote.

Than use \textsuperscript\texttrademark

 So I reckon, as long as I know how to insert the symbol in my text 
 editor, I could use the same key-sequence (whatsoever?) within LyX, too. 

This might work with some symbols.

Andre'


Re: Navigating dvi output

2004-04-09 Thread Andre Poenitz
On Fri, Apr 09, 2004 at 06:14:06AM -0700, Rich Shepard wrote:
 On Thu, 8 Apr 2004, Nirmal Govind wrote:
 
  Guess you're using xdvi. Try kdvi, it gives you a list of the page numbers
  on the left sidebar, so you can click on the page you want..
 
 nirmal,
 
   I'm using whatever was installed with tetex. I wasn't aware that there are
 options available. What's involved in making a different previewer the
 default? I don't recall reading anything about this in the LyX docs.

Changing the viewer can be done in the 'Format' dialog.  However,
xdvi is just fine, and typing 57g there will take you to page 57.
The command 'g' is explained at line ~650 of the xdvi man page.

Andre'


Re: Navigating dvi output

2004-04-09 Thread Dekel Tsur
On Thu, Apr 08, 2004 at 07:46:30PM -0700, Rich Shepard wrote:
   I'm pretty sure the answer to my question is no, but I'll ask anyway;
 there may be something I've missed seeing.
 
   When I produce dvi output (pressing ctrl-d from within the document), I
 can move through it in chunks of one, five and ten pages at a time. I can
 also move instantly to the first or last page. However, I cannot find a
 mechanism that permits me to go directly to a specific page. Is this
 possible?

In xdvi, you enter the number of page you want, and then press 'g'.


Re: Special Characters

2004-04-09 Thread Ansgar Hoffmann
robin schrieb:

You need to click the TeX button and type in the LaTeX code for the 
character you want. In this case, it's

\textregistered

Some other useful ones are

\textcopyright (the C in a circle)
\texttrademark (the TM sign)
You can get a complete list of LaTeX symbols by downloading the file 
http://jboeckx.dyndns.org/latex/docs/symbols-letter.pdf

Robin

Thanks. It works :-)
I had expected though, the R in a circle being slightly smaller and 
higher than the rest. E.g. like the \textrademark or a footnote.

As well I was succesfull via copy-paste:
Opening either the (exported) TeX file or the LyX file in a text editor, 
doing a copy-paste there from another text file that contains the symbol 
I want (i.e.\textregistered) and reimporting (reloading respectively) 
the TeX file into LyX afterwords. In that case it's displayed correctly 
in LyX as well.
Once I have the symbol in my LyX file I can do a copy-paste within LyX 
as well.

So I reckon, as long as I know how to insert the symbol in my text 
editor, I could use the same key-sequence (whatsoever?) within LyX, too. 
Any suggestions?

Regards,
Ansgar


Re: Navigating dvi output

2004-04-09 Thread Rich Shepard
On Thu, 8 Apr 2004, Nirmal Govind wrote:

 Guess you're using xdvi. Try kdvi, it gives you a list of the page numbers
 on the left sidebar, so you can click on the page you want..

nirmal,

  I'm using whatever was installed with tetex. I wasn't aware that there are
options available. What's involved in making a different previewer the
default? I don't recall reading anything about this in the LyX docs.

Thanks,

Rich

-- 
Dr. Richard B. Shepard, President
Applied Ecosystem Services, Inc. (TM)
http://www.appl-ecosys.com


Re: Navigating dvi output

2004-04-09 Thread Rich Shepard
On Fri, 9 Apr 2004, Dekel Tsur wrote:

 In xdvi, you enter the number of page you want, and then press 'g'.

Dekel,

  Sonofagun! That's perfect. For whatever the reason, I wasn't aware that
the display was xdvi (didn't think about it at all) so I didn't read the man
page. There are a lot of goodies there.

Toda raba,

Rich

-- 
Dr. Richard B. Shepard, President
Applied Ecosystem Services, Inc. (TM)
http://www.appl-ecosys.com


Re: Special Characters

2004-04-09 Thread Glen Shadbolt
Ansgar Hoffmann wrote:
robin schrieb:

You need to click the TeX button and type in the LaTeX code for the 
character you want. In this case, it's

\textregistered

Some other useful ones are

\textcopyright (the C in a circle)
\texttrademark (the TM sign)
You can get a complete list of LaTeX symbols by downloading the file 
http://jboeckx.dyndns.org/latex/docs/symbols-letter.pdf

Robin

Thanks. It works :-)
I had expected though, the R in a circle being slightly smaller and 
higher than the rest. E.g. like the \textrademark or a footnote.

As well I was succesfull via copy-paste:
Opening either the (exported) TeX file or the LyX file in a text editor, 
doing a copy-paste there from another text file that contains the symbol 
I want (i.e.\textregistered) and reimporting (reloading respectively) 
the TeX file into LyX afterwords. In that case it's displayed correctly 
in LyX as well.
Once I have the symbol in my LyX file I can do a copy-paste within LyX 
as well.

So I reckon, as long as I know how to insert the symbol in my text 
editor, I could use the same key-sequence (whatsoever?) within LyX, too. 
Any suggestions?

Regards,
Ansgar
You need to set up a compose key (or figure out what it is already set 
to). You can get brief instructions and a list of key-sequences here...

http://andrew.triumf.ca/iso8859-1-compose.html

Glen


Re: Special Characters

2004-04-09 Thread Andre Poenitz
On Fri, Apr 09, 2004 at 12:06:00PM +0200, Ansgar Hoffmann wrote:
 I had expected though, the R in a circle being slightly smaller and 
 higher than the rest. E.g. like the \textrademark or a footnote.

Than use \textsuperscript\texttrademark

 So I reckon, as long as I know how to insert the symbol in my text 
 editor, I could use the same key-sequence (whatsoever?) within LyX, too. 

This might work with some symbols.

Andre'


Re: Navigating dvi output

2004-04-09 Thread Andre Poenitz
On Fri, Apr 09, 2004 at 06:14:06AM -0700, Rich Shepard wrote:
 On Thu, 8 Apr 2004, Nirmal Govind wrote:
 
  Guess you're using xdvi. Try kdvi, it gives you a list of the page numbers
  on the left sidebar, so you can click on the page you want..
 
 nirmal,
 
   I'm using whatever was installed with tetex. I wasn't aware that there are
 options available. What's involved in making a different previewer the
 default? I don't recall reading anything about this in the LyX docs.

Changing the viewer can be done in the 'Format' dialog.  However,
xdvi is just fine, and typing 57g there will take you to page 57.
The command 'g' is explained at line ~650 of the xdvi man page.

Andre'


Re: Navigating dvi output

2004-04-09 Thread Dekel Tsur
On Thu, Apr 08, 2004 at 07:46:30PM -0700, Rich Shepard wrote:
>   I'm pretty sure the answer to my question is "no", but I'll ask anyway;
> there may be something I've missed seeing.
> 
>   When I produce dvi output (pressing ctrl-d from within the document), I
> can move through it in chunks of one, five and ten pages at a time. I can
> also move instantly to the first or last page. However, I cannot find a
> mechanism that permits me to go directly to a specific page. Is this
> possible?

In xdvi, you enter the number of page you want, and then press 'g'.


Re: Special Characters

2004-04-09 Thread Ansgar Hoffmann
robin schrieb:

You need to click the "TeX" button and type in the LaTeX code for the 
character you want. In this case, it's

\textregistered

Some other useful ones are

\textcopyright (the C in a circle)
\texttrademark (the TM sign)
You can get a complete list of LaTeX symbols by downloading the file 
http://jboeckx.dyndns.org/latex/docs/symbols-letter.pdf

Robin

Thanks. It works :-)
I had expected though, the R in a circle being slightly smaller and 
higher than the rest. E.g. like the \textrademark or a footnote.

As well I was succesfull via copy-paste:
Opening either the (exported) TeX file or the LyX file in a text editor, 
doing a copy-paste there from another text file that contains the symbol 
I want (i.e.\textregistered) and reimporting (reloading respectively) 
the TeX file into LyX afterwords. In that case it's displayed correctly 
in LyX as well.
Once I have the symbol in my LyX file I can do a copy-paste within LyX 
as well.

So I reckon, as long as I know how to insert the symbol in my text 
editor, I could use the same key-sequence (whatsoever?) within LyX, too. 
Any suggestions?

Regards,
Ansgar


Re: Navigating dvi output

2004-04-09 Thread Rich Shepard
On Thu, 8 Apr 2004, Nirmal Govind wrote:

> Guess you're using xdvi. Try kdvi, it gives you a list of the page numbers
> on the left sidebar, so you can click on the page you want..

nirmal,

  I'm using whatever was installed with tetex. I wasn't aware that there are
options available. What's involved in making a different previewer the
default? I don't recall reading anything about this in the LyX docs.

Thanks,

Rich

-- 
Dr. Richard B. Shepard, President
Applied Ecosystem Services, Inc. (TM)



Re: Navigating dvi output

2004-04-09 Thread Rich Shepard
On Fri, 9 Apr 2004, Dekel Tsur wrote:

> In xdvi, you enter the number of page you want, and then press 'g'.

Dekel,

  Sonofagun! That's perfect. For whatever the reason, I wasn't aware that
the display was xdvi (didn't think about it at all) so I didn't read the man
page. There are a lot of goodies there.

Toda raba,

Rich

-- 
Dr. Richard B. Shepard, President
Applied Ecosystem Services, Inc. (TM)



Re: Special Characters

2004-04-09 Thread Glen Shadbolt
Ansgar Hoffmann wrote:
robin schrieb:

You need to click the "TeX" button and type in the LaTeX code for the 
character you want. In this case, it's

\textregistered

Some other useful ones are

\textcopyright (the C in a circle)
\texttrademark (the TM sign)
You can get a complete list of LaTeX symbols by downloading the file 
http://jboeckx.dyndns.org/latex/docs/symbols-letter.pdf

Robin

Thanks. It works :-)
I had expected though, the R in a circle being slightly smaller and 
higher than the rest. E.g. like the \textrademark or a footnote.

As well I was succesfull via copy-paste:
Opening either the (exported) TeX file or the LyX file in a text editor, 
doing a copy-paste there from another text file that contains the symbol 
I want (i.e.\textregistered) and reimporting (reloading respectively) 
the TeX file into LyX afterwords. In that case it's displayed correctly 
in LyX as well.
Once I have the symbol in my LyX file I can do a copy-paste within LyX 
as well.

So I reckon, as long as I know how to insert the symbol in my text 
editor, I could use the same key-sequence (whatsoever?) within LyX, too. 
Any suggestions?

Regards,
Ansgar
You need to set up a "compose" key (or figure out what it is already set 
to). You can get brief instructions and a list of key-sequences here...

http://andrew.triumf.ca/iso8859-1-compose.html

Glen


Re: Special Characters

2004-04-09 Thread Andre Poenitz
On Fri, Apr 09, 2004 at 12:06:00PM +0200, Ansgar Hoffmann wrote:
> I had expected though, the R in a circle being slightly smaller and 
> higher than the rest. E.g. like the \textrademark or a footnote.

Than use \textsuperscript\texttrademark

> So I reckon, as long as I know how to insert the symbol in my text 
> editor, I could use the same key-sequence (whatsoever?) within LyX, too. 

This might work with some symbols.

Andre'


Re: Navigating dvi output

2004-04-09 Thread Andre Poenitz
On Fri, Apr 09, 2004 at 06:14:06AM -0700, Rich Shepard wrote:
> On Thu, 8 Apr 2004, Nirmal Govind wrote:
> 
> > Guess you're using xdvi. Try kdvi, it gives you a list of the page numbers
> > on the left sidebar, so you can click on the page you want..
> 
> nirmal,
> 
>   I'm using whatever was installed with tetex. I wasn't aware that there are
> options available. What's involved in making a different previewer the
> default? I don't recall reading anything about this in the LyX docs.

Changing the viewer can be done in the 'Format' dialog.  However,
xdvi is just fine, and typing 57g there will take you to page 57.
The command 'g' is explained at line ~650 of the xdvi man page.

Andre'