Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Book Styles - Style Settings
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  4 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
redhandler  
View profile  
 More options Aug 8 2012, 11:58 am
From: redhandler <c...@carijansen.com>
Date: Wed, 8 Aug 2012 08:58:41 -0700 (PDT)
Local: Wed, Aug 8 2012 11:58 am
Subject: Book Styles - Style Settings

hi guys,

Am hoping someone can point me in the right direction. I've set-up a Book
Style and I would love to include ALL images I've added as 'multimedia',
not just 'portraits' to the book output. I'd love to see if I can amend the
Book Style so that the resulting LaTeX file when converted to PDF includes
all .jpg .png images added as multimedia objects to records.

Is this possible?

Or are there Book Style templates available that I can load into GedItCom
II that provide different formatting options?

Thanks heaps.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
John Nairn  
View profile  
 More options Aug 8 2012, 5:28 pm
From: John Nairn <j...@geditcom.com>
Date: Wed, 8 Aug 2012 14:28:41 -0700
Local: Wed, Aug 8 2012 5:28 pm
Subject: Re: Book Styles - Style Settings
You can modify the "Generations LaTeX Book" script to add other multimedia as well, but it would not be very easy (which is probably main reason I limited this first script to portraits only). The challenging task is layout of images within the text. For portraits there is at most one per person and even there it was challenging until I stacked up three at a time. If a person has several images of various sizes, you would need to design a LaTeX method to include those figures without messing up all the section and page breaks. I don't think it would be hard in a single LaTeX document, but handling arbitrary numbers of pictures and layouts would be a challenge. A simpler option might be an appendix/photo gallery of extra pictures and references from the text to those images. It  might also be possible to periodically dump a page of images.

Do you know how you want the extra pictures to appear? I have a few people in my files with 30 pictures, and wasn't sure how they should be displayed and some of them (e.g., scanned documents) are not worth including at all. This this feature needs a way to mark pictures for inclusion or for ignoring.

To change the script yourself requires:

1. Copy "Generations LaTeX Book" to the same Scripts/Reports folder in your user library (see help for difference between system and user library)

2. Edit that script to handle extra images. The script is in Python, so this process needs Python programming. The script is generating LaTeX code, so this process needs good knowledge of the LaTeX typesetting language as well. The picture files themselves, also have to be copied to the folder of LaTeX documents (as done now for portraits).

3. In Book Style record, click "Advanced" tab and check "Run  Script in the 'User' Domain". Now when you create a book, it will use your new script.

I had thought I might want more pictures myself, but always struggled to deal with which ones to include, where to include them, and how to prepare the LaTeX documents. I will try to look at the problem again.

Regards,
John

On Aug 8, 2012, at 8:58 AM, redhandler wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
redhandler  
View profile  
 More options Aug 9 2012, 1:15 am
From: redhandler <c...@carijansen.com>
Date: Wed, 8 Aug 2012 22:15:44 -0700 (PDT)
Local: Thurs, Aug 9 2012 1:15 am
Subject: Re: Book Styles - Style Settings

wow, thanks for the super extensive reply John, based on how the portrait
images are currently coming in, I thought it might be difficult to position
them.

I was even thinking I might need to polish up my LaTeX skills and insert
all the additional media after generating the Book from GEDitCOM ;-) or
save the PDF (with Adobe Acrobat X Pro) to Word .. the latter would give me
a work-around, but I'd loose all the hyperlinks I fear... (not tested it
yet) .

Although I've got Python installed, I've not scripted with it so that would
be a bit of a learning curve ( maybe for a later day ;-) )

I really love the View > Open Format > Wiki Genealogy  format for records,
if I could somehow export all records in my database AND include hyperlinks
to related records in that format I'd be super happy :) :) :)
My guess is that's all HTML under the hood. Is there a way to maybe export
in that format and generate a PDF with hyperlinks? (just thinking out
loud?).

Cari


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
John Nairn  
View profile  
 More options Aug 9 2012, 11:34 am
From: John Nairn <j...@geditcom.com>
Date: Thu, 9 Aug 2012 08:34:54 -0700
Local: Thurs, Aug 9 2012 11:34 am
Subject: Re: Book Styles - Style Settings
On Aug 8, 2012, at 10:15 PM, redhandler wrote:

> wow, thanks for the super extensive reply John, based on how the portrait images are currently coming in, I thought it might be difficult to position them.

> I was even thinking I might need to polish up my LaTeX skills and insert all the additional media after generating the Book from GEDitCOM ;-) or save the PDF (with Adobe Acrobat X Pro) to Word .. the latter would give me a work-around, but I'd loose all the hyperlinks I fear... (not tested it yet) .

> Although I've got Python installed, I've not scripted with it so that would be a bit of a learning curve ( maybe for a later day ;-) )

> I really love the View > Open Format > Wiki Genealogy  format for records, if I could somehow export all records in my database AND include hyperlinks to related records in that format I'd be super happy :) :) :)
> My guess is that's all HTML under the hood. Is there a way to maybe export in that format and generate a PDF with hyperlinks? (just thinking out loud?).

The Wiki Genealogy is laid out with the built-in template language and is not HTML. It is  finally rendered in standard MacOS views and interface elements. The best you can do for export of that window is to print each record and save to a PDF. For some help, you can use the Utilitied -> Print Selected in Wiki Genealogy script:

1. Select one or more records (such as in the index window)
2. Run the Utilitied -> Print Selected in Wiki Genealogy script
3. Click OK for each one and export to PDF
4. Combine them to a single PDF later (if desired)

This script works even if you are currently using a different format.

John


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »