Re: error with classicthesis.sty

2018-03-31 Thread Scott Kostyshak
On Sat, Mar 31, 2018 at 11:07:34AM +, Anthony wrote:
> I have installed the classicthesis.sty using MiKTeX.
> 
> I have also installed the layout file that accompanies the .sty file
> 
> When I run my LyX code, using a template that also comes with the 
> classithesis package, the following error pops up:
> 
> LaTeX error: file ../classicthesis.sty not found.
> 
> The .sty file is located in MiKTeX 2.9\tex\latex\classicthesis

This message was cross-posted here:
https://tex.stackexchange.com/questions/424127/lyx-error-classicthesis-sty-not-found
Anthony, please read the following:
https://latex.org/home/latex-community/94-etiquette/454-crossposts

Best,

Scott


signature.asc
Description: PGP signature


Re: error with classicthesis.sty

2018-03-31 Thread Paul A. Rubin

On 03/31/2018 12:30 PM, Richard Kimberly Heck wrote:

On 03/31/2018 07:07 AM, Anthony wrote:


I have installed the classicthesis.sty using MiKTeX.

I have also installed the layout file that accompanies the .sty file

When I run my LyX code, using a template that also comes with the 
classithesis package, the following error pops up:


LaTeX error: file ../classicthesis.sty not found.

The .sty file is located in MiKTeX 2.9\tex\latex\classicthesis



How did you install it? In Linux, if I install such a file manually, 
then I have to
run a program called 'texhash' to regenerate the TeX database that is 
used to find
such files. Otherwise, TeX does not know I've installed it. It may be 
that you have

to do something similar in MikTeX.

Riki

If the package is installed via the MiKTeX package manager, texhash is 
run automagically.


The error message is curious (to me) in that indicates a relative path 
(`../classicthesis.sty'). Was this the result of opening the 
classicthesis-book.lyx example file? That file contains the following 
preamble gem:

\usepackage[linedheaders=true,
    parts=true]{../classicthesis}% ,manychapters
The zip archive of the classic thesis package does contain a copy of 
classicthesis.sty, in the parent folder of the examples folder, but when 
LyX is compiling it in a temp directory I'm pretty sure the path will be 
misinterpreted. Getting rid of "../" in the preamble should fix it, if 
I'm right.


Paul



Re: error with classicthesis.sty

2018-03-31 Thread Richard Kimberly Heck
On 03/31/2018 07:07 AM, Anthony wrote:
>
> I have installed the classicthesis.sty using MiKTeX.
>
>  
>
> I have also installed the layout file that accompanies the .sty file
>
>  
>
> When I run my LyX code, using a template that also comes with the
> classithesis package, the following error pops up:
>
>  
>
> LaTeX error: file ../classicthesis.sty not found.
>
>  
>
> The .sty file is located in MiKTeX 2.9\tex\latex\classicthesis
>

How did you install it? In Linux, if I install such a file manually,
then I have to
run a program called 'texhash' to regenerate the TeX database that is
used to find
such files. Otherwise, TeX does not know I've installed it. It may be
that you have
to do something similar in MikTeX.

Riki



error with classicthesis.sty

2018-03-31 Thread Anthony
I have installed the classicthesis.sty using MiKTeX.

I have also installed the layout file that accompanies the .sty file

When I run my LyX code, using a template that also comes with the classithesis 
package, the following error pops up:

LaTeX error: file ../classicthesis.sty not found.

The .sty file is located in MiKTeX 2.9\tex\latex\classicthesis

Sent from Mail for Windows 10

This is pdfTeX, Version 3.14159265-2.6-1.40.18 (MiKTeX 2.9.6600) (preloaded 
format=latex 2018.3.30)  31 MAR 2018 22:03
entering extended mode
**./SRP-Report2018.tex
(SRP-Report2018.tex
LaTeX2e <2017-04-15>
Babel <3.18> and hyphenation patterns for 72 language(s) loaded.

("C:\Program Files (x86)\MiKTeX 2.9\tex\latex\koma-script\scrartcl.cls"
Document Class: scrartcl 2017/09/07 v3.24 KOMA-Script document class (article)
("C:\Program Files (x86)\MiKTeX 2.9\tex\latex\koma-script\scrkbase.sty"
Package: scrkbase 2017/09/07 v3.24 KOMA-Script package (KOMA-Script-dependent b
asics and keyval usage)
("C:\Program Files (x86)\MiKTeX 2.9\tex\latex\koma-script\scrbase.sty"
Package: scrbase 2017/09/07 v3.24 KOMA-Script package (KOMA-Script-independent 
basics and keyval usage)
("C:\Program Files (x86)\MiKTeX 2.9\tex\latex\graphics\keyval.sty"
Package: keyval 2014/10/28 v1.15 key=value parser (DPC)
\KV@toks@=\toks14
) ("C:\Program Files (x86)\MiKTeX 2.9\tex\latex\koma-script\scrlfile.sty"
Package: scrlfile 2017/09/07 v3.24 KOMA-Script package (loading files)
))) ("C:\Program Files (x86)\MiKTeX 2.9\tex\latex\koma-script\tocbasic.sty"
Package: tocbasic 2017/09/07 v3.24 KOMA-Script package (handling toc-files)
\scr@dte@tocline@numberwidth=\skip41
\scr@dte@tocline@numbox=\box26
)
Package tocbasic Info: omitting babel extension for `toc'
(tocbasic) because of feature `nobabel' available
(tocbasic) for `toc' on input line 133.
Package tocbasic Info: omitting babel extension for `lof'
(tocbasic) because of feature `nobabel' available
(tocbasic) for `lof' on input line 135.
Package tocbasic Info: omitting babel extension for `lot'
(tocbasic) because of feature `nobabel' available
(tocbasic) for `lot' on input line 136.
Package scrartcl Info: You've used standard option `10pt'.
(scrartcl) This is correct!
(scrartcl) Internally I'm using `fontsize=10pt'.
(scrartcl) If you'd like to set the option with \KOMAoptions,
(scrartcl) you'd have to use `fontsize=10pt' there
(scrartcl) instead of `10pt', too.
Class scrartcl Info: File `scrsize10pt.clo' used to setup font sizes on input l
ine 2080.
("C:\Program Files (x86)\MiKTeX 2.9\tex\latex\koma-script\scrsize10pt.clo"
File: scrsize10pt.clo 2017/09/07 v3.24 KOMA-Script font size class option (10pt
)
) ("C:\Program Files (x86)\MiKTeX 2.9\tex\latex\koma-script\typearea.sty"
Package: typearea 2017/09/07 v3.24 KOMA-Script package (type area)
\ta@bcor=\skip42
\ta@div=\count79
\ta@hblk=\skip43
\ta@vblk=\skip44
\ta@temp=\skip45
\footheight=\skip46
Package typearea Info: These are the values describing the layout:
(typearea) DIV  = 8
(typearea) BCOR = 0.0pt
(typearea) \paperwidth  = 597.50793pt
(typearea)  \textwidth  = 373.44246pt
(typearea)  DIV departure   = -4%
(typearea)  \evensidemargin = 39.76274pt
(typearea)  \oddsidemargin  = 39.76274pt
(typearea) \paperheight = 845.04694pt
(typearea)  \textheight = 538.0pt
(typearea)  \topmargin  = 0.36087pt
(typearea)  \headheight = 15.0pt
(typearea)  \headsep= 18.0pt
(typearea)  \topskip= 10.0pt
(typearea)  \footskip   = 42.0pt
(typearea)  \baselineskip   = 12.0pt
(typearea)  on input line 1686.
)
\c@part=\count80
\c@section=\count81
\c@subsection=\count82
\c@subsubsection=\count83
\c@paragraph=\count84
\c@subparagraph=\count85
\scr@dte@part@maxnumwidth=\skip47
\scr@dte@section@maxnumwidth=\skip48
\scr@dte@subsection@maxnumwidth=\skip49
\scr@dte@subsubsection@maxnumwidth=\skip50
\scr@dte@paragraph@maxnumwidth=\skip51
\scr@dte@subparagraph@maxnumwidth=\skip52
LaTeX Info: Redefining \textsubscript on input line 4161.
\abovecaptionskip=\skip53
\belowcaptionskip=\skip54
\c@pti@nb@sid@b@x=\box27
\c@figure=\count86
\c@table=\count87
Class scrartcl Info: Redefining `\numberline' on input line 5319.
\bibindent=\dimen102
) ("C:\Program Files (x86)\MiKTeX 2.9\tex\latex\base\fontenc.sty"
Package: fontenc 2017/04/05 v2.0i Standard LaTeX package
("C:\Program Files (x86)\MiKTeX 2.9\tex\latex\base\t1enc.def"
File: t1enc.def 2017/04/05 v2.0i Standard LaTeX file
LaTeX Font Info:Redeclaring font encoding T1 on input line 48.
)) ("C:\Program Files (x86)\MiKTeX 2.9\tex\latex\base\inputenc.sty"
Packa