Search found 11 matches

by ck2018
Fri Oct 11, 2019 11:00 pm
Forum: Text Formatting
Topic: TOC entries and formatting in scrbook
Replies: 4
Views: 7214

TOC entries and formatting in scrbook

Ijon Tichy wrote:Your example does not have any chapter number in the table of contents.
Sorry. I meant the page-numbers. But maybe it's an optical illusion.

It is indeed late. I'll have a look at the entries that you mentioned, and try to work it out. Thanks again!
by ck2018
Fri Oct 11, 2019 9:37 pm
Forum: Text Formatting
Topic: TOC entries and formatting in scrbook
Replies: 4
Views: 7214

TOC entries and formatting in scrbook

Thank you very much for your help! :D The TOC is now looking much better, but the page-numbers for the section entries are still noticeably bigger than those for the chapters. Is there a way to change this?


I've also added one more section to illustrate, that your changes may result in duplicates ...
by ck2018
Thu Oct 10, 2019 9:32 pm
Forum: Text Formatting
Topic: TOC entries and formatting in scrbook
Replies: 4
Views: 7214

TOC entries and formatting in scrbook

My main problem is getting the table of contents (TOC) to look right in scrbook. I can change the font of the chapter-entries, but not the section-entries. The work is divided into four major "divisions", in which there are chapters. I've altered scrbook's chapters to provide my "divisions", and ...
by ck2018
Tue Nov 06, 2018 10:22 pm
Forum: TeX Live and MacTeX
Topic: Problem Installing TeX Live 2018
Replies: 9
Views: 13865

Problem Installing TeX Live 2018

Running the executable in the terminal works without having to set the path.

'/usr/local/texlive/2018/bin/x86_64-linux/xelatex' -output-directory='/path_to_directory/' '/path_to_file/filename.tex'
I'm happy with this as a workaround.

EDIT: I added the output path by changing /etc/environment ...
by ck2018
Thu Nov 01, 2018 10:17 pm
Forum: TeX Live and MacTeX
Topic: Problem Installing TeX Live 2018
Replies: 9
Views: 13865

Problem Installing TeX Live 2018

I think TL comes with an excellent GUI, TeXworks, that's what I'm using. Either install it with TL or get it from http://www.tug.org/texworks/.
It didn't realize that TL came with it. TeXworks is one of the GUIs that I mentioned earlier in the thread. Maybe it was Texmaker that came bundled (at ...
by ck2018
Thu Nov 01, 2018 7:42 pm
Forum: TeX Live and MacTeX
Topic: Problem Installing TeX Live 2018
Replies: 9
Views: 13865

Problem Installing TeX Live 2018

Yeah, thanks. The commands that I found to uninstall Tex Live via the terminal removed both versions. At some point, I'm going to reinstall TL 2018 and try to find a way to set the path. Then I'll see if I can find a GUI that doesn't include a version of TL as part of the package.
by ck2018
Wed Oct 31, 2018 10:01 pm
Forum: TeX Live and MacTeX
Topic: Problem Installing TeX Live 2018
Replies: 9
Views: 13865

Problem Installing TeX Live 2018

I've removed Texworks and Tekmaker using the Software Center; I couldn't remove Tex Live 2017 through the Software Center, because it said that it hadn't been installed, probably because it was bundled with one of the GUIs rather than a separate download. I've read the intro docs that I can find but ...
by ck2018
Wed Oct 31, 2018 11:39 am
Forum: TeX Live and MacTeX
Topic: Problem Installing TeX Live 2018
Replies: 9
Views: 13865

Problem Installing TeX Live 2018

But how do I remove the 2017 stuff without removing the 2018 repository? And I still don't understand how to set the path.
by ck2018
Wed Oct 31, 2018 1:16 am
Forum: TeX Live and MacTeX
Topic: Problem Installing TeX Live 2018
Replies: 9
Views: 13865

Problem Installing TeX Live 2018

I'm trying to install Tex Live 2018 from the DVD. I downloaded the ISO, installed Perl/Tk in the Software Center, mounted the ISO with Disc Image Mounter and ran install.tl in the terminal, choosing <I> . The instructions

http://www.tug.org/texlive/quickinstall.html

say to "add the directory of ...
by ck2018
Thu Oct 18, 2018 6:00 pm
Forum: Page Layout
Topic: Clearing Headers and Adding Basic Chapter Names in Scrbook
Replies: 2
Views: 6317

Clearing Headers and Adding Basic Chapter Names in Scrbook

Welcome to the forum!
Thanks!

The error is actually just a warning. It means that you should remove \usepackage{scrpage2} . Add instead:

\usepackage{scrlayer-scrpage}
\pagestyle{scrplain}
Forget fancyhdr . scrlayer-scrpage is the suitable replacement for the scrbook class and KOMA-Script in ...