Re: [GNC] What is wrong with this custom stylesheet code?

2023-07-04 Thread Robert Heller
At Tue, 4 Jul 2023 09:56:59 -0400 (EDT) Robert Heller wrote: > > OK, I've given up. I'm going to write a Tcl program to post process the > default HTML export and create a LaTeX file. There is some serious things > broken that I cannot figure out. Actually, I am going to write a Python

Re: [GNC] What is wrong with this custom stylesheet code?

2023-07-04 Thread Vincent Dawans
I'll try to do a trace later today. --Vincent On Tue, Jul 4, 2023 at 7:59 AM Geert Janssens wrote: > Any error messages in gnucash.trace when the loading fails ? > > Regards, > > Geert > > Op dinsdag 4 juli 2023 03:57:17 CEST schreef Vincent Dawans: > > > HI Robert: > > > > > > Here are a few

Re: [GNC] What is wrong with this custom stylesheet code?

2023-07-04 Thread Geert Janssens
Any error messages in gnucash.trace when the loading fails ? Regards, Geert Op dinsdag 4 juli 2023 03:57:17 CEST schreef Vincent Dawans: > HI Robert: > > Here are a few things you need to change: > > That very last statement (gnc:make-html-style-sheet "DWS_Stylesheet" (N_ > "DWS Stylesheet"))

Re: [GNC] What is wrong with this custom stylesheet code?

2023-07-04 Thread Robert Heller
OK, I've given up. I'm going to write a Tcl program to post process the default HTML export and create a LaTeX file. There is some serious things broken that I cannot figure out. At Mon, 3 Jul 2023 18:57:17 -0700 Vincent Dawans wrote: > > HI Robert: > > Here are a few things you need to

Re: [GNC] What is wrong with this custom stylesheet code?

2023-07-03 Thread Vincent Dawans
HI Robert: Here are a few things you need to change: That very last statement (gnc:make-html-style-sheet "DWS_Stylesheet" (N_ "DWS Stylesheet")) the first parameter is actually the template name defined just above, so it should be "DWS Stylesheet" without the underscore. The second parameter is

[GNC] What is wrong with this custom stylesheet code?

2023-07-03 Thread Robert Heller
I have written a style sheet module and it *seems* to be loading now, but things are wonky any I don't know why. What I am *trying to go: 1) Put my company letterhead across the top of the invoice 2) Put a "button image" (Payments by PayPal) under the invoice table. My custom stylesheet code