Page tree

È possibile specificare un offset del numero di pagina in un file APA. È possibile immettere semplici espressioni di aggiunta + e sottrazione - nelle istruzioni di assegnazione di pagina nei file APA.
Le espressioni matematiche sono valide con o senza spazi.
Nota: le assegnazioni geometria non supportano l'aggiunta e la sottrazione.

Nella vista Assegnazioni di pagina, gli offset di pagina hanno l'aspetto seguente:

Nome file rifinito

Nome/Prefisso set di pagine

Posizione

Strato

Page.p.pdf

Pageset1

1

Page.p.pdf

Pageset1

- 50

1

Page.p.pdf

Pageset1

+ 50 + 30

1

Nella vista File APA raw, le stesse istruzioni sono:
ASSIGN= "Page.p[#PgPosition].pdf" "Pageset1" [#PgPosition] 1
ASSIGN= "Page.p[#PgPosition].pdf" "Pageset1" [#PgPosition] 1
ASSIGN= "Page.p[#PgPosition].pdf" "Pageset1" [#PgPosition] + 50 + 30 1

Esempio 1

Questo esempio include tutte le istruzioni di assegnazione di pagina per un libro costituito da sette file. La posizione di pagina viene calcolata utilizzando il numero di pagina dal nome della pagina più il numero di pagine in ciascuno dei file precedenti.

Nome file rifinito

Nome/Prefisso set di pagine

Posizione

Strato

1_frontcovers.p.pdf

1

2_intro.p.pdf

+10

1

3_chpt_1.p.pdf

+10+38

1

4_chpt_2.p.pdf

+10+38+516

1

5_chpt_3.p.pdf

+10+38+516+8

1

6_chpt_4.p.pdf

+10+38+516+8+30

1

7_appendix.p.pdf

+10+38+516+8+30+8

1

Le 10 pagine del file 1_frontcovers vengono assegnate alle posizioni di pagina da 1 a 10.
Le 38 pagine del file 2_intro vengono assegnate alle posizioni di pagina da 11 a 48.
Le 516 pagine del file 3_chpt_1 vengono assegnate alle posizioni di pagina da 49 a 565.
Le 8 pagine del file 4_chpt_2 vengono assegnate alle posizioni di pagina da 566 a 574.
Le 30 pagine del file 5_chpt_3 vengono assegnate alle posizioni di pagina da 575 a 605.
Le 8 pagine del file 6_chpt_4 vengono assegnate alle posizioni di pagina da 606 a 614.
Le pagine del file 7_appendix vengono assegnate a posizioni di pagina da 616 in avanti.

Esempio 2

In questo esempio sono incluse le assegnazioni di pagina per un libro che include il numero di pagina iniziale nei nomi di pagina. Ad esempio, Page_28_56.p1.pdf ha come numero di pagina iniziale 28.
La posizione di pagina può essere calcolata aggiungendo il numero di pagina iniziale (ad esempio, 01 o 28) e il numero di pagina (ad esempio, 1 da P1, 2 da P2, 3 da P3 e così via), quindi sottraendo 1. Ad esempio, per il nome di pagina Page_28_56.p3.pdf, la posizione di pagina sarà 28 + 3 - 1 = 30.
I nomi di file rifiniti sono i seguenti:
Page_01_27.p1.pdf
Page_01_27.p2.pdf
Page_01_27.p3.pdf
... Page_01_27.p27.pdf
Page_28_56.p1.pdf
Page_28_56.p2.pdf
Page_28_56.p3.pdf
... Page_28_56.p56.pdf

Nella vista File APA raw, le istruzioni per assegnare le pagine sono:
ASSIGN= [$][#Start][$].p[#PgPosition].pdf "" [#Start]+[#PgPosition] -1 1*

Un modo per aggiungere l'istruzione nell'editor APA è digitare l'istruzione ASSIGN= nella vista File APA raw. In questo caso, i caratteri jolly verranno denominati correttamente. In alternativa, è possibile iniziare a immetterla nella vista Assegnazioni di pagina e apportare le eventuali aggiunte o modifiche necessarie nella vista File APA raw.
Nella vista Assegnazioni di pagina, l'istruzione sarà simile a:

Nome file rifinito

Nome/Prefisso set di pagine

Posizione

Strato

__.p.pdf

+ -1

1

Se è stata digitata l'istruzione ASSIGN nella vista File APA raw, i  caratteri jolly hanno i nomi Start e PgPosition. È possibile controllare i nomi dei caratteri jolly spostando il cursore sulle icone dei caratteri jolly.
Quando l'istruzione APA viene eseguita, le assegnazioni di pagina risultanti saranno:
Page_01_27.p1.pdf è assegnato alla posizione di pagina 1.
Page_01_27.p2.pdf è assegnato alla posizione di pagina 2.
Page_01_27.p3.pdf è assegnato alla posizione di pagina 3.
... Page_01_27.p27.pdf è assegnato alla posizione di pagina 27.
Page_28_56.p1.pdf è assegnato alla posizione di pagina 28 + 1 - 1 = 28.
Page_28_56.p1.pdf è assegnato alla posizione di pagina 28 + 2 - 1 = 29.
Page_28_56.p1.pdf è assegnato alla posizione di pagina 28 + 3 - 1 = 30.
... Page_28_56.p56.pdf è assegnato alla posizione di pagina 28 + 56 -1 = 83.


Legenda

  Match Letters

Match letters (a-z, A-Z) in the page filename. For example .p1.pdf matches filenames Book.p1.pdf, Front matter.p1.pdf, and JobXYZ.p1.pdf.
You can also specify the number of characters that this wild card will match.
To verify the number of characters that will be matched, move the cursor over the icon and check the length that is listed.

  Match Digits

Match numbers (0-9) in the page filename. For example .p.pdf matches filenames 12345.p1.pdf, 05282003.p2.pdf, and 01.p165.pdf. 
You can also specify the number of characters that this wild card will match.
To verify the number of characters that will be matched, move the cursor over the icon and check the length that is listed.

 Match Either

Match letters or numbers (a-z, A-Z, 0-9) in the page filename. For example .p.pdf matches filenames 12345.p1.pdf, ABCDE.p2.pdf, Book cover99.p76.pdf, Book052803.p205.pdf. 
Note: .p.pdf matches the same filenames.

You can also specify the number of characters that this wild card will match.
To verify the number of characters that will be matched, move the cursor over the icon and check the length that is listed.

 This Position

Indicates that this part of the page name is the same as the page position to which the page will be assigned. 
For example if you enter Book.p.pdf, a matching wild card  is inserted in the Position column. Book.p1.pdf is assigned to position 1, Book.p2.pdf is assigned to position 2, and so on.

 This Page Set (Page Set Assignment mode only)

Indicates that this part of the page name is the same as the name of the page set or page set prefix to which the page will be assigned. 
For example, if you enter .p1.pdf, a matching wild card  is inserted in the Page Set Name/Prefix column. Book.p1.pdf would be assigned to the Book page set.

 All Page Sets (Page Set Assignment mode only)

Assigns the page to the designated page position in all sets in the job.

 This Product (Run List Assignment mode only)

Indicates that this part of the page name is the same as the name of the product.
For example, if you enter .p.pdf, a matching wild card  is inserted in the Product Run List column. If your product is Book, page Book.p1.pdf will be assigned to position 1 in the Book run list, page Book.p2.pdf will be assigned to position 2 in the Book run list and so on.

 All Products (Run List Assignment mode only)

Assigns the page to the designated page positions in the run lists of all the products.

 This Part (Run List Assignment mode only)

Indicates that this part of the page name is the same as the name of the part.
For example, if you enter .p.pdf, a matching wild card  is inserted in the Part Run List column. If your part is Cover, page Cover.p1.pdf will be assigned to position 1 in the Cover run list, page Cover.p2.pdf will be assigned to position 2 in the Cover run list and so on.

 All Parts (Run List Assignment mode only)

Assigns the page to the designated page positions in the run lists of all the parts.


 

  • No labels