Não entendo o que você quer dizer com "adicionar zthumtab ... no PA". Você quer dizer no projeto primário?
Por padrão, o estilo da aba de polegar (thumbtab) é baseado no toc3, ou, se você realmente quiser, pode (no seu arquivo ptxprint-mods.tex) sobrescrever a definição padrão:
\def\ThumbTabStyle{toc3}%Qual estilo define a fonte? O padrão é toc3
Assim, você pode escolher uma nova fonte para a aba de polegar definindo-a no estilo toc3 (ou na sua escolha).
As regras de seleção da aba de polegar funcionam assim:
* em um novo arquivo, o texto da aba é definido como vazio
* \toc3 define o texto da aba SE ele estiver atualmente vazio
* \zthumbtab define um novo texto para a aba, independentemente de ele já estar definido ou não.
Portanto, para obter abas de polegar definidas com base no texto secundário, você deve ser capaz de defini-lo no secundário com \zthumbtab, e uma regra em changes.txt pode fazer isso para que tudo seja automático.
I don't understand what you mean by "add zthumtab ... in PA" Do you mean in the primary?
By default, the tumbtab styling is based on toc3, or if you really want to, you can (in your ptxprint-mods.tex file) override the default definition:
\def\ThumbTabStyle{toc3}%Which style defines the font? Default is toc3
Thus you can choose a new font for the thumbtab by setting it on the toc3 (or your choice) styling.
Thumbtab selection rules work like this:
* at a new file, the tab text is set to empty
* \toc3 sets the tab text IF is currently empty
* \zthumbtab sets new tab text, whether it's set or not.
Thus, to get thumbtabs defined based on the secondary text, you should be able to set it in the secondary with \zthumbtab, and a changes.txt rule can accomplish this so it's all automatic.
Tradução automática de English