how to make a numbered list
Join our community of graphic designers, publishers, and production artists from around the world. Our members-only forum is a great place to discuss challenges and find solutions!
-
Search Results
-
Topic: Accessible PDF Tagging Issue
Hi !
I hope you’ll understand my pb. Each spread has two pages. I need to have the same page number on each page :
So it gives me :
1-1 (on page 2-3)
2-2 (on page 4-5)
etc.I can do it with numbers section but it forces me to sets each spread and i have more than 1400 spreads…
I can do it with creating a paragraph style and specify a particular named list (https://creativepro.com/setting-up-numbered-lists-that-jump-frames-in-cs3.php). This actually what i’m doing now but i have to break each page numbers from the master page to make it work.Im wondering if there is a better way to do it ? :/
Thanks !
Hi Folks,
I’m working with a client on a book, and they’d like to number every fifth paragraph (5, 10, 15 and so in) in the right hand margin of a facing pages document. This is a standard book, with justified text. The work is a collection of essays, and the numbering would restart with each one.
I’m not sure how to approach this. I’ve found scripts that can number lines, but not paragraphs. If I use the numbered list feature + grep I can get numbers on the left hand margin, but not the right. I’m not even sure what this style of numbering is called, which makes it harder to search for solutions. The client tells me this is a common convention in academic textbooks, so it should be possible.
Any help is appreciated, thanks in advance.
How to add new pages to a document on the left-hand side.
Is it possible to add a specified number of pages, to an existing document, where the new pages will fall on a “left-hand” side (even-numbered pages)?
My example: I have a four-page document; I want to add an additional 4 pages, of a specific master page, to the document. But, I require the new pages to be placed as left-handed pages (even-number pages).
I currently have a applescript, that I built & use, to add the four (4) new pages. Unfortunately, the new pages fall at the end of the current document. I cannot figure out how to get them to place properly. I currently do the manual move of the pages.
Please be nice … my applescritping skill level is just below intermediate. Any suggestions would be greatly appreciated.
**********
INSERT • Display Ad pagesset myFirst_Pagenumber to 1
–LIST FOR MY COMMEN USE
–set myMasterChoice to “ADs-Display ad pages”
–set myMasterChoice to “ADs-Display Ad pages”
–set myMasterChoice to “ADs-Display Ad Pages”
–set myMasterChoice to “ADs-Display ads”
–set myMasterChoice to “ADs-Display Ads”
–set myMasterChoice to “Ads-Display ads”tell application “Adobe InDesign CC 2014”
activate
set theDoc to document 1
set originalPgCount to get count of pages of theDoctell theDoc
–DETERMINE WHAT THE DISPLAY AD MASTER NAME IS
try
if master spread “ADs-Display ad pages” exists then
set myMasterChoice to “ADs-Display ad pages”
else if master spread “ADs-Display Ad pages” exists then
set myMasterChoice to “ADs-Display Ad pages”
else if master spread “ADs-Display Ad Pages” exists then
set myMasterChoice to “ADs-Display Ad Pages”
else if master spread “ADs-Display ads” exists then
set myMasterChoice to “ADs-Display ads”
else if master spread “ADs-Display Ads” exists then
set myMasterChoice to “ADs-Display Ads”
else if master spread “Ads-Display ads” exists then
set myMasterChoice to “Ads-Display ads”
end if
on error
tell current application to beep 3
display dialog “Your \”display ad\” master page was not found !” buttons {“Gee Thanks!”} default button 1 with icon 1 giving up after 2
return
end try
end tell –theDoc— SET PAGE NUMBERING TO START AT 1
tell theDoc
set continue numbering of section 1 to false
set page number start of section 1 to myFirst_Pagenumber
set continue numbering of section 1 to true
end tell— INSERT NEW “DISPLAY AD” PAGES
tell theDoc
repeat originalPgCount times
–make new page at end of theDoc –okay this works
try
make new page at end of theDoc with properties {applied master:master spread myMasterChoice, allow page shuffle:true}
on error
tell current application to beep 3
display dialog “Your \”display ad\” master page was not found !” buttons {“Gee Thanks!”} default button 1 with icon 1 giving up after 2
return
end tryend repeat
–SET GUIDES TO TOP
set properties of the guide preferences to {guides in back:false, guides locked:false, guides shown:true, guides snapto:true, ruler guides color:cyan, ruler guides view threshold:5.0}end tell –theDoc
end tell –application
tell current application to beep 2
*********
Hi there,
Anyone knows a list of trouble makers, that can make lose your night?
I mean, the formatting elements that can make you crazy, and give a lot of problems in conversion from ID to EpubAn example:
Numbered List
All Caps
“nothing font”Cheers
DandaloTopic: Paragraph style numbering
This problem is driving me crazy…
I’m trying do make numbered pharagraph styles in three levels.I have followed a tutorial and tripple-checked I´m doing it the same way, but no.
Level one numbers correctly.
Level two and Three doesn’t.
I.e. in chapter 3:
3. XXX
1.5 XXX
1.1.7 XXX
1.1.8 XXXProblems: the number from previous numbering level stays at one AND the number from the current level doesn´t start over at 1.
– Level one: ^#.^t , Level=1
– Level two: ^1.^#^t, Level=2, Restart number after any previous level is checked.
– Level Three: ^1.^2.^# ^t, Level=3, Restart number after any previous level is checked.
– Mode: continue from previous level
– text boxes are not linked together
– I use separate number lists that continue across stories
– I have all chapters in one dokument – not using a book.What am I doing wrong?? Does this have anythong to do with sections or chapters?
Grateful for help!!Topic: Listings Reflow Methods
I’m very new to InDesign, and I’ve looked everywhere I can find for an answer to this question. I am in the process of creating an InDesign book composed of a number of documents which are in this case forming major sections in the book. I have successfully set up multilevel legal-style numbering (1, 1.1, 1.2, 1.2.1, etc.) which are in turn the basis for a the Heading 1, Heading 2, and so on styles in each document. Each major section has a Heading 1 paragraph style as its section title. (So for instance, you might have 1. Overview, 2. About Us, 3. New Ideas, and so on.)
Now, I want to use the Heading 1 paragraph style as my running header throughout the document. Unfortunately, when I attempt to do that, I end up with Overview instead of 1. Overview in the header. The numbering doesn’t get picked up by the text variable and put into the running header.
Is there any way to do that. (I know I’m probably missing something really obvious. Forgive me. I’ve been doing all this in Word, fairly successfully, but I’d really like to make the switch to InDesign, but I’m just learning.)
I’m using InDesign CS 6 on Windows if that makes any difference.
Can anyone help me on this?
