Re: Trademark usage symbol SOLVED

2010-07-22 Thread Steve Litt
Richard Heck wrote me off list and told me how to do it. Thanks Richard!

His solution is so good I'm putting it at the bottom of this email...

On Wednesday 21 July 2010 18:27:50 Steve Litt wrote:
 Hi all,
 
 I'm trying to make a character style or command to put a registered
  trademark symbol smaller and up from the normal text line. This is ALMOST
  what I want:
 
 ==
 \documentclass[12pt]{article}
 \begin{document}
 Troubleshooters.Com%
 \raisebox{0.40\baselineskip}
 {\begin{footnotesize}\textregistered{}\end{footnotesize}}
 Bookstore
 \end{document}
 ==
 
 The only problem with the preceding is I've hardcoded a specific text size
  for the trademark symbol, namely footnotesize. What I REALLY want to do is
  have a way to define the trademark symbol's size as two sizes smaller than
  the current size. Anyone know how to do that?
 
 Extra credit would be if I could move the trademark symbol to the left
 slightly so that it would appear to hover over the upper right edge of the
 previous character, rather than coming after it.

Here's Richard's technique:

=
\documentclass[12pt]{article}
\usepackage{relsize}
\begin{document}
Troubleshooters.Com%
\raisebox{0.45\baselineskip}{\kern 
-0.2\baselineskip\relsize{-2}\textregistered{}\relsize{0}}
Bookstore
\end{document}
=

It uses the relsize package, whose \relsize{} command raises or lowers the 
current size by a relative amount. To move the trademark symbol closer to the 
m in .Com, it uses the \kern command. Note that in order to achieve relativity 
I used \baselineskip, when I really should have used something relative to 
character width, but I didn't know such a measurement offhand. I think there's 
something corresponding to the width of a W or something like that, and that's 
what I should have used.

Once I've tested it in different situations I'll turn it into a character 
style and post it. I think this should be fairly good for all superscripts 
following any lower case letter.

Thanks

SteveT

Steve Litt
Recession Relief Package
http://www.recession-relief.US
Twitter: http://www.twitter.com/stevelitt



Re: Trademark usage symbol SOLVED

2010-07-22 Thread Richard Heck

On 07/22/2010 02:18 AM, Steve Litt wrote:

Richard Heck wrote me off list and told me how to do it. Thanks Richard!

   

I didn't mean to do it off-list. Gremlins.

rh



Re: Trademark usage symbol SOLVED

2010-07-22 Thread Richard Heck

On 07/22/2010 02:18 AM, Steve Litt wrote:

Note that in order to achieve relativity I used \baselineskip, when
I really should have used something relative to
character width, but I didn't know such a measurement offhand. I think there's
something corresponding to the width of a W or something like that, and that's
what I should have used.

   
You're thinking of exes and ems, and you can use either, e.g.: 
\kern{-0.2ex}.


rh




Re: Update to 1.6.7 Lost DVI and PS output.

2010-07-22 Thread John Kane


--- On Wed, 7/21/10, Richard Heck rgh...@comcast.net wrote:

 From: Richard Heck rgh...@comcast.net
 Subject: Re: Update to 1.6.7 Lost DVI and PS output.
 To: John Kane jrkrid...@yahoo.ca
 Cc: lyx-users@lists.lyx.org, Paul Rubin ru...@msu.edu
 Received: Wednesday, July 21, 2010, 10:03 PM
 On 07/21/2010 08:01 PM, John Kane
 wrote:
 
  Error message
  An error occurred whilst running divps -o 
  for
  PFF(dvipdfm)
  PDF(psepdf)
  PS
 
     
 Are the quote marks there correct? i.e., as they were in
 the error 
 message? That looks very suspicious.
 
 rh
 
No, bad typing on my part.  It should be

Max.ps Max.dvi

See http://tinypic.com/r/9t3lht/3






Re: Update to 1.6.7 Lost DVI and PS output.

2010-07-22 Thread John Kane
--- On Thu, 7/22/10, John Kane jrkrid...@yahoo.ca wrote:

 From: John Kane jrkrid...@yahoo.ca
 Subject: Re: Update to 1.6.7 Lost DVI and PS output.
 To: rgh...@comcast.net
 Cc: lyx-users@lists.lyx.org, Paul Rubin ru...@msu.edu
 Received: Thursday, July 22, 2010, 8:03 AM
 
 
 --- On Wed, 7/21/10, Richard Heck rgh...@comcast.net
 wrote:
 
  From: Richard Heck rgh...@comcast.net
  Subject: Re: Update to 1.6.7 Lost DVI and PS output.
  To: John Kane jrkrid...@yahoo.ca
  Cc: lyx-users@lists.lyx.org,
 Paul Rubin ru...@msu.edu
  Received: Wednesday, July 21, 2010, 10:03 PM
  On 07/21/2010 08:01 PM, John Kane
  wrote:
  
   Error message
   An error occurred whilst running divps -o 
   for
   PFF(dvipdfm)
   PDF(psepdf)
   PS
  
      
  Are the quote marks there correct? i.e., as they were
 in
  the error 
  message? That looks very suspicious.
  
  rh
  
 No, bad typing on my part.  It should be
 
 Max.ps Max.dvi

Note that should be
Max.ps Max.dvi

Not only can I not type I can't proof read either.

 
 See http://tinypic.com/r/9t3lht/3
 
 
 
 
 




Re: Update to 1.6.7 Lost DVI and PS output.

2010-07-22 Thread John Kane


--- On Wed, 7/21/10, Paul Rubin ru...@msu.edu wrote:

 From: Paul Rubin ru...@msu.edu
 Subject: Re: Update to 1.6.7 Lost DVI and PS output.
 To: lyx-users@lists.lyx.org
 Received: Wednesday, July 21, 2010, 9:52 PM
 Sounds like the configuration may be
 hosed.  Have you tried reconfiguring LyX? 

Hosed?   I love those technical terms.
I thought of that not long after my last post.  No luck

 If that doesn't work, you might try deleting the local LyX
 subdirectory
 (probably C:\Documents and Settings\you\Application
 Data\lyx16, but your
 mileage may vary), backing up any modified layouts etc. you
 might have there,
 then reconfigure LyX.

Sounds interesting:  I'll give it a try.  

No luck.   I seem to be getting the same behaviour.  





Re: Update to 1.6.7 Lost DVI and PS output.

2010-07-22 Thread Uwe Stöhr

Am 22.07.2010 14:26, schrieb John Kane:


No luck.   I seem to be getting the same behaviour.


Then reinstall LyX. Its the quickest solution and works in most cases:

0. uninstall LyX 1.6.7 _completely_
1. uninstall also older versions of LyX (if installed)
2. if you are using MiKTeX 2.7 or older, reinstall it too and also 
_completely_

3. check the registry that there are no leftovers from LyX
4. log off then log on again
5. reinstall LyX using the alternative Windows installer:
http://wiki.lyx.org/Windows/LyXWinInstaller
In case you uninstalled MiKTeX, use the complete variant, otherwise the 
small variant.


regards Uwe


Location of toolbar settings

2010-07-22 Thread Daniel CLEMENT
Hi,

Recently my LyX version has been upgraded to 1.6.7, thanks to the getdeb
repository (Ubuntu 10.04).

The update went fine, but I lost my toolbar settings in the process. It
did not take me very long to restore them, but I still would like to
know where they are stored, so that I can preserve them in future
upgrades.

TIA - regards,
-- 
Daniel CLEMENT




Re: Location of toolbar settings

2010-07-22 Thread Vincent van Ravesteijn
On Thu, Jul 22, 2010 at 3:15 PM, Daniel CLEMENT
daniel.clem...@prepas.org wrote:
 Hi,

 Recently my LyX version has been upgraded to 1.6.7, thanks to the getdeb
 repository (Ubuntu 10.04).

 The update went fine, but I lost my toolbar settings in the process. It
 did not take me very long to restore them, but I still would like to
 know where they are stored, so that I can preserve them in future
 upgrades.


I guess they should be in your user dir in the directory ui.

The user dir can be found in Help-About LyX.

Vincent


Re: EPS Files Without Preview

2010-07-22 Thread Bruce Pourciau


On Jul 21, 2010, at 2:28 PM, Stephen Buonopane wrote:


On Jul 21, 2010, at 3:16 PM, Bruce Pourciau wrote:


In the past, inserting graphics in eps format has worked beautifully
in LyX, as long as the files were saved with no preview attached to
them. Eps files with a preview cause an error (An error occurred
whilst running epstopdf), and the pdf compiles with an empty space
where the figure should be. Someone has scanned in some figures for
me, cleaned them up (using In Design, I think), and then saved them
as eps files. They say they have saved them without any preview
attached, but when I insert them and try to view the document, I get
the same error I always have gotten when there's a preview.

Any thoughts? Could there be some kind of preview still attached?

Bruce



A few things to try...
1. If you are using pdflatex in LyX, then save the files from Adobe as
pdf instead of eps. I think this will avoid the preview issue
altogether.
2. In Adobe use Print to PDF or Print to Postscript instead of Save  
As.

3. From the terminal, try eps2eps or ps2ps on your file. This may
strip the preview.

Steve


Whenever I insert a figure file in pdf format into LyX it takes up a  
full page, even though I have the options set at a minimal bounding  
area. No idea why.


Bruce


Re: Location of toolbar settings

2010-07-22 Thread Daniel CLEMENT
Vincent van Ravesteijn wrote:
 On Thu, Jul 22, 2010 at 3:15 PM, Daniel CLEMENT
 daniel.clem...@prepas.org wrote:
  Hi,
 
  Recently my LyX version has been upgraded to 1.6.7, thanks to the getdeb
  repository (Ubuntu 10.04).
 
  The update went fine, but I lost my toolbar settings in the process. It
  did not take me very long to restore them, but I still would like to
  know where they are stored, so that I can preserve them in future
  upgrades.
 
 
 I guess they should be in your user dir in the directory ui.

Makes sense, but my ~/ui directory is hopelessly empty (hence my
settings vanishing?)

I had a look at the /usr/share/lyx/ui, but it looks like there are only
the default settings in there.

 
 The user dir can be found in Help-About LyX.
 
 Vincent
 

-- 
Daniel CLEMENT




Re: Location of toolbar settings

2010-07-22 Thread Vincent van Ravesteijn
 Makes sense, but my ~/ui directory is hopelessly empty (hence my
 settings vanishing?)

 I had a look at the /usr/share/lyx/ui, but it looks like there are only
 the default settings in there.


Ah you're talking about the position of the toolbars. They are stored
by Qt. This will be put in I think ~\.config\LyX\LyX*.conf.

I'm not sure how it is called exactly on Ubuntu.

Vincent


Always compile the master document

2010-07-22 Thread Yegor Yefremov
Hello,

if I have master document with some child documents and I'm editing
the child and then invoke View-PDF(pdflatex) LyX tries to compile
only this child document and not the whole document beginning with
master. How can I change LyX behavior to always compile a whole
document regardless of what file is edited?

Regards.
Yegor


Re: Always compile the master document

2010-07-22 Thread Richard Heck

On 07/22/2010 10:53 AM, Yegor Yefremov wrote:

Hello,

if I have master document with some child documents and I'm editing
the child and then invoke View-PDF(pdflatex) LyX tries to compile
only this child document and not the whole document beginning with
master. How can I change LyX behavior to always compile a whole
document regardless of what file is edited?

   

I'll guess that you are opening the child directly, i.e., by itself. So LyX
doesn't know that it's a child and compiles it on its own.

Solution: Set the default master document under DocumentSettings.
Then, when you open the document, LyX will always also open the master
as well and identify the child as its child. Then compiling will compile the
whole thing.

Richard



Re: Trademark usage symbol SOLVED

2010-07-22 Thread Steve Litt
On Thursday 22 July 2010 07:52:41 Richard Heck wrote:
 On 07/22/2010 02:18 AM, Steve Litt wrote:
  Note that in order to achieve relativity I used \baselineskip, when
  I really should have used something relative to
  character width, but I didn't know such a measurement offhand. I think
  there's something corresponding to the width of a W or something like
  that, and that's what I should have used.
 
 You're thinking of exes and ems, and you can use either, e.g.:
 \kern{-0.2ex}.

Yes I am.
U De Man!

Thanks Richard!

SteveT


Re: Trademark usage symbol SOLVED

2010-07-22 Thread Richard Heck

On 07/22/2010 12:53 PM, Steve Litt wrote:

On Thursday 22 July 2010 07:52:41 Richard Heck wrote:
   


You're thinking of exes and ems, and you can use either, e.g.:
\kern{-0.2ex}.
 

Yes I am.
U De Man!

Thanks Richard!

   

Thank Knuth and Lamport

rh



Re: Location of toolbar settings

2010-07-22 Thread Daniel CLEMENT
Vincent van Ravesteijn wrote:
  Makes sense, but my ~/ui directory is hopelessly empty (hence my
  settings vanishing?)
 
  I had a look at the /usr/share/lyx/ui, but it looks like there are only
  the default settings in there.
 
 
 Ah you're talking about the position of the toolbars. They are stored
 by Qt. This will be put in I think ~\.config\LyX\LyX*.conf.
 

Thanks. I found ~/.config/LyX/lyx.conf. I made a backup of this file,
just in case. Don't know why it gets reset, though.

 I'm not sure how it is called exactly on Ubuntu.
 
 Vincent
 

-- 
Daniel CLEMENT




Re: Update to 1.6.7 Lost DVI and PS output.

2010-07-22 Thread John Kane


--- On Thu, 7/22/10, Uwe Stöhr uwesto...@web.de wrote:

 From: Uwe Stöhr uwesto...@web.de
 Subject: Re: Update to 1.6.7 Lost DVI and PS output.
 To: John Kane jrkrid...@yahoo.ca
 Cc: lyx-users@lists.lyx.org
 Received: Thursday, July 22, 2010, 9:10 AM
 Am 22.07.2010 14:26, schrieb John
 Kane:
 
  No luck.   I seem to be getting the
 same behaviour.
 
 Then reinstall LyX. Its the quickest solution and works in
 most cases:
 
 0. uninstall LyX 1.6.7 _completely_
 1. uninstall also older versions of LyX (if installed)
 2. if you are using MiKTeX 2.7 or older, reinstall it too
 and also _completely_
 3. check the registry that there are no leftovers from LyX
 4. log off then log on again
 5. reinstall LyX using the alternative Windows installer:
 http://wiki.lyx.org/Windows/LyXWinInstaller
 In case you uninstalled MiKTeX, use the complete variant,
 otherwise the small variant.
 
 regards Uwe

Any suggestions on a good OpenSource registry cleaner?

I did a cleanup of the registry with CCleaner, after removing LyX. What I may 
not have done is kill off the user profile file at the same time. I know I 
deleted it on Paul Rubin's advice but I'm not sure that I went back and did it 
again before a re-install (using the normal installer not the LyxInstaller)  
Also I am not sure if I shutdown at that point or not. I know I had rebooted a 
couple of times but I am not clear at what exact point.

I'll get rid of MixTex too and try LyXWinInstaller after killing off the user 
profile.

Thanks






Re: SuperscriptLc character style: Close but no cigar

2010-07-22 Thread Richard Heck

On 07/22/2010 02:54 PM, Steve Litt wrote:

Hi all,

So I made the following character style to make superscripts on words that end
with a lowercase, half height character (I'll make the UC equivelent when I
get all this straightened out).

   
I'd suggest you use \textsuperscript instead, which is a standard LaTeX 
command, defined in latex.ltx. There's no textsubscript, though.


rh



Re: Update to 1.6.7 Lost DVI and PS output.

2010-07-22 Thread John Kane
I did everything you suggested and LyX look fine now.  
I'd forgotten how long MiXTeX takes to install!!

Thanks

--- On Thu, 7/22/10, Uwe Stöhr uwesto...@web.de wrote:

 From: Uwe Stöhr uwesto...@web.de
 Subject: Re: Update to 1.6.7 Lost DVI and PS output.
 To: John Kane jrkrid...@yahoo.ca
 Cc: lyx-users@lists.lyx.org
 Received: Thursday, July 22, 2010, 9:10 AM
 Am 22.07.2010 14:26, schrieb John
 Kane:
 
  No luck.   I seem to be getting the
 same behaviour.
 
 Then reinstall LyX. Its the quickest solution and works in
 most cases:
 
 0. uninstall LyX 1.6.7 _completely_
 1. uninstall also older versions of LyX (if installed)
 2. if you are using MiKTeX 2.7 or older, reinstall it too
 and also _completely_
 3. check the registry that there are no leftovers from LyX
 4. log off then log on again
 5. reinstall LyX using the alternative Windows installer:
 http://wiki.lyx.org/Windows/LyXWinInstaller
 In case you uninstalled MiKTeX, use the complete variant,
 otherwise the small variant.
 
 regards Uwe
 




Re: Trademark usage symbol SOLVED

2010-07-22 Thread Steve Litt
Richard Heck wrote me off list and told me how to do it. Thanks Richard!

His solution is so good I'm putting it at the bottom of this email...

On Wednesday 21 July 2010 18:27:50 Steve Litt wrote:
 Hi all,
 
 I'm trying to make a character style or command to put a registered
  trademark symbol smaller and up from the normal text line. This is ALMOST
  what I want:
 
 ==
 \documentclass[12pt]{article}
 \begin{document}
 Troubleshooters.Com%
 \raisebox{0.40\baselineskip}
 {\begin{footnotesize}\textregistered{}\end{footnotesize}}
 Bookstore
 \end{document}
 ==
 
 The only problem with the preceding is I've hardcoded a specific text size
  for the trademark symbol, namely footnotesize. What I REALLY want to do is
  have a way to define the trademark symbol's size as two sizes smaller than
  the current size. Anyone know how to do that?
 
 Extra credit would be if I could move the trademark symbol to the left
 slightly so that it would appear to hover over the upper right edge of the
 previous character, rather than coming after it.

Here's Richard's technique:

=
\documentclass[12pt]{article}
\usepackage{relsize}
\begin{document}
Troubleshooters.Com%
\raisebox{0.45\baselineskip}{\kern 
-0.2\baselineskip\relsize{-2}\textregistered{}\relsize{0}}
Bookstore
\end{document}
=

It uses the relsize package, whose \relsize{} command raises or lowers the 
current size by a relative amount. To move the trademark symbol closer to the 
m in .Com, it uses the \kern command. Note that in order to achieve relativity 
I used \baselineskip, when I really should have used something relative to 
character width, but I didn't know such a measurement offhand. I think there's 
something corresponding to the width of a W or something like that, and that's 
what I should have used.

Once I've tested it in different situations I'll turn it into a character 
style and post it. I think this should be fairly good for all superscripts 
following any lower case letter.

Thanks

SteveT

Steve Litt
Recession Relief Package
http://www.recession-relief.US
Twitter: http://www.twitter.com/stevelitt



Re: Trademark usage symbol SOLVED

2010-07-22 Thread Richard Heck

On 07/22/2010 02:18 AM, Steve Litt wrote:

Richard Heck wrote me off list and told me how to do it. Thanks Richard!

   

I didn't mean to do it off-list. Gremlins.

rh



Re: Trademark usage symbol SOLVED

2010-07-22 Thread Richard Heck

On 07/22/2010 02:18 AM, Steve Litt wrote:

Note that in order to achieve relativity I used \baselineskip, when
I really should have used something relative to
character width, but I didn't know such a measurement offhand. I think there's
something corresponding to the width of a W or something like that, and that's
what I should have used.

   
You're thinking of exes and ems, and you can use either, e.g.: 
\kern{-0.2ex}.


rh




Re: Update to 1.6.7 Lost DVI and PS output.

2010-07-22 Thread John Kane


--- On Wed, 7/21/10, Richard Heck rgh...@comcast.net wrote:

 From: Richard Heck rgh...@comcast.net
 Subject: Re: Update to 1.6.7 Lost DVI and PS output.
 To: John Kane jrkrid...@yahoo.ca
 Cc: lyx-users@lists.lyx.org, Paul Rubin ru...@msu.edu
 Received: Wednesday, July 21, 2010, 10:03 PM
 On 07/21/2010 08:01 PM, John Kane
 wrote:
 
  Error message
  An error occurred whilst running divps -o 
  for
  PFF(dvipdfm)
  PDF(psepdf)
  PS
 
     
 Are the quote marks there correct? i.e., as they were in
 the error 
 message? That looks very suspicious.
 
 rh
 
No, bad typing on my part.  It should be

Max.ps Max.dvi

See http://tinypic.com/r/9t3lht/3






Re: Update to 1.6.7 Lost DVI and PS output.

2010-07-22 Thread John Kane
--- On Thu, 7/22/10, John Kane jrkrid...@yahoo.ca wrote:

 From: John Kane jrkrid...@yahoo.ca
 Subject: Re: Update to 1.6.7 Lost DVI and PS output.
 To: rgh...@comcast.net
 Cc: lyx-users@lists.lyx.org, Paul Rubin ru...@msu.edu
 Received: Thursday, July 22, 2010, 8:03 AM
 
 
 --- On Wed, 7/21/10, Richard Heck rgh...@comcast.net
 wrote:
 
  From: Richard Heck rgh...@comcast.net
  Subject: Re: Update to 1.6.7 Lost DVI and PS output.
  To: John Kane jrkrid...@yahoo.ca
  Cc: lyx-users@lists.lyx.org,
 Paul Rubin ru...@msu.edu
  Received: Wednesday, July 21, 2010, 10:03 PM
  On 07/21/2010 08:01 PM, John Kane
  wrote:
  
   Error message
   An error occurred whilst running divps -o 
   for
   PFF(dvipdfm)
   PDF(psepdf)
   PS
  
      
  Are the quote marks there correct? i.e., as they were
 in
  the error 
  message? That looks very suspicious.
  
  rh
  
 No, bad typing on my part.  It should be
 
 Max.ps Max.dvi

Note that should be
Max.ps Max.dvi

Not only can I not type I can't proof read either.

 
 See http://tinypic.com/r/9t3lht/3
 
 
 
 
 




Re: Update to 1.6.7 Lost DVI and PS output.

2010-07-22 Thread John Kane


--- On Wed, 7/21/10, Paul Rubin ru...@msu.edu wrote:

 From: Paul Rubin ru...@msu.edu
 Subject: Re: Update to 1.6.7 Lost DVI and PS output.
 To: lyx-users@lists.lyx.org
 Received: Wednesday, July 21, 2010, 9:52 PM
 Sounds like the configuration may be
 hosed.  Have you tried reconfiguring LyX? 

Hosed?   I love those technical terms.
I thought of that not long after my last post.  No luck

 If that doesn't work, you might try deleting the local LyX
 subdirectory
 (probably C:\Documents and Settings\you\Application
 Data\lyx16, but your
 mileage may vary), backing up any modified layouts etc. you
 might have there,
 then reconfigure LyX.

Sounds interesting:  I'll give it a try.  

No luck.   I seem to be getting the same behaviour.  





Re: Update to 1.6.7 Lost DVI and PS output.

2010-07-22 Thread Uwe Stöhr

Am 22.07.2010 14:26, schrieb John Kane:


No luck.   I seem to be getting the same behaviour.


Then reinstall LyX. Its the quickest solution and works in most cases:

0. uninstall LyX 1.6.7 _completely_
1. uninstall also older versions of LyX (if installed)
2. if you are using MiKTeX 2.7 or older, reinstall it too and also 
_completely_

3. check the registry that there are no leftovers from LyX
4. log off then log on again
5. reinstall LyX using the alternative Windows installer:
http://wiki.lyx.org/Windows/LyXWinInstaller
In case you uninstalled MiKTeX, use the complete variant, otherwise the 
small variant.


regards Uwe


Location of toolbar settings

2010-07-22 Thread Daniel CLEMENT
Hi,

Recently my LyX version has been upgraded to 1.6.7, thanks to the getdeb
repository (Ubuntu 10.04).

The update went fine, but I lost my toolbar settings in the process. It
did not take me very long to restore them, but I still would like to
know where they are stored, so that I can preserve them in future
upgrades.

TIA - regards,
-- 
Daniel CLEMENT




Re: Location of toolbar settings

2010-07-22 Thread Vincent van Ravesteijn
On Thu, Jul 22, 2010 at 3:15 PM, Daniel CLEMENT
daniel.clem...@prepas.org wrote:
 Hi,

 Recently my LyX version has been upgraded to 1.6.7, thanks to the getdeb
 repository (Ubuntu 10.04).

 The update went fine, but I lost my toolbar settings in the process. It
 did not take me very long to restore them, but I still would like to
 know where they are stored, so that I can preserve them in future
 upgrades.


I guess they should be in your user dir in the directory ui.

The user dir can be found in Help-About LyX.

Vincent


Re: EPS Files Without Preview

2010-07-22 Thread Bruce Pourciau


On Jul 21, 2010, at 2:28 PM, Stephen Buonopane wrote:


On Jul 21, 2010, at 3:16 PM, Bruce Pourciau wrote:


In the past, inserting graphics in eps format has worked beautifully
in LyX, as long as the files were saved with no preview attached to
them. Eps files with a preview cause an error (An error occurred
whilst running epstopdf), and the pdf compiles with an empty space
where the figure should be. Someone has scanned in some figures for
me, cleaned them up (using In Design, I think), and then saved them
as eps files. They say they have saved them without any preview
attached, but when I insert them and try to view the document, I get
the same error I always have gotten when there's a preview.

Any thoughts? Could there be some kind of preview still attached?

Bruce



A few things to try...
1. If you are using pdflatex in LyX, then save the files from Adobe as
pdf instead of eps. I think this will avoid the preview issue
altogether.
2. In Adobe use Print to PDF or Print to Postscript instead of Save  
As.

3. From the terminal, try eps2eps or ps2ps on your file. This may
strip the preview.

Steve


Whenever I insert a figure file in pdf format into LyX it takes up a  
full page, even though I have the options set at a minimal bounding  
area. No idea why.


Bruce


Re: Location of toolbar settings

2010-07-22 Thread Daniel CLEMENT
Vincent van Ravesteijn wrote:
 On Thu, Jul 22, 2010 at 3:15 PM, Daniel CLEMENT
 daniel.clem...@prepas.org wrote:
  Hi,
 
  Recently my LyX version has been upgraded to 1.6.7, thanks to the getdeb
  repository (Ubuntu 10.04).
 
  The update went fine, but I lost my toolbar settings in the process. It
  did not take me very long to restore them, but I still would like to
  know where they are stored, so that I can preserve them in future
  upgrades.
 
 
 I guess they should be in your user dir in the directory ui.

Makes sense, but my ~/ui directory is hopelessly empty (hence my
settings vanishing?)

I had a look at the /usr/share/lyx/ui, but it looks like there are only
the default settings in there.

 
 The user dir can be found in Help-About LyX.
 
 Vincent
 

-- 
Daniel CLEMENT




Re: Location of toolbar settings

2010-07-22 Thread Vincent van Ravesteijn
 Makes sense, but my ~/ui directory is hopelessly empty (hence my
 settings vanishing?)

 I had a look at the /usr/share/lyx/ui, but it looks like there are only
 the default settings in there.


Ah you're talking about the position of the toolbars. They are stored
by Qt. This will be put in I think ~\.config\LyX\LyX*.conf.

I'm not sure how it is called exactly on Ubuntu.

Vincent


Always compile the master document

2010-07-22 Thread Yegor Yefremov
Hello,

if I have master document with some child documents and I'm editing
the child and then invoke View-PDF(pdflatex) LyX tries to compile
only this child document and not the whole document beginning with
master. How can I change LyX behavior to always compile a whole
document regardless of what file is edited?

Regards.
Yegor


Re: Always compile the master document

2010-07-22 Thread Richard Heck

On 07/22/2010 10:53 AM, Yegor Yefremov wrote:

Hello,

if I have master document with some child documents and I'm editing
the child and then invoke View-PDF(pdflatex) LyX tries to compile
only this child document and not the whole document beginning with
master. How can I change LyX behavior to always compile a whole
document regardless of what file is edited?

   

I'll guess that you are opening the child directly, i.e., by itself. So LyX
doesn't know that it's a child and compiles it on its own.

Solution: Set the default master document under DocumentSettings.
Then, when you open the document, LyX will always also open the master
as well and identify the child as its child. Then compiling will compile the
whole thing.

Richard



Re: Trademark usage symbol SOLVED

2010-07-22 Thread Steve Litt
On Thursday 22 July 2010 07:52:41 Richard Heck wrote:
 On 07/22/2010 02:18 AM, Steve Litt wrote:
  Note that in order to achieve relativity I used \baselineskip, when
  I really should have used something relative to
  character width, but I didn't know such a measurement offhand. I think
  there's something corresponding to the width of a W or something like
  that, and that's what I should have used.
 
 You're thinking of exes and ems, and you can use either, e.g.:
 \kern{-0.2ex}.

Yes I am.
U De Man!

Thanks Richard!

SteveT


Re: Trademark usage symbol SOLVED

2010-07-22 Thread Richard Heck

On 07/22/2010 12:53 PM, Steve Litt wrote:

On Thursday 22 July 2010 07:52:41 Richard Heck wrote:
   


You're thinking of exes and ems, and you can use either, e.g.:
\kern{-0.2ex}.
 

Yes I am.
U De Man!

Thanks Richard!

   

Thank Knuth and Lamport

rh



Re: Location of toolbar settings

2010-07-22 Thread Daniel CLEMENT
Vincent van Ravesteijn wrote:
  Makes sense, but my ~/ui directory is hopelessly empty (hence my
  settings vanishing?)
 
  I had a look at the /usr/share/lyx/ui, but it looks like there are only
  the default settings in there.
 
 
 Ah you're talking about the position of the toolbars. They are stored
 by Qt. This will be put in I think ~\.config\LyX\LyX*.conf.
 

Thanks. I found ~/.config/LyX/lyx.conf. I made a backup of this file,
just in case. Don't know why it gets reset, though.

 I'm not sure how it is called exactly on Ubuntu.
 
 Vincent
 

-- 
Daniel CLEMENT




Re: Update to 1.6.7 Lost DVI and PS output.

2010-07-22 Thread John Kane


--- On Thu, 7/22/10, Uwe Stöhr uwesto...@web.de wrote:

 From: Uwe Stöhr uwesto...@web.de
 Subject: Re: Update to 1.6.7 Lost DVI and PS output.
 To: John Kane jrkrid...@yahoo.ca
 Cc: lyx-users@lists.lyx.org
 Received: Thursday, July 22, 2010, 9:10 AM
 Am 22.07.2010 14:26, schrieb John
 Kane:
 
  No luck.   I seem to be getting the
 same behaviour.
 
 Then reinstall LyX. Its the quickest solution and works in
 most cases:
 
 0. uninstall LyX 1.6.7 _completely_
 1. uninstall also older versions of LyX (if installed)
 2. if you are using MiKTeX 2.7 or older, reinstall it too
 and also _completely_
 3. check the registry that there are no leftovers from LyX
 4. log off then log on again
 5. reinstall LyX using the alternative Windows installer:
 http://wiki.lyx.org/Windows/LyXWinInstaller
 In case you uninstalled MiKTeX, use the complete variant,
 otherwise the small variant.
 
 regards Uwe

Any suggestions on a good OpenSource registry cleaner?

I did a cleanup of the registry with CCleaner, after removing LyX. What I may 
not have done is kill off the user profile file at the same time. I know I 
deleted it on Paul Rubin's advice but I'm not sure that I went back and did it 
again before a re-install (using the normal installer not the LyxInstaller)  
Also I am not sure if I shutdown at that point or not. I know I had rebooted a 
couple of times but I am not clear at what exact point.

I'll get rid of MixTex too and try LyXWinInstaller after killing off the user 
profile.

Thanks






Re: SuperscriptLc character style: Close but no cigar

2010-07-22 Thread Richard Heck

On 07/22/2010 02:54 PM, Steve Litt wrote:

Hi all,

So I made the following character style to make superscripts on words that end
with a lowercase, half height character (I'll make the UC equivelent when I
get all this straightened out).

   
I'd suggest you use \textsuperscript instead, which is a standard LaTeX 
command, defined in latex.ltx. There's no textsubscript, though.


rh



Re: Update to 1.6.7 Lost DVI and PS output.

2010-07-22 Thread John Kane
I did everything you suggested and LyX look fine now.  
I'd forgotten how long MiXTeX takes to install!!

Thanks

--- On Thu, 7/22/10, Uwe Stöhr uwesto...@web.de wrote:

 From: Uwe Stöhr uwesto...@web.de
 Subject: Re: Update to 1.6.7 Lost DVI and PS output.
 To: John Kane jrkrid...@yahoo.ca
 Cc: lyx-users@lists.lyx.org
 Received: Thursday, July 22, 2010, 9:10 AM
 Am 22.07.2010 14:26, schrieb John
 Kane:
 
  No luck.   I seem to be getting the
 same behaviour.
 
 Then reinstall LyX. Its the quickest solution and works in
 most cases:
 
 0. uninstall LyX 1.6.7 _completely_
 1. uninstall also older versions of LyX (if installed)
 2. if you are using MiKTeX 2.7 or older, reinstall it too
 and also _completely_
 3. check the registry that there are no leftovers from LyX
 4. log off then log on again
 5. reinstall LyX using the alternative Windows installer:
 http://wiki.lyx.org/Windows/LyXWinInstaller
 In case you uninstalled MiKTeX, use the complete variant,
 otherwise the small variant.
 
 regards Uwe
 




Re: Trademark usage symbol

2010-07-22 Thread Steve Litt
Richard Heck wrote me off list and told me how to do it. Thanks Richard!

His solution is so good I'm putting it at the bottom of this email...

On Wednesday 21 July 2010 18:27:50 Steve Litt wrote:
> Hi all,
> 
> I'm trying to make a character style or command to put a registered
>  trademark symbol smaller and up from the normal text line. This is ALMOST
>  what I want:
> 
> ==
> \documentclass[12pt]{article}
> \begin{document}
> Troubleshooters.Com%
> \raisebox{0.40\baselineskip}
> {\begin{footnotesize}\textregistered{}\end{footnotesize}}
> Bookstore
> \end{document}
> ==
> 
> The only problem with the preceding is I've hardcoded a specific text size
>  for the trademark symbol, namely footnotesize. What I REALLY want to do is
>  have a way to define the trademark symbol's size as two sizes smaller than
>  the current size. Anyone know how to do that?
> 
> Extra credit would be if I could move the trademark symbol to the left
> slightly so that it would appear to hover over the upper right edge of the
> previous character, rather than coming after it.

Here's Richard's technique:

=
\documentclass[12pt]{article}
\usepackage{relsize}
\begin{document}
Troubleshooters.Com%
\raisebox{0.45\baselineskip}{\kern 
-0.2\baselineskip\relsize{-2}\textregistered{}\relsize{0}}
Bookstore
\end{document}
=

It uses the relsize package, whose \relsize{} command raises or lowers the 
current size by a relative amount. To move the trademark symbol closer to the 
m in .Com, it uses the \kern command. Note that in order to achieve relativity 
I used \baselineskip, when I really should have used something relative to 
character width, but I didn't know such a measurement offhand. I think there's 
something corresponding to the width of a W or something like that, and that's 
what I should have used.

Once I've tested it in different situations I'll turn it into a character 
style and post it. I think this should be fairly good for all superscripts 
following any lower case letter.

Thanks

SteveT

Steve Litt
Recession Relief Package
http://www.recession-relief.US
Twitter: http://www.twitter.com/stevelitt



Re: Trademark usage symbol

2010-07-22 Thread Richard Heck

On 07/22/2010 02:18 AM, Steve Litt wrote:

Richard Heck wrote me off list and told me how to do it. Thanks Richard!

   

I didn't mean to do it off-list. Gremlins.

rh



Re: Trademark usage symbol

2010-07-22 Thread Richard Heck

On 07/22/2010 02:18 AM, Steve Litt wrote:

Note that in order to achieve relativity I used \baselineskip, when
I really should have used something relative to
character width, but I didn't know such a measurement offhand. I think there's
something corresponding to the width of a W or something like that, and that's
what I should have used.

   
You're thinking of exes and ems, and you can use either, e.g.: 
\kern{-0.2ex}.


rh




Re: Update to 1.6.7 Lost DVI and PS output.

2010-07-22 Thread John Kane


--- On Wed, 7/21/10, Richard Heck  wrote:

> From: Richard Heck 
> Subject: Re: Update to 1.6.7 Lost DVI and PS output.
> To: "John Kane" 
> Cc: lyx-users@lists.lyx.org, "Paul Rubin" 
> Received: Wednesday, July 21, 2010, 10:03 PM
> On 07/21/2010 08:01 PM, John Kane
> wrote:
> >
> > Error message
> > "An error occurred whilst running divps -o 
> > for
> > PFF(dvipdfm)
> > PDF(psepdf)
> > PS
> >
> >    
> Are the quote marks there correct? i.e., as they were in
> the error 
> message? That looks very suspicious.
> 
> rh
> 
No, bad typing on my part.  It should be

"Max.ps"> "Max.dvi"

See http://tinypic.com/r/9t3lht/3






Re: Update to 1.6.7 Lost DVI and PS output.

2010-07-22 Thread John Kane
--- On Thu, 7/22/10, John Kane  wrote:

> From: John Kane 
> Subject: Re: Update to 1.6.7 Lost DVI and PS output.
> To: rgh...@comcast.net
> Cc: lyx-users@lists.lyx.org, "Paul Rubin" 
> Received: Thursday, July 22, 2010, 8:03 AM
> 
> 
> --- On Wed, 7/21/10, Richard Heck 
> wrote:
> 
> > From: Richard Heck 
> > Subject: Re: Update to 1.6.7 Lost DVI and PS output.
> > To: "John Kane" 
> > Cc: lyx-users@lists.lyx.org,
> "Paul Rubin" 
> > Received: Wednesday, July 21, 2010, 10:03 PM
> > On 07/21/2010 08:01 PM, John Kane
> > wrote:
> > >
> > > Error message
> > > "An error occurred whilst running divps -o 
> > > for
> > > PFF(dvipdfm)
> > > PDF(psepdf)
> > > PS
> > >
> > >    
> > Are the quote marks there correct? i.e., as they were
> in
> > the error 
> > message? That looks very suspicious.
> > 
> > rh
> > 
> No, bad typing on my part.  It should be
> 
> "Max.ps"> "Max.dvi"

Note that should be
"Max.ps" "Max.dvi"

Not only can I not type I can't proof read either.

> 
> See http://tinypic.com/r/9t3lht/3
> 
> 
> 
> 
> 




Re: Update to 1.6.7 Lost DVI and PS output.

2010-07-22 Thread John Kane


--- On Wed, 7/21/10, Paul Rubin  wrote:

> From: Paul Rubin 
> Subject: Re: Update to 1.6.7 Lost DVI and PS output.
> To: lyx-users@lists.lyx.org
> Received: Wednesday, July 21, 2010, 9:52 PM
> Sounds like the configuration may be
> hosed.  Have you tried reconfiguring LyX? 

Hosed?   I love those technical terms.
I thought of that not long after my last post.  No luck

> If that doesn't work, you might try deleting the local LyX
> subdirectory
> (probably C:\Documents and Settings\\Application
> Data\lyx16, but your
> mileage may vary), backing up any modified layouts etc. you
> might have there,
> then reconfigure LyX.

Sounds interesting:  I'll give it a try.  

No luck.   I seem to be getting the same behaviour.  





Re: Update to 1.6.7 Lost DVI and PS output.

2010-07-22 Thread Uwe Stöhr

Am 22.07.2010 14:26, schrieb John Kane:


No luck.   I seem to be getting the same behaviour.


Then reinstall LyX. Its the quickest solution and works in most cases:

0. uninstall LyX 1.6.7 _completely_
1. uninstall also older versions of LyX (if installed)
2. if you are using MiKTeX 2.7 or older, reinstall it too and also 
_completely_

3. check the registry that there are no leftovers from LyX
4. log off then log on again
5. reinstall LyX using the alternative Windows installer:
http://wiki.lyx.org/Windows/LyXWinInstaller
In case you uninstalled MiKTeX, use the complete variant, otherwise the 
small variant.


regards Uwe


Location of toolbar settings

2010-07-22 Thread Daniel CLEMENT
Hi,

Recently my LyX version has been upgraded to 1.6.7, thanks to the getdeb
repository (Ubuntu 10.04).

The update went fine, but I lost my toolbar settings in the process. It
did not take me very long to restore them, but I still would like to
know where they are stored, so that I can preserve them in future
upgrades.

TIA - regards,
-- 
Daniel CLEMENT




Re: Location of toolbar settings

2010-07-22 Thread Vincent van Ravesteijn
On Thu, Jul 22, 2010 at 3:15 PM, Daniel CLEMENT
 wrote:
> Hi,
>
> Recently my LyX version has been upgraded to 1.6.7, thanks to the getdeb
> repository (Ubuntu 10.04).
>
> The update went fine, but I lost my toolbar settings in the process. It
> did not take me very long to restore them, but I still would like to
> know where they are stored, so that I can preserve them in future
> upgrades.
>

I guess they should be in your user dir in the directory "ui".

The user dir can be found in Help->About LyX.

Vincent


Re: EPS Files Without Preview

2010-07-22 Thread Bruce Pourciau


On Jul 21, 2010, at 2:28 PM, Stephen Buonopane wrote:


On Jul 21, 2010, at 3:16 PM, Bruce Pourciau wrote:


In the past, inserting graphics in eps format has worked beautifully
in LyX, as long as the files were saved with no preview attached to
them. Eps files with a preview cause an error ("An error occurred
whilst running epstopdf"), and the pdf compiles with an empty space
where the figure should be. Someone has scanned in some figures for
me, cleaned them up (using In Design, I think), and then saved them
as eps files. They say they have saved them without any preview
attached, but when I insert them and try to view the document, I get
the same error I always have gotten when there's a preview.

Any thoughts? Could there be some kind of preview still attached?

Bruce



A few things to try...
1. If you are using pdflatex in LyX, then save the files from Adobe as
pdf instead of eps. I think this will avoid the preview issue
altogether.
2. In Adobe use Print to PDF or Print to Postscript instead of Save  
As.

3. From the terminal, try eps2eps or ps2ps on your file. This may
strip the preview.

Steve


Whenever I insert a figure file in pdf format into LyX it takes up a  
full page, even though I have the options set at a minimal bounding  
area. No idea why.


Bruce


Re: Location of toolbar settings

2010-07-22 Thread Daniel CLEMENT
Vincent van Ravesteijn wrote:
> On Thu, Jul 22, 2010 at 3:15 PM, Daniel CLEMENT
>  wrote:
> > Hi,
> >
> > Recently my LyX version has been upgraded to 1.6.7, thanks to the getdeb
> > repository (Ubuntu 10.04).
> >
> > The update went fine, but I lost my toolbar settings in the process. It
> > did not take me very long to restore them, but I still would like to
> > know where they are stored, so that I can preserve them in future
> > upgrades.
> >
> 
> I guess they should be in your user dir in the directory "ui".

Makes sense, but my ~/ui directory is hopelessly empty (hence my
settings vanishing?)

I had a look at the /usr/share/lyx/ui, but it looks like there are only
the default settings in there.

> 
> The user dir can be found in Help->About LyX.
> 
> Vincent
> 

-- 
Daniel CLEMENT




Re: Location of toolbar settings

2010-07-22 Thread Vincent van Ravesteijn
> Makes sense, but my ~/ui directory is hopelessly empty (hence my
> settings vanishing?)
>
> I had a look at the /usr/share/lyx/ui, but it looks like there are only
> the default settings in there.
>

Ah you're talking about the position of the toolbars. They are stored
by Qt. This will be put in I think ~\.config\LyX\LyX*.conf.

I'm not sure how it is called exactly on Ubuntu.

Vincent


Always compile the master document

2010-07-22 Thread Yegor Yefremov
Hello,

if I have master document with some child documents and I'm editing
the child and then invoke View->PDF(pdflatex) LyX tries to compile
only this child document and not the whole document beginning with
master. How can I change LyX behavior to always compile a whole
document regardless of what file is edited?

Regards.
Yegor


Re: Always compile the master document

2010-07-22 Thread Richard Heck

On 07/22/2010 10:53 AM, Yegor Yefremov wrote:

Hello,

if I have master document with some child documents and I'm editing
the child and then invoke View->PDF(pdflatex) LyX tries to compile
only this child document and not the whole document beginning with
master. How can I change LyX behavior to always compile a whole
document regardless of what file is edited?

   

I'll guess that you are opening the child directly, i.e., by itself. So LyX
doesn't know that it's a child and compiles it on its own.

Solution: Set the default master document under Document>Settings.
Then, when you open the document, LyX will always also open the master
as well and identify the child as its child. Then compiling will compile the
whole thing.

Richard



Re: Trademark usage symbol

2010-07-22 Thread Steve Litt
On Thursday 22 July 2010 07:52:41 Richard Heck wrote:
> On 07/22/2010 02:18 AM, Steve Litt wrote:
> > Note that in order to achieve relativity I used \baselineskip, when
> > I really should have used something relative to
> > character width, but I didn't know such a measurement offhand. I think
> > there's something corresponding to the width of a W or something like
> > that, and that's what I should have used.
> 
> You're thinking of exes and ems, and you can use either, e.g.:
> \kern{-0.2ex}.

Yes I am.
U De Man!

Thanks Richard!

SteveT


Re: Trademark usage symbol

2010-07-22 Thread Richard Heck

On 07/22/2010 12:53 PM, Steve Litt wrote:

On Thursday 22 July 2010 07:52:41 Richard Heck wrote:
   


You're thinking of exes and ems, and you can use either, e.g.:
\kern{-0.2ex}.
 

Yes I am.
U De Man!

Thanks Richard!

   

Thank Knuth and Lamport

rh



Re: Location of toolbar settings

2010-07-22 Thread Daniel CLEMENT
Vincent van Ravesteijn wrote:
> > Makes sense, but my ~/ui directory is hopelessly empty (hence my
> > settings vanishing?)
> >
> > I had a look at the /usr/share/lyx/ui, but it looks like there are only
> > the default settings in there.
> >
> 
> Ah you're talking about the position of the toolbars. They are stored
> by Qt. This will be put in I think ~\.config\LyX\LyX*.conf.
> 

Thanks. I found ~/.config/LyX/lyx.conf. I made a backup of this file,
just in case. Don't know why it gets reset, though.

> I'm not sure how it is called exactly on Ubuntu.
> 
> Vincent
> 

-- 
Daniel CLEMENT




Re: Update to 1.6.7 Lost DVI and PS output.

2010-07-22 Thread John Kane


--- On Thu, 7/22/10, Uwe Stöhr  wrote:

> From: Uwe Stöhr 
> Subject: Re: Update to 1.6.7 Lost DVI and PS output.
> To: "John Kane" 
> Cc: lyx-users@lists.lyx.org
> Received: Thursday, July 22, 2010, 9:10 AM
> Am 22.07.2010 14:26, schrieb John
> Kane:
> 
> > No luck.   I seem to be getting the
> same behaviour.
> 
> Then reinstall LyX. Its the quickest solution and works in
> most cases:
> 
> 0. uninstall LyX 1.6.7 _completely_
> 1. uninstall also older versions of LyX (if installed)
> 2. if you are using MiKTeX 2.7 or older, reinstall it too
> and also _completely_
> 3. check the registry that there are no leftovers from LyX
> 4. log off then log on again
> 5. reinstall LyX using the alternative Windows installer:
> http://wiki.lyx.org/Windows/LyXWinInstaller
> In case you uninstalled MiKTeX, use the complete variant,
> otherwise the small variant.
> 
> regards Uwe

Any suggestions on a good OpenSource registry cleaner?

I did a cleanup of the registry with CCleaner, after removing LyX. What I may 
not have done is kill off the user profile file at the same time. I know I 
deleted it on Paul Rubin's advice but I'm not sure that I went back and did it 
again before a re-install (using the "normal" installer not the LyxInstaller)  
Also I am not sure if I shutdown at that point or not. I know I had rebooted a 
couple of times but I am not clear at what exact point.

I'll get rid of MixTex too and try LyXWinInstaller after killing off the user 
profile.

Thanks






Re: SuperscriptLc character style: Close but no cigar

2010-07-22 Thread Richard Heck

On 07/22/2010 02:54 PM, Steve Litt wrote:

Hi all,

So I made the following character style to make superscripts on words that end
with a lowercase, half height character (I'll make the UC equivelent when I
get all this straightened out).

   
I'd suggest you use \textsuperscript instead, which is a standard LaTeX 
command, defined in latex.ltx. There's no textsubscript, though.


rh



Re: Update to 1.6.7 Lost DVI and PS output.

2010-07-22 Thread John Kane
I did everything you suggested and LyX look fine now.  
I'd forgotten how long MiXTeX takes to install!!

Thanks

--- On Thu, 7/22/10, Uwe Stöhr  wrote:

> From: Uwe Stöhr 
> Subject: Re: Update to 1.6.7 Lost DVI and PS output.
> To: "John Kane" 
> Cc: lyx-users@lists.lyx.org
> Received: Thursday, July 22, 2010, 9:10 AM
> Am 22.07.2010 14:26, schrieb John
> Kane:
> 
> > No luck.   I seem to be getting the
> same behaviour.
> 
> Then reinstall LyX. Its the quickest solution and works in
> most cases:
> 
> 0. uninstall LyX 1.6.7 _completely_
> 1. uninstall also older versions of LyX (if installed)
> 2. if you are using MiKTeX 2.7 or older, reinstall it too
> and also _completely_
> 3. check the registry that there are no leftovers from LyX
> 4. log off then log on again
> 5. reinstall LyX using the alternative Windows installer:
> http://wiki.lyx.org/Windows/LyXWinInstaller
> In case you uninstalled MiKTeX, use the complete variant,
> otherwise the small variant.
> 
> regards Uwe
>