Re: installation error: MiKTeX209-core.dll is missing

2017-09-16 Thread Scott Kostyshak
On Sun, Sep 03, 2017 at 02:06:53PM +0200, Xinchen Dai wrote:
> Dear lyx-users:
> 
> I tried to install LyX several times but kept getting error that
> pdflatex.exe stops running and then MiKTeX209-core.dll missing error when I
> try to start the program after installation.
> 
> I tried both LyX-223-Bundle-1.exe and LyX-223-Installer-1.exe. During the
> installation, I updated the MiKTeX according to the instruction. My
> computer is Win 8.1. I use CTEX (Chinese TEX which includes MiKTeX) and
> TeXStudio. Can someone help me?
> 
> Best regards,
> 
> Xinchen

Dear Xinchen,

I'm sorry that you did not get a reply to this message. Did you figure
out a solution?

Best,

Scott


signature.asc
Description: PGP signature


Re: Installation Error

2006-12-05 Thread Juergen Spitzmueller
Also sprach [EMAIL PROTECTED]:
 my question was how to redefine the captionlabel which ment that instead of
 the description Abbildung: I want to have the description Abb.! 

Please try to describe your problem as precise as possible next time.

 Is that possible with a LaTeX-command in the preamble?

Yes: 

% Change the caption names with babel
% supposed you are using ngerman
\AtBeginDocument{%
\addto\captionsngerman{%
  \renewcommand{\figurename}{Abb.}%
  \renewcommand{\tablename}{Tab.}%
}
}

% Change the separator (KOMA-specific)
\newcommand*{\captionformat}{.\ }

Regards,
Jürgen


Re: Installation Error

2006-12-05 Thread Juergen Spitzmueller
Also sprach [EMAIL PROTECTED]:
 my question was how to redefine the captionlabel which ment that instead of
 the description Abbildung: I want to have the description Abb.! 

Please try to describe your problem as precise as possible next time.

 Is that possible with a LaTeX-command in the preamble?

Yes: 

% Change the caption names with babel
% supposed you are using ngerman
\AtBeginDocument{%
\addto\captionsngerman{%
  \renewcommand{\figurename}{Abb.}%
  \renewcommand{\tablename}{Tab.}%
}
}

% Change the separator (KOMA-specific)
\newcommand*{\captionformat}{.\ }

Regards,
Jürgen


Re: Installation Error

2006-12-05 Thread Juergen Spitzmueller
Also sprach [EMAIL PROTECTED]:
> my question was how to redefine the captionlabel which ment that instead of
> the description "Abbildung:" I want to have the description "Abb."! 

Please try to describe your problem as precise as possible next time.

> Is that possible with a LaTeX-command in the preamble?

Yes: 

% Change the caption names with babel
% supposed you are using ngerman
\AtBeginDocument{%
\addto\captionsngerman{%
  \renewcommand{\figurename}{Abb.}%
  \renewcommand{\tablename}{Tab.}%
}
}

% Change the separator (KOMA-specific)
\newcommand*{\captionformat}{.\ }

Regards,
Jürgen


Re: Installation Error

2006-12-04 Thread Juergen Spitzmueller
[EMAIL PROTECTED] wrote:
 my question is: how am I able to redefine the captionlabel using
 float-figures or -tables? Any ideas?

Supposing you are using a KOMA class (as stated below),
for instance:
\setkomafont{captionlabel}{\sffamily\bfseries}
(in preamble).

 2nd question: Is it possible to define the font of the TOC-numbering?
 Because I defined sffamily for my scrartcle but the numbers of the TOC are
 still in different font...

They shouldn't.
However, use the tocloft package (which is well documented) to tweak the look 
of the TOC.

Jürgen


Re: Installation Error

2006-12-04 Thread Juergen Spitzmueller
[EMAIL PROTECTED] wrote:
 my question is: how am I able to redefine the captionlabel using
 float-figures or -tables? Any ideas?

Supposing you are using a KOMA class (as stated below),
for instance:
\setkomafont{captionlabel}{\sffamily\bfseries}
(in preamble).

 2nd question: Is it possible to define the font of the TOC-numbering?
 Because I defined sffamily for my scrartcle but the numbers of the TOC are
 still in different font...

They shouldn't.
However, use the tocloft package (which is well documented) to tweak the look 
of the TOC.

Jürgen


Re: Installation Error

2006-12-04 Thread Juergen Spitzmueller
[EMAIL PROTECTED] wrote:
> my question is: how am I able to redefine the captionlabel using
> float-figures or -tables? Any ideas?

Supposing you are using a KOMA class (as stated below),
for instance:
\setkomafont{captionlabel}{\sffamily\bfseries}
(in preamble).

> 2nd question: Is it possible to define the font of the TOC-numbering?
> Because I defined sffamily for my scrartcle but the numbers of the TOC are
> still in different font...

They shouldn't.
However, use the tocloft package (which is well documented) to tweak the look 
of the TOC.

Jürgen