Insira o número do capítulo no cabeçalho ou no rodapé do Word 2016

4

Gostaria de ter o número do capítulo no cabeçalho de um documento do Word 2016. Eu não vejo isso nas opções 'Inserir campo'. Há um número de seção, mas eu quero que o cabeçalho diga ao leitor qual capítulo ele está lendo, não a seção, que não corresponde aos capítulos.

    
por Thieme Hennis 19.05.2016 / 12:12

2 respostas

3

Se você usou um estilo para seus títulos de capítulo (por exemplo, Título 1), você pode usar o campo STYLEREF na caixa de diálogo Inserir campo.

Você verá à direita das opções de diálogo que permitem inserir apenas o número do parágrafo (otherwies por padrão o texto com estilo aplicado é inserido).

    
por 19.05.2016 / 22:16
3

Gostaria de ter o número do capítulo no cabeçalho de um documento do Word 2016

Você pode numerar os títulos dos seus capítulos.

Você também pode personalizar os números, por exemplo, para adicionar "Capítulo" antes de cada número.

Veja abaixo as instruções para o Word 2010 e Word 2013 (o Word 2016 deve ser semelhante).

Numeração automática de capítulos e subsecções

Word can automatically number sections (Chapter 1, 1.1, 1.2, etc.) of your document and include the chapter number in the captions (Figure 1.2, 2.2, etc.).

  1. Make sure each of your chapter titles are in the Heading 1 style, and then click on one of your chapter titles.

  2. If you just need the chapter number included in captions, on the On the Home Ribbon, in the Paragraph Group, click the Multilevel List icon and select the one with the words Chapter 1 in it from the List Library section.

    enter image description here

    If you need subsections numbered (for example, 2.1, 2.2, 2.12, etc.) as well, then choose the list the 1 Heading 1; 1.1 Heading 2, etc. option (right side, middle row). Note that doing this once sets the formatting for all heading levels.

  3. Click OK when you are finished.

  4. If you typed in the text “Chapter #”, and now it is duplicating your efforts, delete the text you typed and leave the automatically generated chapter number.

  5. To follow the automatically generated chapter number with the title of your chapter on a new line, click just before the text of your title, hold down the Shift key on the keyboard, and then press the Enter key.

Note: If you have any problems with word automatically adding outline numbering to parts of your front matter, simply delete it. Your chapter numbers will reset to show the correct number of chapters.

Fonte Numeração automática de capítulos e subseções

Personalizando seus números

If you want to change anything about the numbers – for example, you are using the 1.1, 1.2, etc. style but would like the word “Chapter” to display automatically in front of the Heading 1 number, you want to change Arabic numbers to Ordinal, or you want to change the spacing after the numbers, you can.

Click one of your headings, then go back to the Home Ribbon, and in the Paragraph Group click the Multilevel List icon (see screen shot above) and select Define New Multilevel List…. Click the More>> button, then select the relevant list level.

  • You can use the Number style for this level: pulldown menu to choose from a various styles, as seen in the screenshot (below the Enter formatting for number: box).

  • In the screenshot, with the Level on the left set at 1, we added the word “Chapter”. Moving to the second level, you can change the period in between the level and sublevel to a dash or anything you want in the Number format box.

  • You can also see that a tab follows the number – you can change it to a space or none. You may have to adjust this if the alignment seems off.

    enter image description here

Fonte Numeração automática de capítulos e subseções

Eu quero adicionar o número do capítulo ao cabeçalho ou rodapé do documento

Para fazer isso, você pode aproveitar o campo seq .

Create your Chapter Names using the format:

    Chapter {SEQ chap \r1} title1
    Chapter {SEQ chap \r2} title2
    Chapter {SEQ chap \r3} title3
    ...

Where:

  • chap is the sequence identifier,

  • \r indicates that the sequence starts with the number following it.

The only difference for each chapter is to to change the number following the \r switch and the chapter title.

In the header or footer of each chapter (wherever your page numbers occur) you can then use the following:

    {SEQ chap \c}-{PAGE}

This results in the same sequence number (the chapter number) being used over and over again, followed by a dash and the actual page number.

Fonte Usando campos de RD com títulos de capítulos

    
por 19.05.2016 / 13:27