Search found 10 matches

by kinseikun
Wed Dec 16, 2020 4:42 am
Forum: TeX Live and MacTeX
Topic: problems with PDF after updating MacTeX
Replies: 0
Views: 23701

problems with PDF after updating MacTeX

Hello all,

First I must preface that I do not know much about LaTeX. I have been creating my textbook and updating it for a few years now using LaTeX but I do not know the in and outs.

I recently got a new Macbook and thus needed to reinstall MacTeX even though I migrated over all my ...
by kinseikun
Thu Feb 08, 2018 11:38 pm
Forum: Theses, Books, Title pages
Topic: legrand-orange-book: make textbook exercise answer key
Replies: 2
Views: 7693

legrand-orange-book: make textbook exercise answer key

Hello!

It's me again.

I am almost finished creating a 300 page textbook, and I should probably make an answer key. Most of the exercises throughout the book use a (I believe) special code for exercises that is specific to this template. I am using \begin{exercise} blah blah \end{exercise} from ...
by kinseikun
Tue Feb 06, 2018 1:13 am
Forum: Theses, Books, Title pages
Topic: The Legrand Orange Book: changing URL colors to ocre
Replies: 8
Views: 10577

The Legrand Orange Book: changing URL colors to ocre

Detokenize worked! Thanks!

I had to go and change all the %C3 things in the url to their original unicode equivalent though T_T...but now that that's finished, everything is good! Thanks!!!

I feel like I've worked on these links to images in the image credit section longer than the rest of the ...
by kinseikun
Mon Feb 05, 2018 11:36 pm
Forum: Theses, Books, Title pages
Topic: The Legrand Orange Book: changing URL colors to ocre
Replies: 8
Views: 10577

The Legrand Orange Book: changing URL colors to ocre

Yes, I have these in my structure:

\usepackage[utf8]{inputenc} % Required for including letters with accents
\usepackage[T1]{fontenc} % Use 8-bit encoding that has 256 glyphs

I am using Overleaf to compile. I tried all of them--lualatex and pdflatex compiled, but the links with strange unicode don ...
by kinseikun
Mon Feb 05, 2018 11:05 pm
Forum: Theses, Books, Title pages
Topic: The Legrand Orange Book: changing URL colors to ocre
Replies: 8
Views: 10577

The Legrand Orange Book: changing URL colors to ocre

Ah I see...

The issue isn't the % in the url, this url has some weird letters in it and that was causing the error:

\href{https://commons.wikimedia.org/wiki/File:Rhéa_présentant_une_pierre_emmaillotée_à_Cronos_dessin_du_bas-relief_d%27un_autel_romain.jpg} {\textbf{Chapter 2 Rhea:}}

I added ...
by kinseikun
Mon Feb 05, 2018 10:40 pm
Forum: Theses, Books, Title pages
Topic: The Legrand Orange Book: changing URL colors to ocre
Replies: 8
Views: 10577

The Legrand Orange Book: changing URL colors to ocre

Hello,

\newcommand*{\myhref}[2]{\href{#1}{\color{ocre}{#2}}} works, but now it won't compile--it gets hung up on urls with % signs in them. I believe putting a \ will break the link, am I correct? What should I do?

It works for urls that do not have %s in them :c
by kinseikun
Mon Feb 05, 2018 9:38 pm
Forum: Theses, Books, Title pages
Topic: legrand-orange-book: restart chapter numbers in units without messing up toc
Replies: 3
Views: 7310

legrand-orange-book: restart chapter numbers in units without messing up toc

Yes! Thank you! It worked!

I was praying that no one ask for a mwe because my document is 300 pages long :lol:
by kinseikun
Mon Feb 05, 2018 5:42 am
Forum: Theses, Books, Title pages
Topic: legrand-orange-book: no chapter image or space, roman numerals in toc
Replies: 0
Views: 5004

legrand-orange-book: no chapter image or space, roman numerals in toc

My last question for tonight--I promise!

At the end of my textbook, I want to have a list of image credits. I'd like it to be in the table of contents but with roman numerals, not page numbers, like an appendix. But making it an appendix does not seem to work.

Also it repeats the chapter image at ...
by kinseikun
Mon Feb 05, 2018 5:32 am
Forum: Theses, Books, Title pages
Topic: legrand-orange-book: restart chapter numbers in units without messing up toc
Replies: 3
Views: 7310

legrand-orange-book: restart chapter numbers in units without messing up toc

Hello,

It has been a long time since I changed the code, but I used \setcounter{chapter}{0} before inputting the unit tex files so that the chapter number would reset in each unit. For example, Unit 2 would begin with Chapter 1, because before the chapter number would just keep going. Like, Unit 1 ...
by kinseikun
Mon Feb 05, 2018 5:23 am
Forum: Theses, Books, Title pages
Topic: The Legrand Orange Book: changing URL colors to ocre
Replies: 8
Views: 10577

The Legrand Orange Book: changing URL colors to ocre

Hello,

I would not say I am well versed in LaTeX, but I am using the The Legrand Orange Book template to create a textbook.

I have noticed that when I use /href, url links remain black. If I change the structure package for hypersetup from colorlinks=false to true, it makes all links red and ...