Re: Feature Request: toolbar for phonetic symbols (IPA)

2012-03-11 Thread Carlos Fiyero
2012/3/5 Richard Heck rgh...@comcast.net: On 03/05/2012 10:48 AM, Carlos Fiyero wrote: I would love to do this, but I'm absolutely no programmer. I once read a book about JavaScript and after the first 2 pages it vanished into oblivion... But if somebody would like to do this and needs help

Re: Updates to gitolite progress

2012-03-11 Thread Lars Gullik Bjønnes
lar...@gullik.org (Lars Gullik Bjønnes) writes: | Lars Gullik Bjønnes lar...@gullik.org writes: | | 3. Cleanup and verify the svn-git conversion that I already have in place. | | - Unless I have to redo anything this will be quite easy. | | 4. Make the subversion repo read-only | I am

Re: Updates to gitolite progress

2012-03-11 Thread Vincent van Ravesteijn
As of now the subversion repo is read-only. (the lyx-devel part of it.) I'm waiting to see the lyx repo to appear on gitolite:).. Vincent

Re: Re: LyX git repo open for reading

2012-03-11 Thread Kornel Benko
Am Sonntag, 11. März 2012 um 16:07:46, schrieb Lars Gullik Bjønnes lar...@gullik.org On Sun, Mar 11, 2012 at 16:04, Vincent van Ravesteijn v...@lyx.org wrote: Op 11-3-2012 15:39, Lars Gullik Bjønnes schreef: I have just put the LyX git repo the lyx server. Clone with git clone

Re: Updates to gitolite progress

2012-03-11 Thread Lars Gullik Bjønnes
lar...@gullik.org (Lars Gullik Bjønnes) writes: | | 5. Enable the new lyx-devel git repo at git.lyx.org. The new repo has been made available to developers, and the git installation has opend up for developers to create their own repos and forks. Developers that have registered their public

Re: LyX git repo open for reading

2012-03-11 Thread Lars Gullik Bjønnes
Kornel Benko kor...@lyx.org writes: | Am Sonntag, 11. März 2012 um 16:07:46, schrieb Lars Gullik Bjønnes lar...@gullik.org On Sun, Mar 11, 2012 at 16:04, Vincent van Ravesteijn v...@lyx.org wrote: Op 11-3-2012 15:39, Lars Gullik Bjønnes schreef: I have just put the LyX git repo the lyx

Re: LyX git repo open for reading

2012-03-11 Thread Vincent van Ravesteijn
It works, only I have to find a replacement for `svnversion` used in my scripts to mark the created package. There seems to be something similar `git describe`, but somehow it shows the value of 1397 commits, while svn was already at commit 40911. Kornel To be precise it shows:

Re: Re: LyX git repo open for reading

2012-03-11 Thread Kornel Benko
Am Sonntag, 11. März 2012 um 18:02:54, schrieb Lars Gullik Bjønnes lar...@gullik.org Kornel Benko kor...@lyx.org writes: | Am Sonntag, 11. März 2012 um 16:07:46, schrieb Lars Gullik Bjønnes lar...@gullik.org On Sun, Mar 11, 2012 at 16:04, Vincent van Ravesteijn v...@lyx.org wrote: Op

Re: LyX git repo open for reading

2012-03-11 Thread Lars Gullik Bjønnes
Kornel Benko kor...@lyx.org writes: | OK. So now I have the first change for cmake ready. It works like the svn-based version. | For now, I add 4 to the commit value. This sounds like a bandaid, and not a solution. What problem are you trying to solve? Are you trying to wiggle a monotonic

Re: LyX git repo open for reading

2012-03-11 Thread Lars Gullik Bjønnes
Kornel Benko kor...@lyx.org writes: | OK. So now I have the first change for cmake ready. It works like the svn-based version. | For now, I add 4 to the commit value. And of course I didn't look at the patch. | More sophisticated handling (like evaluate also `git log 2.0.0 -n1`) looks

Re: Bug: Temporary directory can't be deleted

2012-03-11 Thread Niklas Burtscheid
Wasn't that here a bug-report? Original-Nachricht Datum: Tue, 06 Mar 2012 00:58:46 +0100 Von: Uwe Stöhr uwesto...@web.de An: Niklas Burtscheid niklas.burtsch...@gmx.de CC: lyx-devel@lists.lyx.org Betreff: Re: Bug: Temporary directory can\'t be deleted Am 04.03.2012 12:08,

Re: LyX git repo open for reading

2012-03-11 Thread Lars Gullik Bjønnes
Kornel Benko kor...@lyx.org writes: | Am Sonntag, 11. März 2012 um 18:02:54, schrieb Lars Gullik Bjønnes lar...@gullik.org Kornel Benko kor...@lyx.org writes: | Am Sonntag, 11. März 2012 um 16:07:46, schrieb Lars Gullik Bjønnes lar...@gullik.org On Sun, Mar 11, 2012 at 16:04, Vincent van

Re: Re: LyX git repo open for reading

2012-03-11 Thread Kornel Benko
Am Sonntag, 11. März 2012 um 19:46:41, schrieb Lars Gullik Bjønnes lar...@gullik.org Kornel Benko kor...@lyx.org writes: | OK. So now I have the first change for cmake ready. It works like the svn-based version. | For now, I add 4 to the commit value. This sounds like a bandaid, and

Re: Re: LyX git repo open for reading

2012-03-11 Thread Kornel Benko
Am Sonntag, 11. März 2012 um 19:53:02, schrieb Lars Gullik Bjønnes lar...@gullik.org | +#message(STATUS gitversion = ${LYX_GITVERSION}) | +if(LYX_GITVERSION) | + EXECUTE_PROCESS(COMMAND ${LYX_GITVERSION} describe WORKING_DIRECTORY ${TOP_SRC_DIR} OUTPUT_VARIABLE LYX_PACKAGE_RELEASE

Re: LyX git repo open for reading

2012-03-11 Thread Lars Gullik Bjønnes
Kornel Benko kor...@lyx.org writes: | Am Sonntag, 11. März 2012 um 19:46:41, schrieb Lars Gullik Bjønnes lar...@gullik.org Kornel Benko kor...@lyx.org writes: | OK. So now I have the first change for cmake ready. It works like the svn-based version. | For now, I add 4 to the commit

Re: LyX git repo open for reading

2012-03-11 Thread Lars Gullik Bjønnes
Kornel Benko kor...@lyx.org writes: | Am Sonntag, 11. März 2012 um 19:53:02, schrieb Lars Gullik Bjønnes lar...@gullik.org | +#message(STATUS gitversion = ${LYX_GITVERSION}) | +if(LYX_GITVERSION) | + EXECUTE_PROCESS(COMMAND ${LYX_GITVERSION} describe WORKING_DIRECTORY ${TOP_SRC_DIR}

Re: Re: LyX git repo open for reading

2012-03-11 Thread Kornel Benko
Am Sonntag, 11. März 2012 um 20:41:12, schrieb Lars Gullik Bjønnes lar...@gullik.org Kornel Benko kor...@lyx.org writes: | Am Sonntag, 11. März 2012 um 19:53:02, schrieb Lars Gullik Bjønnes lar...@gullik.org | +#message(STATUS gitversion = ${LYX_GITVERSION}) | +if(LYX_GITVERSION) | +

Re: LyX git repo open for reading

2012-03-11 Thread Lars Gullik Bjønnes
Kornel Benko kor...@lyx.org writes: | Am Sonntag, 11. März 2012 um 20:41:12, schrieb Lars Gullik Bjønnes lar...@gullik.org Kornel Benko kor...@lyx.org writes: | Am Sonntag, 11. März 2012 um 19:53:02, schrieb Lars Gullik Bjønnes lar...@gullik.org | +#message(STATUS gitversion =

Re: Updates to gitolite progress

2012-03-11 Thread Lars Gullik Bjønnes
lar...@gullik.org (Lars Gullik Bjønnes) writes: | | 5. Enable the new lyx-devel git repo at git.lyx.org. | After that I will gradually make the new repo more and more accessiable: | - add to gitweb added, viewable at http://git.lyx.org/ | - add to daemon (enable + add) added, anon access to

Re: Re: LyX git repo open for reading

2012-03-11 Thread Kornel Benko
Am Sonntag, 11. März 2012 um 21:47:43, schrieb Lars Gullik Bjønnes lar...@gullik.org Kornel Benko kor...@lyx.org writes: | Am Sonntag, 11. März 2012 um 20:41:12, schrieb Lars Gullik Bjønnes lar...@gullik.org Kornel Benko kor...@lyx.org writes: | Am Sonntag, 11. März 2012 um 19:53:02,

Aliases for the style combo box

2012-03-11 Thread Andrew Parsloe
I've been working on a layout which changes the sectioning styles (part, chapter, section ...). In this layout these styles would be better described by other names, but if I change, say, Style Chapter ... to Style RecordType ... so that RecordType appears in the style combo box, the

Re: Updates to gitolite progress

2012-03-11 Thread Richard Heck
On 03/11/2012 12:59 PM, Lars Gullik Bjønnes wrote: lar...@gullik.org (Lars Gullik Bjønnes) writes: | | 5. Enable the new lyx-devel git repo at git.lyx.org. The new repo has been made available to developers, and the git installation has opend up for developers to create their own repos and

Re: Updates to gitolite progress

2012-03-11 Thread Richard Heck
On 03/11/2012 05:37 PM, Richard Heck wrote: On 03/11/2012 12:59 PM, Lars Gullik Bjønnes wrote: lar...@gullik.org (Lars Gullik Bjønnes) writes: | | 5. Enable the new lyx-devel git repo at git.lyx.org. The new repo has been made available to developers, and the git installation has opend up for

Re: Aliases for the style combo box

2012-03-11 Thread Richard Heck
On 03/11/2012 05:36 PM, Andrew Parsloe wrote: I've been working on a layout which changes the sectioning styles (part, chapter, section ...). In this layout these styles would be better described by other names, but if I change, say, Style Chapter ... to Style RecordType ... so that

Re: Updates to gitolite progress

2012-03-11 Thread Julien Rioux
On 11/03/2012 12:59 PM, Lars Gullik Bjønnes wrote: lar...@gullik.org (Lars Gullik Bjønnes) writes: | | 5. Enable the new lyx-devel git repo at git.lyx.org. The new repo has been made available to developers, and the git installation has opend up for developers to create their own repos and

Re: Updates to gitolite progress

2012-03-11 Thread Lars Gullik Bjønnes
Julien Rioux jri...@physics.utoronto.ca writes: | On 11/03/2012 12:59 PM, Lars Gullik Bjønnes wrote: lar...@gullik.org (Lars Gullik Bjønnes) writes: | | 5. Enable the new lyx-devel git repo at git.lyx.org. The new repo has been made available to developers, and the git installation has

Re: LyX git repo open for reading

2012-03-11 Thread Lars Gullik Bjønnes
Kornel Benko kor...@lyx.org writes: | Am Sonntag, 11. März 2012 um 21:47:43, schrieb Lars Gullik Bjønnes lar...@gullik.org Kornel Benko kor...@lyx.org writes: | Am Sonntag, 11. März 2012 um 20:41:12, schrieb Lars Gullik Bjønnes lar...@gullik.org Kornel Benko kor...@lyx.org writes: |

Re: Updates to gitolite progress

2012-03-11 Thread Lars Gullik Bjønnes
lar...@gullik.org (Lars Gullik Bjønnes) writes: | - add to trac Trac also made available now. Might require some more work. -- Lgb

Re: Updates to gitolite progress

2012-03-11 Thread Lars Gullik Bjønnes
lar...@gullik.org (Lars Gullik Bjønnes) writes: | - write access for developers (this might be moved up in the queue) I'll enable write access now, but with some limitations: you are not allowed to create new branches nor delete them. Also history rewind is not allowed. Also: try to avoid

Re: Updates to gitolite progress

2012-03-11 Thread Lars Gullik Bjønnes
lar...@gullik.org (Lars Gullik Bjønnes) writes: | lar...@gullik.org (Lars Gullik Bjønnes) writes: | | - write access for developers (this might be moved up in the queue) | I'll enable write access now, but with some limitations: you are not | allowed to create new branches nor delete them.

Re: Updates to gitolite progress

2012-03-11 Thread Lars Gullik Bjønnes
Vincent van Ravesteijn v...@lyx.org writes: | Op 5-3-2012 1:03, Lars Gullik Bjønnes schreef: I have added some more gitolite functionality. (only viewable for the people that has sent me their ssh public key.) ssh g...@git.lyx.org help You will not be able to fork anything yet, but as you

Git commit messages

2012-03-11 Thread Lars Gullik Bjønnes
There is a rather crucial difference between git and subversion commit messages. In svn a commit really has not structure, in git that might also seem to be true, but really isn't. In git the format of a commit message is: -- First line is commit subject and will be used as such in

Re: Aliases for the style combo box

2012-03-11 Thread Andrew Parsloe
On 12/03/2012 10:49 a.m., Richard Heck wrote: On 03/11/2012 05:36 PM, Andrew Parsloe wrote: I've been working on a layout which changes the sectioning styles (part, chapter, section ...). In this layout these styles would be better described by other names, but if I change, say, Style

Re: Feature Request: toolbar for phonetic symbols (IPA)

2012-03-11 Thread Carlos Fiyero
2012/3/5 Richard Heck : > On 03/05/2012 10:48 AM, Carlos Fiyero wrote: >> >> I would love to do this, but I'm absolutely no programmer. I once read >> a book about JavaScript and after the first 2 pages it vanished into >> oblivion... But if somebody would like to do this and

Re: Updates to gitolite progress

2012-03-11 Thread Lars Gullik Bjønnes
lar...@gullik.org (Lars Gullik Bjønnes) writes: | Lars Gullik Bjønnes writes: > | | 3. Cleanup and verify the svn->git conversion that I already have in place. | | - Unless I have to redo anything this will be quite easy. >> | | 4. Make the subversion repo read-only > |

Re: Updates to gitolite progress

2012-03-11 Thread Vincent van Ravesteijn
As of now the subversion repo is read-only. (the lyx-devel part of it.) I'm waiting to see the lyx repo to appear on gitolite:).. Vincent

Re: Re: LyX git repo open for reading

2012-03-11 Thread Kornel Benko
Am Sonntag, 11. März 2012 um 16:07:46, schrieb Lars Gullik Bjønnes > On Sun, Mar 11, 2012 at 16:04, Vincent van Ravesteijn wrote: > > Op 11-3-2012 15:39, Lars Gullik Bjønnes schreef: > > > >> I have just put the LyX git repo the lyx server. > >> > >> Clone with

Re: Updates to gitolite progress

2012-03-11 Thread Lars Gullik Bjønnes
lar...@gullik.org (Lars Gullik Bjønnes) writes: | | 5. Enable the new lyx-devel git repo at git.lyx.org. The new repo has been made available to developers, and the git installation has opend up for developers to create their own repos and forks. Developers that have registered their public

Re: LyX git repo open for reading

2012-03-11 Thread Lars Gullik Bjønnes
Kornel Benko writes: | Am Sonntag, 11. März 2012 um 16:07:46, schrieb Lars Gullik Bjønnes >> On Sun, Mar 11, 2012 at 16:04, Vincent van Ravesteijn wrote: >> > Op 11-3-2012 15:39, Lars Gullik Bjønnes schreef: >> > >> >> I have just put the LyX

Re: LyX git repo open for reading

2012-03-11 Thread Vincent van Ravesteijn
It works, only I have to find a replacement for `svnversion` used in my scripts to mark the created package. There seems to be something similar `git describe`, but somehow it shows the value of 1397 commits, while svn was already at commit 40911. Kornel To be precise it shows:

Re: Re: LyX git repo open for reading

2012-03-11 Thread Kornel Benko
Am Sonntag, 11. März 2012 um 18:02:54, schrieb Lars Gullik Bjønnes > Kornel Benko writes: > > | Am Sonntag, 11. März 2012 um 16:07:46, schrieb Lars Gullik Bjønnes > > >> On Sun, Mar 11, 2012 at 16:04, Vincent van Ravesteijn

Re: LyX git repo open for reading

2012-03-11 Thread Lars Gullik Bjønnes
Kornel Benko writes: | OK. So now I have the first change for cmake ready. It works like the svn-based version. | For now, I add 4 to the commit value. This sounds like a bandaid, and not a solution. What problem are you trying to solve? Are you trying to wiggle a

Re: LyX git repo open for reading

2012-03-11 Thread Lars Gullik Bjønnes
Kornel Benko writes: | OK. So now I have the first change for cmake ready. It works like the svn-based version. | For now, I add 4 to the commit value. And of course I didn't look at the patch. | More sophisticated handling (like evaluate also `git log 2.0.0 -n1`) looks

Re: Bug: Temporary directory can't be deleted

2012-03-11 Thread Niklas Burtscheid
Wasn't that here a bug-report? Original-Nachricht > Datum: Tue, 06 Mar 2012 00:58:46 +0100 > Von: "Uwe Stöhr" > An: Niklas Burtscheid > CC: lyx-devel@lists.lyx.org > Betreff: Re: Bug: Temporary directory can\'t be deleted > Am

Re: LyX git repo open for reading

2012-03-11 Thread Lars Gullik Bjønnes
Kornel Benko writes: | Am Sonntag, 11. März 2012 um 18:02:54, schrieb Lars Gullik Bjønnes >> Kornel Benko writes: >> >> | Am Sonntag, 11. März 2012 um 16:07:46, schrieb Lars Gullik Bjønnes >> >> >> On Sun, Mar 11, 2012

Re: Re: LyX git repo open for reading

2012-03-11 Thread Kornel Benko
Am Sonntag, 11. März 2012 um 19:46:41, schrieb Lars Gullik Bjønnes > Kornel Benko writes: > > | OK. So now I have the first change for cmake ready. It works like the > svn-based version. > | For now, I add 4 to the commit value. > > This sounds like a

Re: Re: LyX git repo open for reading

2012-03-11 Thread Kornel Benko
Am Sonntag, 11. März 2012 um 19:53:02, schrieb Lars Gullik Bjønnes > | +#message(STATUS "gitversion = ${LYX_GITVERSION}") > | +if(LYX_GITVERSION) > | + EXECUTE_PROCESS(COMMAND ${LYX_GITVERSION} "describe" > WORKING_DIRECTORY "${TOP_SRC_DIR}" OUTPUT_VARIABLE

Re: LyX git repo open for reading

2012-03-11 Thread Lars Gullik Bjønnes
Kornel Benko writes: | Am Sonntag, 11. März 2012 um 19:46:41, schrieb Lars Gullik Bjønnes >> Kornel Benko writes: >> >> | OK. So now I have the first change for cmake ready. It works like the >> svn-based version. >> | For now, I add 4

Re: LyX git repo open for reading

2012-03-11 Thread Lars Gullik Bjønnes
Kornel Benko writes: | Am Sonntag, 11. März 2012 um 19:53:02, schrieb Lars Gullik Bjønnes >> | +#message(STATUS "gitversion = ${LYX_GITVERSION}") >> | +if(LYX_GITVERSION) >> | + EXECUTE_PROCESS(COMMAND ${LYX_GITVERSION} "describe" >> WORKING_DIRECTORY

Re: Re: LyX git repo open for reading

2012-03-11 Thread Kornel Benko
Am Sonntag, 11. März 2012 um 20:41:12, schrieb Lars Gullik Bjønnes > Kornel Benko writes: > > | Am Sonntag, 11. März 2012 um 19:53:02, schrieb Lars Gullik Bjønnes > > >> | +#message(STATUS "gitversion = ${LYX_GITVERSION}") > >> |

Re: LyX git repo open for reading

2012-03-11 Thread Lars Gullik Bjønnes
Kornel Benko writes: | Am Sonntag, 11. März 2012 um 20:41:12, schrieb Lars Gullik Bjønnes >> Kornel Benko writes: >> >> | Am Sonntag, 11. März 2012 um 19:53:02, schrieb Lars Gullik Bjønnes >> >> >> | +#message(STATUS

Re: Updates to gitolite progress

2012-03-11 Thread Lars Gullik Bjønnes
lar...@gullik.org (Lars Gullik Bjønnes) writes: | | 5. Enable the new lyx-devel git repo at git.lyx.org. > | After that I will gradually make the new repo more and more accessiable: | -> add to gitweb added, viewable at http://git.lyx.org/ | -> add to daemon (enable + add) added, anon access

Re: Re: LyX git repo open for reading

2012-03-11 Thread Kornel Benko
Am Sonntag, 11. März 2012 um 21:47:43, schrieb Lars Gullik Bjønnes > Kornel Benko writes: > > | Am Sonntag, 11. März 2012 um 20:41:12, schrieb Lars Gullik Bjønnes > > >> Kornel Benko writes: > >> > >> | Am Sonntag, 11.

Aliases for the style combo box

2012-03-11 Thread Andrew Parsloe
I've been working on a layout which changes the sectioning styles (part, chapter, section ...). In this layout these styles would be better described by other names, but if I change, say, Style Chapter ... to Style RecordType ... so that RecordType appears in the style combo box, the

Re: Updates to gitolite progress

2012-03-11 Thread Richard Heck
On 03/11/2012 12:59 PM, Lars Gullik Bjønnes wrote: lar...@gullik.org (Lars Gullik Bjønnes) writes: | | 5. Enable the new lyx-devel git repo at git.lyx.org. The new repo has been made available to developers, and the git installation has opend up for developers to create their own repos and

Re: Updates to gitolite progress

2012-03-11 Thread Richard Heck
On 03/11/2012 05:37 PM, Richard Heck wrote: On 03/11/2012 12:59 PM, Lars Gullik Bjønnes wrote: lar...@gullik.org (Lars Gullik Bjønnes) writes: | | 5. Enable the new lyx-devel git repo at git.lyx.org. The new repo has been made available to developers, and the git installation has opend up for

Re: Aliases for the style combo box

2012-03-11 Thread Richard Heck
On 03/11/2012 05:36 PM, Andrew Parsloe wrote: I've been working on a layout which changes the sectioning styles (part, chapter, section ...). In this layout these styles would be better described by other names, but if I change, say, Style Chapter ... to Style RecordType ... so that

Re: Updates to gitolite progress

2012-03-11 Thread Julien Rioux
On 11/03/2012 12:59 PM, Lars Gullik Bjønnes wrote: lar...@gullik.org (Lars Gullik Bjønnes) writes: | | 5. Enable the new lyx-devel git repo at git.lyx.org. The new repo has been made available to developers, and the git installation has opend up for developers to create their own repos and

Re: Updates to gitolite progress

2012-03-11 Thread Lars Gullik Bjønnes
Julien Rioux writes: | On 11/03/2012 12:59 PM, Lars Gullik Bjønnes wrote: >> lar...@gullik.org (Lars Gullik Bjønnes) writes: >> >> | | 5. Enable the new lyx-devel git repo at git.lyx.org. >> >> The new repo has been made available to developers, and the git >>

Re: LyX git repo open for reading

2012-03-11 Thread Lars Gullik Bjønnes
Kornel Benko writes: | Am Sonntag, 11. März 2012 um 21:47:43, schrieb Lars Gullik Bjønnes >> Kornel Benko writes: >> >> | Am Sonntag, 11. März 2012 um 20:41:12, schrieb Lars Gullik Bjønnes >> >> >> Kornel Benko

Re: Updates to gitolite progress

2012-03-11 Thread Lars Gullik Bjønnes
lar...@gullik.org (Lars Gullik Bjønnes) writes: | -> add to trac Trac also made available now. Might require some more work. -- Lgb

Re: Updates to gitolite progress

2012-03-11 Thread Lars Gullik Bjønnes
lar...@gullik.org (Lars Gullik Bjønnes) writes: | -> write access for developers (this might be moved up in the queue) I'll enable write access now, but with some limitations: you are not allowed to create new branches nor delete them. Also history rewind is not allowed. Also: try to avoid

Re: Updates to gitolite progress

2012-03-11 Thread Lars Gullik Bjønnes
lar...@gullik.org (Lars Gullik Bjønnes) writes: | lar...@gullik.org (Lars Gullik Bjønnes) writes: > | | -> write access for developers (this might be moved up in the queue) > | I'll enable write access now, but with some limitations: you are not | allowed to create new branches nor delete them.

Re: Updates to gitolite progress

2012-03-11 Thread Lars Gullik Bjønnes
Vincent van Ravesteijn writes: | Op 5-3-2012 1:03, Lars Gullik Bjønnes schreef: >> I have added some more gitolite functionality. >> (only viewable for the people that has sent me their ssh public key.) >> >> ssh g...@git.lyx.org help >> >> You will not be able to fork anything

Git commit messages

2012-03-11 Thread Lars Gullik Bjønnes
There is a rather crucial difference between git and subversion commit messages. In svn a commit really has not structure, in git that might also seem to be true, but really isn't. In git the format of a commit message is: -- First line is commit subject and will be used as such in

Re: Aliases for the style combo box

2012-03-11 Thread Andrew Parsloe
On 12/03/2012 10:49 a.m., Richard Heck wrote: On 03/11/2012 05:36 PM, Andrew Parsloe wrote: I've been working on a layout which changes the sectioning styles (part, chapter, section ...). In this layout these styles would be better described by other names, but if I change, say, Style