GeneralI want "appendix" instaed of "appendices"!

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
Florian
Posts: 16
Joined: Sat Mar 15, 2008 7:14 pm

I want "appendix" instaed of "appendices"!

Post by Florian »

Dear Latex friends,
I have three problems at the moment:

1) I use the appendix package and the \appendix environment at the end of my text. If I use the \appendixpage command, it writes "appendices". But it is just one appendix, so I would prefer if there would be written just "appendix". Is there anything I can do?

2) If I need to write the \in symbol and want it to be turned around, I need to write \ni. But now I need to write the negation of that symbol - unfortunately neither \notni nor \notowned works. I now use the \txfonts package because that package provides such a symbol. However, I do not like the style of the package so much and would prefer to have a negated \ni symbol in the usual amssymb style. Is there such a symbol available?

3) It seems to me as if the repositories from which the miktex package manager downloades does not have all packages. For example, I wanted to try the package "minionpro", which I did not find there. Do I make a mistake somehow or is that package really not available via miktex?

Thanks in advance and best regards,
Florian

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

Stefan Kottwitz
Site Admin
Posts: 10335
Joined: Mon Mar 10, 2008 9:44 pm

I want "appendix" instaed of "appendices"!

Post by Stefan Kottwitz »

Hi Florian!

1. Redefine:

Code: Select all

\renewcommand*\appendixpagename{Appendix}
\renewcommand*\appendixtocname{Appendix}
See documentation.

2. Try \not\ni

3. Not everything is available as MiKTeX package. In that case you can get it from CTAN and install it manually.

Stefan
Florian
Posts: 16
Joined: Sat Mar 15, 2008 7:14 pm

Re: I want "appendix" instaed of "appendices"!

Post by Florian »

Dear Stefan,

thank you very much! Both your hints work perfectly!

Cheers,
Florian
Post Reply