Revision Control, Status Control, upmethodology

2015-10-07 Thread Bert Zimpel
Dear User community,

Is anybody out there who has experience with or has used tex-
upmethodology
within *LyX*?

tex-upmethodology is a LaTeX style which permits to create documents 
and reports with version, history, authors, validators, specification, task 
management, etc., as for the reports in a Unified Process methodology 
(UP or RUP).

I look for a solution an office-assistant can handle, therefore LyX, I could 
not use something like TEXstudio or similar for this reason.

Thank you very much!

Bert


Revision Control SVN and LYX

2015-10-07 Thread Bert Zimpel
Dear User community,

i have the challenge to transfer Quality Management (QM) 
Dokumentation" from a paper based system (edited with office software 
like MS-Office or Libre-Office) to an SVN based System using LYX as 
editor.

For QM Documentation it is essential to have revision and status 
information within the documentation.

For the revisions I thought it is straight forward using the 
\usepackage{svn-multi}. 

Having the following documentation at hand: 
http://tug.org/pracjourn/2007-3/scharrer/scharrer.pdf 
I got it not working properly.

having \svnid{$Id$} within preamble I get -2 as version whatever is in 
File-Versioncontrol-History (I am up to r19 checking there).
 
Using 
\usepackage{scrpage2}
\usepackage{svn-multi}
\svnRegisterAuthor{xyz}{x yz}
\svnidlong
{$HeadURL: ksvn://10.10.10.11/qm-
template/trunk/QMH/QMH_Samadhi_Template1.lyx $}
{$LastChangedDate: 2015-10-07 14:01:22 +0200 (Mi, 07. Okt 2015) $}
{$LastChangedRevision: 1 $}
{$LastChangedBy: xyz $}
...
\date{}

I get a result for my feilds, \svnrev \svnFullAuthor*{\svnauthor}  
\svnnolinkurl{\svnmainfilename} \svnnolinkurl{\svnmainurl}  etc. 
but the *revision number does* *not change* by committing and 
reopening the file, it stays always 1...

I do have the props svn:keywords defined.

Does anybody have a hint or an idea where to investigate? 
Thank you very much!

Bert


how to get rid of dots in nomenclature subgroup headings

2015-10-07 Thread Michael Berger

Dear Friends of LyX,
in the nomenclature of my document (KOMAScriptarticle) I use in the preamble

\usepackage{ifthen}

\renewcommand{\nomgroup}[1]{%

\ifthenelse{\equal{#1}{C}}{\item[\textbf{Symbols}]}{%

\ifthenelse{\equal{#1}{D}}{\item[\textbf{Numbers}]}{%

\ifthenelse{\equal{#1}{B}}{\item[\textbf{Abbreviations}]}{%

\ifthenelse{\equal{#1}{A}}{\item[\textbf{Definitions}]}{}

}% B matches Abbreviations

}% A matches Definitions

}% C matches Symbols

}% D matches Numbers

and in the LyX document \renewcommand{\nomlabel}[1]{#1\dotfill}

\renewcommand{\nomname}{Nomenclature of Linguistic Terms}

I not only get dots in each entry as desired but also undesired dots 
after the subgroup headings as per screen shot.

How to remove the dots after the subgroup headings?

Thanks and regards


Michael Berger, Dipl. Ing.
Im Borngrund 7a
D-35606 Solms
id...@online.de
Fon: +49 6442 706509
Fax: 032121247536
Linux member


Re: El Capitan

2015-10-07 Thread Dr Eberhard Lisse
This is a LaTeX issue :-)-O

I use the latest version of LyX with 2015 BasicTeX (and some
additional packages via tlmgr).

Worked out of the box, after

sudo chown -R $(whoami):admin /usr/local

which I needed to do for the homebrew system anyway :-)-O

el


On 2015-10-01 20:28, Robert Dolan wrote:
> Hello,
> 
> I am using the latest version of Lyx with MacTex 2015 on OX El
> Capitan.  Since I installed El Capitan I have not been able to
> preview the pdf using the “view” icon on the Lyx toolbar.  I
> changed the path as instructed and I am able to export the lyx
> file as a pdf.  However, I just cannot view/update/preview it
> without exporting it.  Any help would be greatly appreciated.
> 
> Thank you!
>