Search found 10 matches

by PhilipPirrip
Wed Jun 22, 2016 2:20 pm
Forum: LyX
Topic: Lyx-2.2.0 fails on Biblatex/natbib
Replies: 45
Views: 30260

Lyx-2.2.0 fails on Biblatex/natbib

"\renewcommand\citet{\autocite}" is wrong because \citet takes one argument, thus \renewcommand{\citet}[1]{\autocite{#1}} . You should test without this first. Your document is a mess! Do you still have calls to \bibliography AND \addbibresource at the same time? Test your new biber on minimal ...
by PhilipPirrip
Wed Jun 22, 2016 2:06 pm
Forum: LyX
Topic: Lyx-2.2.0 fails on Biblatex/natbib
Replies: 45
Views: 30260

Re: Lyx-2.2.0 fails on Biblatex/natbib

A lot is going on there, so you should try to reduce the problem somehow. Try with a .bib file with only one entry. Try \usepackage[...]{biblatex} instead of \usepackage[...]{biblatex-chicago}. Try removing all but necessary packages. In short, do all the work we'd have to do to debug your problem ...
by PhilipPirrip
Sat Jun 18, 2016 3:51 am
Forum: LyX
Topic: Change table of content font in lyx
Replies: 5
Views: 6027

Change table of content font in lyx

You'll have to play with the commands like
\renewcommand{\cftsecfont}{\normalfont\small}
\setlength{\cftbeforechapskip}{0.1em}

for \cftchapfont, \cftsubsecfont, \cftbeforechapskip, \cftbeforesecskip

These are some sub-normal font sizes: \small, \footnotesize, \scriptsize .

\cftbefore...skip ...
by PhilipPirrip
Thu Jun 09, 2016 8:45 pm
Forum: LyX
Topic: Lyx-2.2.0 fails on Biblatex/natbib
Replies: 45
Views: 30260

Re: Lyx-2.2.0 fails on Biblatex/natbib

Why don't you try your MWE with the .bib file from "two simple examples". Debugging is hard with so many entries. Biber+biblatex is probably broken (don't know why), so you might need to stick to bibtex8.
Btw. if your .bib file is in the same directory as your main document, biblatex in LyX 2.2 ...
by PhilipPirrip
Wed Jun 08, 2016 3:40 pm
Forum: LyX
Topic: Lyx-2.2.0 fails on Biblatex/natbib
Replies: 45
Views: 30260

Re: Lyx-2.2.0 fails on Biblatex/natbib

Have you checked if the "two simple examples" from https://wiki.lyx.org/BibTeX/Biblatex work?
You're using some absolute paths, but what exactly do you have for [Home]?
I don't think this is the right way of redefining \renewcommand\citet{\autocite} as well.
by PhilipPirrip
Sat Sep 17, 2011 11:59 am
Forum: LyX
Topic: Graphics in the Footer
Replies: 2
Views: 2915

Graphics in the Footer

Code: Select all

\fancyfoot[L]{\includegraphics[width=2cm]{pic/logo300dpi}
Seems like one } is missing here.
by PhilipPirrip
Wed Sep 14, 2011 3:06 pm
Forum: LyX
Topic: classicthesis | LyX vs. LaTeX Search Path
Replies: 7
Views: 5675

classicthesis | LyX vs. LaTeX Search Path


One more thing I would suggest is putting the text-width settings (the \areaset stuff) also inside the preamble file, so it can be modified on a per-document basis.
I don't think this is ever going to happen, A.M. is very conservative on changing classicthesis.sty (for lots of reasons)
But what ...
by PhilipPirrip
Tue Sep 13, 2011 8:30 pm
Forum: LyX
Topic: AMS Article in LyX 2
Replies: 1
Views: 1811

Re: AMS Article in LyX 2

Please provide more information. What's your operating system, what was the previous version, how did you install v2.0.0, are there any remains of the previous version in your install directory, have you tried uninstalling then installing again, what error messages do you get and at what stage ...
by PhilipPirrip
Sat Sep 10, 2011 11:42 pm
Forum: LyX
Topic: classicthesis | LyX vs. LaTeX Search Path
Replies: 7
Views: 5675

Re: classicthesis | LyX vs. LaTeX Search Path

This problem only exists in MiKTeX as its package manager installs and then uses system-wide classicthesis-preamble.sty. We are currently working on fixing this by making the preamble file a .tex and not a .sty any more (MiKTeX cares only about installing .sty's)
For now, changing the name of the ...
by PhilipPirrip
Sat Sep 10, 2011 11:15 pm
Forum: LyX
Topic: classicthesis | Change Font Style for Headings
Replies: 2
Views: 8876

classicthesis | Change Font Style for Headings

You'll find the relevant code in classicthesis.sty, in the section "layout of the chapter-, section-, subsection-, subsubsection-, paragraph and description-headings" (below line 350).
I'm putting in bold the commands you'll probably want change or replace

\titleformat{\chapter}[display]%
{\relax ...