Skip to content
Discussion options

You must be logged in to vote

Make sure \appendixname is defined firstly, then the problem is solved.

include-before-body:
  text: |
    \ifdefined\appendixname
      \renewcommand*\appendixname{附录}
    \else
      \newcommand\appendixname{附录}
    \fi

It's very strange that \contentsname \listfigurename \figurename \tablename are already defined except \appendixname

Replies: 2 comments 10 replies

Comment options

You must be logged in to vote
10 replies
@XiangyunHuang
Comment options

Answer selected by XiangyunHuang
@XiangyunHuang
Comment options

@mcanouil
Comment options

@XiangyunHuang
Comment options

@mcanouil
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
latex LaTeX engines related libraries and technologies
3 participants
Converted from issue

This discussion was converted from issue #6868 on September 18, 2023 13:03.