Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

¿Cómo aplicar numeración multinivel por bloques independientes con estilos personalizados en Word?

New Here ,
Jul 10, 2025 Jul 10, 2025

Hola a todos,

Estoy desarrollando un documento largo en Word y necesito aplicar numeración multinivel con solo dos estilos (T1 y T2), manteniendo este patrón por bloques:1.1. Tema principal

1.1. Tema principal
1.1.1. Subtema
1.1.2. Subtema

 

1.2. Otro tema
1.2.1. Subtema

 

2.1. Nuevo bloque (capítulo)
2.1.1. Subtema
2.1.2. Subtema

 

3.1. Otro bloque independiente
3.1.1. Subtema

3.1.2. Subtema


🧩 Requisitos clave:

  • Solo quiero usar dos estilos globales: T1 (nivel 1) y T2 (nivel 2).

  • Pero necesito que cada bloque o capítulo tenga numeración independiente, aunque comparta estilo.

  • Es decir, cuando llegue al segundo bloque, quiero poder iniciar con 2.1. sin que afecte la numeración anterior 1.1..

  • La numeración debe poder reiniciarse o empezar desde un valor específico, pero sin usar estilos distintos por bloque como T1_3, T2_3.

:gear: ¿Qué busco?

  • Alguna forma de configurar listas multinivel para que Word no mezcle la numeración entre bloques.

  • Posiblemente una solución con VBA (macros) que permita:

    • Numerar un bloque seleccionado desde un valor determinado (ej: 3.1.)

    • Usar siempre los estilos T1 y T2

    • No alterar la numeración de otros bloques anteriores o posteriores

:question_mark: Preguntas concretas:

  1. ¿Es posible lograr este tipo de numeración con listas multinivel en Word sin duplicar estilos?
  2. ¿Hay una forma confiable de aplicar numeración por bloque sin romper la estructura anterior?
  3. ¿Qué prácticas o soluciones conocen para este tipo de organización si luego el archivo debe exportarse a InDesign?

¡Gracias de antemano!

 

TOPICS
How to , Scripting
162
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jul 10, 2025 Jul 10, 2025

Hi @FJSERRANOV I can't answer for Word, but if the job is going into Indesign then perhaps it is worth understanding the normal Indesign way of achieving automatic multi-level numbering.

 

Normally it is done like this:

Screenshot 2025-07-11 at 09.57.16.png

where the blue headings are level 1 and your T1 is level 2 and T2 is level 3.

 

But you want to avoid the extra blue level, and I don't really know many ways of doing this.

 

You can visually do it with something like this:

Screenshot 2025-07-11 at 09.57.04.png

By controlling the auto numbering with an invisible level 1 paragraph style. I called it "End of Chapter" in my demo.indd attached.

 

Another way would be to put each top level section into its own document in a Book, and use the "Chapter Number" in your Numbering list.

Screenshot 2025-07-11 at 10.06.42.png

But that might be more trouble than just creating the extra style.

 

So that doesn't help much because it isn't in Word, but down the track it might be useful info. Maybe one of the gurus on here will know a better way, there are some very clever people on here. Good luck.

- Mark

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jul 22, 2025 Jul 22, 2025

Muchas gracias, pude resolverlo ahora tengo otro reto y es más complejo que eso, pensé que estos foros no funcionaban 😉

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jul 22, 2025 Jul 22, 2025
LATEST

Awesome! I'm glad you solve it. How did you do it? Your question needs your answer. 🙂

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines