Search found 10 matches
- Thu Sep 09, 2021 7:43 pm
- Forum: MakeIndex, Nomenclature, Glossaries and Acronyms
- Topic: How to extract a concordance?
- Replies: 0
- Views: 21233
How to extract a concordance?
Is there a tool which can be used to extract a concordance from the chapters in a LaTeX project? The motivation is to proceed by stages to develop a list of words in a long document which should be indexed. Or perhaps there is some tool already built which can do that? Ideally, it would accept lists ...
- Mon Jun 01, 2020 10:14 pm
- Forum: Theses, Books, Title pages
- Topic: kaobook will not build
- Replies: 6
- Views: 14073
kaobook will not build
yes, well, the definition comes a bit too late. To ensure it's defined before being accessed, just move it -- and the \newacronym macros, too -- into the preamble, i.e., between \documentclass and \begin{document}.
Thank you! I might have gotten there eventually, but it's a part-time activity for ...
Thank you! I might have gotten there eventually, but it's a part-time activity for ...
- Mon Jun 01, 2020 7:21 pm
- Forum: Theses, Books, Title pages
- Topic: kaobook will not build
- Replies: 6
- Views: 14073
kaobook will not build
Define the glossary entry called computer.
I should have emphasized that this problem is with the unchanged files downloaded with the template. I have so far edited nothing. And being new to the package, was expecting to build the sample before making any changes.
And looking in main.tex, it ...
I should have emphasized that this problem is with the unchanged files downloaded with the template. I have so far edited nothing. And being new to the package, was expecting to build the sample before making any changes.
And looking in main.tex, it ...
- Mon Jun 01, 2020 4:56 pm
- Forum: Theses, Books, Title pages
- Topic: kaobook will not build
- Replies: 6
- Views: 14073
kaobook will not build
I am relatively new to LaTeX, and have been trying to set up the kaomain template which I downloaded from latextemplates.com.
In trying to follow the instructions from that site:
% !TEX none
pdflatex main
makeindex main.nlo -s nomencl.ist -o main.nls
makeindex main
biber main
main
I find that ...
In trying to follow the instructions from that site:
% !TEX none
pdflatex main
makeindex main.nlo -s nomencl.ist -o main.nls
makeindex main
biber main
main
I find that ...
- Thu Oct 10, 2019 5:09 pm
- Forum: General
- Topic: Texlive: spell check install
- Replies: 5
- Views: 12075
Texlive: spell check install
As I wrote, I followed the steps as given. The dictionary I downloaded was en_us.oxt.
I followed and verified the steps as given. I did hope to find some useful suggestion here, but so far, all you have done is to quibble with my posts. I make my living as a software developer, and have, for many ...
I followed and verified the steps as given. I did hope to find some useful suggestion here, but so far, all you have done is to quibble with my posts. I make my living as a software developer, and have, for many ...
- Thu Oct 10, 2019 3:41 pm
- Forum: General
- Topic: Texlive: spell check install
- Replies: 5
- Views: 12075
Texlive: spell check install
Environment: Windows 10 Pro, 64-bit, Ver. 1903
Using TeXworks ver. 0.6.3 to edit. From this answer https://tex.stackexchange.com/questions/235313/how-to-add-spell-checker-to-texworks-on-windows , followed these steps:
Download the dictionary corresponding to your desired language from the ...
Using TeXworks ver. 0.6.3 to edit. From this answer https://tex.stackexchange.com/questions/235313/how-to-add-spell-checker-to-texworks-on-windows , followed these steps:
Download the dictionary corresponding to your desired language from the ...
- Wed Oct 09, 2019 10:47 pm
- Forum: General
- Topic: Texlive: spell check install
- Replies: 5
- Views: 12075
Texlive: spell check install
Have been using TexLive, which to my surprise, has no spell check installed. Found this Q&A, and followed it:
https://tex.stackexchange.com/questions/235313/how-to-add-spell-checker-to-texworks-on-windows#238852
After restarting TexLive, however, there is still no spell checker visible. Other ...
https://tex.stackexchange.com/questions/235313/how-to-add-spell-checker-to-texworks-on-windows#238852
After restarting TexLive, however, there is still no spell checker visible. Other ...
- Mon Sep 30, 2019 7:10 pm
- Forum: Text Formatting
- Topic: Overfull box warning on a quote
- Replies: 0
- Views: 2338
Overfull box warning on a quote
I have this text:
As \href{https://en.wikipedia.org/wiki/SOLID}{Wikipedia} tells us:
\begin{quote}
In object-oriented computer programming, SOLID is a mnemonic acronym for five design principles intended to make software designs more understandable, flexible and maintainable. It is not related to ...
As \href{https://en.wikipedia.org/wiki/SOLID}{Wikipedia} tells us:
\begin{quote}
In object-oriented computer programming, SOLID is a mnemonic acronym for five design principles intended to make software designs more understandable, flexible and maintainable. It is not related to ...
- Mon Sep 23, 2019 8:09 pm
- Forum: Document Classes
- Topic: Book structure: Parts above Chapters?
- Replies: 3
- Views: 10772
Book structure: Parts above Chapters?
As I said, I'm new to this. And am more than a little overwhelmed at all the packages and commands.
Thank you!
Thank you!
- Mon Sep 23, 2019 5:29 pm
- Forum: Document Classes
- Topic: Book structure: Parts above Chapters?
- Replies: 3
- Views: 10772
Book structure: Parts above Chapters?
New to working in a book context, and not sure of the right terms, so will try to illustrate, instead. What I would like to accomplish is to create this book structure:
Introduction
Part I
Chapter 1
Chapter 2
...
Chapter n
Part II
Chapter n+1
And so on. I suppose I could use \chapter for each ...
Introduction
Part I
Chapter 1
Chapter 2
...
Chapter n
Part II
Chapter n+1
And so on. I suppose I could use \chapter for each ...