Re: Bibliography filtering by type

2022-10-22 Thread Oliver Margraf



Am 21.10.22 um 08:42 schrieb Jürgen Spitzmüller:


If you only want a main heading "Bibliography" in the toc, simply add
it as a chapter heading above the insets. If you also want the
bibliography section heading in the toc, use heading=subbibintoc
instead of heading=subbibliography in the inset options


Thank you so much - that's it. Sometimes the easiest things are the 
hardest... Maybe I was using plain LaTeX too much in the past to 
anticipate that it can be also that easy (with that little code) ;-)


Oliver
--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: Bibliography filtering by type

2022-10-19 Thread Oliver Margraf
I don't think so - Umlauts are shown without any problems (using UTF-8 
encoding) - just having a complete bibliography plus the filtered ones...


Oliver

Am 19.10.22 um 14:06 schrieb Dr Eberhard Lisse:

Perhaps an Umlaut Issue?

el

On 18/10/2022 21:04, Oliver Margraf wrote:

Dear list,

I have used LyX for some time and came now across the change of the
handling of the bibliography in 2.3.6. I managed to understand the
changes concering inserting a biblography, changes towards the preamble
and the change of using the options, however I have the following problem:
When I insert my bibliograpy, I separate it by the type of entry (as a
subbibliography). In the old form (with the biblatex entry set into a
note), I had a LaTeX box with entries like these:

\printbibliography[nottype=online,nottype=inarticle,nottype=report,nottype=book,nottype=inbook,heading=subbibliography,title={Aufsätze
 in Journals und Tagungsbänden}]
\printbibliography[type=inbook,heading=subbibliography,title={Artikel
aus Sammelbänden}]
\printbibliography[type=book,heading=subbibliography,title={Bücher}]
\printbibliography[type=report,heading=subbibliography,title={Studien}]
\printbibliography[type=online,heading=subbibliography,title={Onlinequellen}]

However with the change (bibliography just put in from the list menu), I
have now the problem of getting one full, unseparated bibliography and I
don't know how to get my "old" sorting. Because when I try to set the
option of the printbibliography command in the option of the
LyX-biblatex entry (obviously one entry corresponding to the former
printbib-command), I get that section from my bib printed, however, I
couldn't find out how to get the "main" section "Biblography" on top and
into the toc - if I add a biblatex-bib on top, I get (of course) full
bibliography before the "filtered" sections.
If I try to work without the insert of the Bibliography from LyX and use
LaTeX Code like this:


\cleardoublepage
\phantomsection
\addcontentsline{toc}{chapter}{Literaturverzeichnis}
\printbibheading
\printbibliography[nottype=online,nottype=inarticle,nottype=report,nottype=book,nottype=inbook,heading=subbibliography,title={Aufsätze
 in Journals und Tagungsbänden}]
\printbibliography[type=inbook,heading=subbibliography,title={Artikel
aus Sammelbänden}]
\printbibliography[type=book,heading=subbibliography,title={Bücher}]
\printbibliography[type=report,heading=subbibliography,title={Studien}]
\printbibliography[type=online,heading=subbibliography,title={Onlinequellen}]


I get a problem with the appendix - LyX gives me an LaTeX error like this:

LaTeX Error: Something's wrong --perhaps a missing \item
  ...on}{\numberline {A}Anhang}{21}{appendix.A}
   %
Try typing    to proceed.
If that doesn't work, type  X   to quit.


So my question is: How do I get the Bibliography-section (also in the
toc), plus the bib splitted into the specified types?
I tried to search the archives, but couldn't find anything matching.

TIA
Oliver



--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Bibliography filtering by type

2022-10-18 Thread Oliver Margraf

Dear list,

I have used LyX for some time and came now across the change of the 
handling of the bibliography in 2.3.6. I managed to understand the 
changes concering inserting a biblography, changes towards the preamble 
and the change of using the options, however I have the following problem:
When I insert my bibliograpy, I separate it by the type of entry (as a 
subbibliography). In the old form (with the biblatex entry set into a 
note), I had a LaTeX box with entries like these:


\printbibliography[nottype=online,nottype=inarticle,nottype=report,nottype=book,nottype=inbook,heading=subbibliography,title={Aufsätze 
in Journals und Tagungsbänden}]
\printbibliography[type=inbook,heading=subbibliography,title={Artikel 
aus Sammelbänden}]

\printbibliography[type=book,heading=subbibliography,title={Bücher}]
\printbibliography[type=report,heading=subbibliography,title={Studien}]
\printbibliography[type=online,heading=subbibliography,title={Onlinequellen}]

However with the change (bibliography just put in from the list menu), I 
have now the problem of getting one full, unseparated bibliography and I 
don't know how to get my "old" sorting. Because when I try to set the 
option of the printbibliography command in the option of the 
LyX-biblatex entry (obviously one entry corresponding to the former 
printbib-command), I get that section from my bib printed, however, I 
couldn't find out how to get the "main" section "Biblography" on top and 
into the toc - if I add a biblatex-bib on top, I get (of course) full 
bibliography before the "filtered" sections.
If I try to work without the insert of the Bibliography from LyX and use 
LaTeX Code like this:



\cleardoublepage
\phantomsection
\addcontentsline{toc}{chapter}{Literaturverzeichnis}
\printbibheading
\printbibliography[nottype=online,nottype=inarticle,nottype=report,nottype=book,nottype=inbook,heading=subbibliography,title={Aufsätze 
in Journals und Tagungsbänden}]
\printbibliography[type=inbook,heading=subbibliography,title={Artikel 
aus Sammelbänden}]

\printbibliography[type=book,heading=subbibliography,title={Bücher}]
\printbibliography[type=report,heading=subbibliography,title={Studien}]
\printbibliography[type=online,heading=subbibliography,title={Onlinequellen}]


I get a problem with the appendix - LyX gives me an LaTeX error like this:

LaTeX Error: Something's wrong --perhaps a missing \item
 ...on}{\numberline {A}Anhang}{21}{appendix.A}
  %
Try typingto proceed.
If that doesn't work, type  X   to quit.


So my question is: How do I get the Bibliography-section (also in the 
toc), plus the bib splitted into the specified types?

I tried to search the archives, but couldn't find anything matching.

TIA
Oliver
--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: Question

2017-02-14 Thread Oliver Margraf
Concerning the latest release of TeX-Live, I'd recommend an installation
directly from CTAN: https://www.tug.org/texlive/acquire-netinstall.html
The packages from the relevant distro repositories may not be the lastest.

Oliver

Am 14.02.2017 um 20:09 schrieb gordon cooper:
>  tex-live full certainly does have everything, including many 'other
> language'
> packages that you may not need.  If disk space is a problem then it may be
> better to work through the associated repository and delete the unwanted.
> 
> Gordon.
> 
> 
> On 15/02/17 03:24, Maria Gouskova wrote:
>> $ sudo apt install texlive-full
>>
>> it's a hefty install but it will have everything.
>>
>> On Sun, Feb 12, 2017 at 12:43 PM, Dr.Islam El-Masry
>> 
>> wrote:
>>
>>> Please I need help about installing unavailable packages for lyx in
>>> linux.
>>> I cannot find package manager for linux as windows. Please help me to do
>>> that.
>>>
>>>
>>> *Best Regards*
>>>
>>>
>>> *Islam Elmasry*
>>>
>>> *Software Engineer*
>>>


Re: [BIBLATEX] LyX 2.1.4, citation issue

2016-12-12 Thread Oliver Margraf


Am 09.12.2016 um 08:31 schrieb Jürgen Spitzmüller:
> Am Donnerstag, den 08.12.2016, 15:22 +0100 schrieb Oliver Margraf:
>> Am 08.12.2016 um 15:15 schrieb Jürgen Spitzmüller:
>>> Am Donnerstag, den 08.12.2016, 14:58 +0100 schrieb Oliver Margraf:
>>>> Sure - see attachment (exported for XeTeX).
>>>
>>> Strange. I don't get the comma with this file either.
>>
>> Strange indeed...
> 
> Maybe a biblatex bug. Could you try to upgrade to the most recent
> version?

After an upgrade to TeXlive 2016 it works!
Thanks for your help.

Oliver


Re: [BIBLATEX] LyX 2.1.4, citation issue

2016-12-09 Thread Oliver Margraf


Am 09.12.2016 um 08:31 schrieb Jürgen Spitzmüller:
> Am Donnerstag, den 08.12.2016, 15:22 +0100 schrieb Oliver Margraf:
>> Am 08.12.2016 um 15:15 schrieb Jürgen Spitzmüller:
>>> Am Donnerstag, den 08.12.2016, 14:58 +0100 schrieb Oliver Margraf:
>>>> Sure - see attachment (exported for XeTeX).
>>>
>>> Strange. I don't get the comma with this file either.
>>
>> Strange indeed...
> 
> Maybe a biblatex bug. Could you try to upgrade to the most recent
> version?
> 


I will try - here I'm using version 3.3, current version seems to be 3.7

Oliver


Re: [BIBLATEX] LyX 2.1.4, citation issue

2016-12-08 Thread Oliver Margraf
Am 08.12.2016 um 15:15 schrieb Jürgen Spitzmüller:
> Am Donnerstag, den 08.12.2016, 14:58 +0100 schrieb Oliver Margraf:
>> Sure - see attachment (exported for XeTeX).
> 
> Strange. I don't get the comma with this file either.

Strange indeed...

> Does it help if you modify/remove this definition from your preamble?
> 
> \DefineBibliographyStrings{german}{andothers = {{et\,al\adddot}},}%et
> al statt u.a.

No. It's just u.a. instead of et al - with the comma at the same place...

Oliver


Re: [BIBLATEX] LyX 2.1.4, citation issue

2016-12-08 Thread Oliver Margraf


Am 08.12.2016 um 14:38 schrieb Jürgen Spitzmüller:
> Am Donnerstag, den 08.12.2016, 14:17 +0100 schrieb Oliver Margraf:
>> That is interesting - could this be related to a certain version of
>> biblatex 
> 
> Don't think so.
> 
>> or what would be a good place to start investigation?
> 
> Could you post the LaTeX export of your file?

Sure - see attachment (exported for XeTeX).

Oliver
%% LyX 2.1.4 created this file.  For more info, see http://www.lyx.org/.
%% Do not edit unless you really know what you are doing.
\RequirePackage{fixltx2e}
\documentclass[12pt,oneside,german,ngerman,index=totoc,table,obeyspaces,hyphens,oneside]{scrbook}
\usepackage{fontspec}
\setmainfont[Mapping=tex-text]{TeX Gyre Termes}
\setsansfont[Mapping=tex-text]{TeX Gyre Termes}
\setmonofont[Scale=0.85]{Source Code Pro}
\usepackage[a4paper]{geometry}
\geometry{verbose,tmargin=3cm,bmargin=2cm,lmargin=4cm,rmargin=2cm}
\setcounter{secnumdepth}{3}
\setcounter{tocdepth}{3}
\setlength{\parskip}{\smallskipamount}
\setlength{\parindent}{0pt}
\usepackage{verbatim}
\usepackage{float}
\usepackage{setspace}
\onehalfspacing

\makeatletter
\@ifundefined{date}{}{\date{}}
%% User specified LaTeX commands.
% Wird für die Seitenränderunterschiede zwischen Titelseite und Dokument verwendet
\usepackage{geometry}
%Hurenkind und Schusterjungenvermeidung
\widowpenalty=1
\clubpenalty=1

%\usepackage[scaled]{helvet}
%\renewcommand\familydefault{\sfdefault} 
%Für XeTeX Verwendung
%\usepackage{fontspec}
%\setmainfont[Ligatures=TeX]{Candara}
%\setsansfont{Candara}
\usepackage{xunicode}
\usepackage{xltxtra}
 
%bibliografie in toc ===
\usepackage[nottoc,chapter]{tocbibind}
%\renewcommand\bibname{Literaturverzeichnis}
%für deutsche BibTeX-Einstellungen
\usepackage{bibgerm}
%\usepackage [chapter]{tocbibind}
%bei Verwendung von XeTeX muß das vor dem biber Eintrag kommen!
\usepackage{polyglossia}
\setdefaultlanguage{german}

%\usepackage[style=authoryear,backend=biber]{biblatex}
\usepackage[style=authoryear,autocite=footnote, citestyle=authoryear-icomp,natbib=true,backend=biber,maxnames=1,maxbibnames=99,dashed=false]{biblatex}
%Formatierung der Darstellung nach Autor (Jahr), S. xx
\renewbibmacro*{textcite:postnote}{%
  \ifbool{cbx:parens}
   {\bibcloseparen}
   {}
  \iffieldundef{postnote}
{}
{\ifbool{cbx:parens}
   {\setunit{\postnotedelim}}
   {\setunit{\extpostnotedelim\bibopenparen}}%
 \printfield{postnote}}}
%\setcitestyle{aysep={ }}
%\bibpunct{(}{)}{a}{,}{,}

\addbibresource{~/Schreibtisch/hevner.bib}
%Mit Anzeige von "et al." nach dem ersten Autor und aller Autoren im Literaturverzeichnis
\DefineBibliographyStrings{german}{andothers = {{et\,al\adddot}},}%et al statt u.a.



%Unterschrift===
%\usepackage[signature=default_signature, nojob]{mysignature}
%\usepackage[mmdd]{datetime}
%\renewcommand{\dateseparator}{--}

%Manipulation der Caption
\usepackage{caption}
%Änderund der Bezeichnung
\renewcaptionname{german}{\figurename}{Abb.}
%Manipulation der Ausrichtung
\captionsetup{justification = raggedright,
   singlelinecheck = false}
%Möglichkeit, Quellenangabe unter Bild zu setzen
\newcommand{\source}[1]{\vspace{-8pt} \caption*{Quelle: {#1}} }



%Anhang richtig sichtbar machen ==
\usepackage[toc,page]{appendix}
\renewcommand\appendixname{Anhang}
\renewcommand\appendixpagename{Anhang}
\renewcommand\appendixtocname{Anhang}

%Blindtext=
%\usepackage{lipsum}
%\usepackage[margin=4.4cm,headheight=35pt,showframe]{geometry}
%\usepackage{showframe}

%Paket für PDF Einbettung
\usepackage{pdfpages}

\usepackage{subfig}

% Verwendung von PSTricks (graphische Besonderheiten erzeugen)
\usepackage{pstricks}
% PostScript Font für Symole nutzen
\usepackage{pifont,color}
 
%Verbesserung Randausgleich
\usepackage{microtype}
 


%Glossar ===
\usepackage{nomencl}
\def\nompreamble{\addcontentsline{toc}{chapter}{\nomname}\markboth{\nomname}{\nomname}}
\renewcommand\nomname{Glossar}
%\makenomenclature -> verhindert die Namensänderung ab LyX 2.0.3 und erzeugt den Standardnamen "Symbolverzeichnis"
 
%\usepackage{pxfonts}
%\usepackage{abstract} -> nur wenn ein Abstract verwendet wird. Wirft sonst Fehler.

%Fußnoten ohne Einrückung 
\usepackage[flushmargin]{footmisc}

%Fußnoten durchnummerieren (ganzes Dokument) =
\usepackage{chngcntr}
\counterwithout{footnote}{chapter}

%\usepackage{europs}
\usepackage{eurosym}
%\usepackage[latin9]{inputenc}
%\let € = \euro

%Farben
%Farbe definieren (für Schrifteinfärbungen)
\usepackage{color}
\defi

Re: [BIBLATEX] LyX 2.1.4, citation issue

2016-12-08 Thread Oliver Margraf


Am 08.12.2016 um 14:10 schrieb Jürgen Spitzmüller:
> Am Donnerstag, den 08.12.2016, 14:05 +0100 schrieb Oliver Margraf:
>> When I compile it, I get it with a comma - please see attachment.
> 
> I don't.

That is interesting - could this be related to a certain version of
biblatex or what would be a good place to start investigation?

Oliver


Re: [BIBLATEX] LyX 2.1.4, citation issue

2016-12-08 Thread Oliver Margraf


Am 08.12.2016 um 13:13 schrieb Jürgen Spitzmüller:
> Am Donnerstag, den 08.12.2016, 11:14 +0100 schrieb Oliver Margraf:
>> Thank you, that almost solves my problem, yet it still puts a comma
>> after the author (basically the initial problem I tried to circumvent
>> with bibpunct). Is there a way to get rid of that as well?
> 
> I don't see that in your testfile (I get "Hevner et al. (2004), S.
> 801")
> 

When I compile it, I get it with a comma - please see attachment.

Oliver


Re: [BIBLATEX] LyX 2.1.4, citation issue

2016-12-08 Thread Oliver Margraf


Am 08.12.2016 um 10:36 schrieb Jürgen Spitzmüller:
> Am Donnerstag, den 08.12.2016, 10:24 +0100 schrieb Oliver Margraf:
>> Dear LyXers,
>>
>> after using LyX now for over a decade (thanks to the developers,
>> great
>> job!), I recently ran into a slight problem where I haven't been able
>> yet to figure out what the cause could be.
>> I'm currently writing an assignment and need to cite literature. For
>> doing so I use biblatex and biber as backend - works fine. However
>> when
>> I want to adjust the form of the citation (as it can be achieved when
>> selecting the style pre-defined in the bib entry mask), the form I
>> need
>> is not available. In general this is no problem, since once can
>> adjust
>> this with either of the following commands:
>>
>> \bibpunct{(}{)}{,}{a}{ }{,}
>>
>> \setcitestyle{aysep={ }}
> 
> These are natbib commands, but you use biblatex, not natbib. That's wyh
> you get the errors.
> 
> Put the following into Document > Settings > Local Layout:
> 
> Provides natbib   1
> 
> Then you can use all natbib citations styles with biblatex (provided
> that you use biblatex's natbib=true option).
> 
> Jürgen
> 
Thanks, but these commands are already in the document - that's why I'm
not getting it, where the problem is. You can check in the example - has
the same settings as my original doc.

Oliver


[BIBLATEX] LyX 2.1.4, citation issue

2016-12-08 Thread Oliver Margraf
Dear LyXers,

after using LyX now for over a decade (thanks to the developers, great
job!), I recently ran into a slight problem where I haven't been able
yet to figure out what the cause could be.
I'm currently writing an assignment and need to cite literature. For
doing so I use biblatex and biber as backend - works fine. However when
I want to adjust the form of the citation (as it can be achieved when
selecting the style pre-defined in the bib entry mask), the form I need
is not available. In general this is no problem, since once can adjust
this with either of the following commands:

\bibpunct{(}{)}{,}{a}{ }{,}

\setcitestyle{aysep={ }}

The style I need is without a comma after the author and the year in
brackets, e.g. Miller (2013), S. 145
In the PDF with the selected style from the bib entry menu (which I
think should use this style), it is displayed as Miller, (2013, S. 145)

After looking through the web, the solutions I found suggest, that you
just put one of the two mentioned commands in your preamble. However by
doing so, I get an error when I try to compile the doc. It says: " \bibpunct
  {(}{)}{a}{,}{,}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined."

So, what could this be? When I try to use the \usepackage{natbib} in the
preamble, I get also an error, that natbib is already in use - which is
logical, since it is activated in the settings.

I'm using XeTeX for compiling, LyX 2.1.4 and TeXlive 2015 - running on
Linux Mint

Attached is a small example with my current settings.
Would be great if someone could point me on something I'm missing.

Oliver


biblatex_style_ex.lyx
Description: application/lyx
@Article{Hevner2004,
  author = {Alan R. Hevner and March, Salvatore T. and Park, Jinsoo and Ram, Sudha},
  title  = {Design science in information systems research},
  journal= {MIS quarterly},
  year   = {2004},
  ranking= {rank4},
  volume = {28},
  pages  = {75--105},
  number = {1},
  file   = {:Hevner2004.pdf:PDF},
  keywords   = {Forschungsdesign},
  publisher  = {Springer},
  qualityassured = {qualityAssured},
  timestamp  = {2016-11-01},
}


report, labeling

2004-07-20 Thread Oliver Margraf
Hello list,
I'm curious if there's a smoother way for this 'problem': When I want 
use the labeling environment in the report class (koma-script), usually 
I define it by selecting the environment from the dropdown menu. But 
there's no chance to define the longest title - to do that I have to 
use ERT. Is there a way to achieve this without using ERT?
tia.

Oliver


report, labeling

2004-07-20 Thread Oliver Margraf
Hello list,
I'm curious if there's a smoother way for this 'problem': When I want 
use the labeling environment in the report class (koma-script), usually 
I define it by selecting the environment from the dropdown menu. But 
there's no chance to define the longest title - to do that I have to 
use ERT. Is there a way to achieve this without using ERT?
tia.

Oliver


report, labeling

2004-07-20 Thread Oliver Margraf
Hello list,
I'm curious if there's a smoother way for this 'problem': When I want 
use the labeling environment in the report class (koma-script), usually 
I define it by selecting the environment from the dropdown menu. But 
there's no chance to define the longest title - to do that I have to 
use ERT. Is there a way to achieve this without using ERT?
tia.

Oliver


Itemize environment, nesting depth

2004-06-21 Thread oliver . margraf
Hi list,

in an itemize environment I need to increase the depth of nesting -
which works as long as I have not more than three levels (i.e. depth =
3). If I have more than three levels (but not more than six since LaTeX
can't handle that (according to the manual)) LyX produces an error
message when I want to render the PS or a PDF. When I switch  the
environment to numerize within the nested environment, I have access to
two more deeper levels (i.e. LyX doesn't come up with errors).
Unfortunately I only need items, not numbers - it should look like this:

- level1
 - level2
  - level3
   - level4
- level5
 - level6

Is there a way to increase the depth of nesting in the itemize
environment to six levels?
I'm using LyX 1.3.4 on MacOS X 10.3.4, class report (koma-script) 

thanks in advance
Oliver





Itemize environment, nesting depth

2004-06-21 Thread oliver . margraf
Hi list,

in an itemize environment I need to increase the depth of nesting -
which works as long as I have not more than three levels (i.e. depth =
3). If I have more than three levels (but not more than six since LaTeX
can't handle that (according to the manual)) LyX produces an error
message when I want to render the PS or a PDF. When I switch  the
environment to numerize within the nested environment, I have access to
two more deeper levels (i.e. LyX doesn't come up with errors).
Unfortunately I only need items, not numbers - it should look like this:

- level1
 - level2
  - level3
   - level4
- level5
 - level6

Is there a way to increase the depth of nesting in the itemize
environment to six levels?
I'm using LyX 1.3.4 on MacOS X 10.3.4, class report (koma-script) 

thanks in advance
Oliver





Itemize environment, nesting depth

2004-06-21 Thread oliver . margraf
Hi list,

in an itemize environment I need to increase the depth of nesting -
which works as long as I have not more than three levels (i.e. depth =
3). If I have more than three levels (but not more than six since LaTeX
can't handle that (according to the manual)) LyX produces an error
message when I want to render the PS or a PDF. When I switch  the
environment to numerize within the nested environment, I have access to
two more deeper levels (i.e. LyX doesn't come up with errors).
Unfortunately I only need items, not numbers - it should look like this:

- level1
 - level2
  - level3
   - level4
- level5
 - level6

Is there a way to increase the depth of nesting in the itemize
environment to six levels?
I'm using LyX 1.3.4 on MacOS X 10.3.4, class report (koma-script) 

thanks in advance
Oliver





Re: Euro still doesn't work (long)

2004-04-11 Thread Oliver Margraf
Hello Pablo,

Am 11.04.2004 um 01:33 schrieb Pablo Rodríguez González:

Any other idea to use Euro with Lyx?
I found a good step-by-step how-to:
www.ctan.org/tex-archive/macros/latex/contrib/ 
IEEEtran/extras/font_install_how.txt

And in the preamble I put:
\usepackage{eurosans}
In the document I only use \EUR (in ERT) and that's it...

HTH

Oliver Margraf

--
Fachhochschule Stuttgart - Hochschule der Medien
Fachbereich 1 - Druck- und Medientechnologie
DT8
mail: [EMAIL PROTECTED]
GPG-key available


Re: Euro still doesn't work (long)

2004-04-11 Thread Oliver Margraf
Hello Pablo,

Am 11.04.2004 um 01:33 schrieb Pablo Rodríguez González:

Any other idea to use Euro with Lyx?
I found a good step-by-step how-to:
www.ctan.org/tex-archive/macros/latex/contrib/ 
IEEEtran/extras/font_install_how.txt

And in the preamble I put:
\usepackage{eurosans}
In the document I only use \EUR (in ERT) and that's it...

HTH

Oliver Margraf

--
Fachhochschule Stuttgart - Hochschule der Medien
Fachbereich 1 - Druck- und Medientechnologie
DT8
mail: [EMAIL PROTECTED]
GPG-key available


Re: Euro still doesn't work (long)

2004-04-11 Thread Oliver Margraf
Hello Pablo,

Am 11.04.2004 um 01:33 schrieb Pablo Rodríguez González:

Any other idea to use Euro with Lyx?
I found a good step-by-step how-to:
www.ctan.org/tex-archive/macros/latex/contrib/ 
IEEEtran/extras/font_install_how.txt

And in the preamble I put:
\usepackage{eurosans}
In the document I only use \EUR (in ERT) and that's it...

HTH

Oliver Margraf

--
Fachhochschule Stuttgart - Hochschule der Medien
Fachbereich 1 - Druck- und Medientechnologie
DT8
mail: [EMAIL PROTECTED]
GPG-key available


Re: Beginner Question: Printing in Mac OS X

2004-02-26 Thread Oliver Margraf
Hi,

Am 26.02.2004 um 07:16 schrieb Eric Durbrow:
[...]
No go: The printer icon is grayed and I can neither print nor preview 
any of my documents.
Any advice or where to start much appreciated. Yes I did check the 
18james website and the FAQ.
You ran 'reconfigure'?
Did you check the viewer association for the corresponding file formats 
in the config menu? I mean for example: PDF - open -a Preview
You logged out and back in?

regards
Oliver
--
Sed quis custodiet ipsos custodes?
PGP-Key available


Re: Beginner Question: Printing in Mac OS X

2004-02-26 Thread Oliver Margraf
Hi,

Am 26.02.2004 um 07:16 schrieb Eric Durbrow:
[...]
No go: The printer icon is grayed and I can neither print nor preview 
any of my documents.
Any advice or where to start much appreciated. Yes I did check the 
18james website and the FAQ.
You ran 'reconfigure'?
Did you check the viewer association for the corresponding file formats 
in the config menu? I mean for example: PDF - open -a Preview
You logged out and back in?

regards
Oliver
--
Sed quis custodiet ipsos custodes?
PGP-Key available


Re: Beginner Question: Printing in Mac OS X

2004-02-26 Thread Oliver Margraf
Hi,

Am 26.02.2004 um 07:16 schrieb Eric Durbrow:
[...]
No go: The printer icon is grayed and I can neither print nor preview 
any of my documents.
Any advice or where to start much appreciated. Yes I did check the 
18james website and the FAQ.
You ran 'reconfigure'?
Did you check the viewer association for the corresponding file formats 
in the config menu? I mean for example: PDF -> open -a Preview
You logged out and back in?

regards
Oliver
--
Sed quis custodiet ipsos custodes?
PGP-Key available


Re: I can't preview in Lyx/Mac

2003-10-13 Thread Oliver Margraf
Am Montag, 13.10.03, um 11:02 Uhr (Europe/Berlin) schrieb Katrin 
Pietzsch:
[preview problem]
I loged out and in again after the installation, i did edit - 
reconfigure (or vice versa) and I just checked my teTeX-installation 
- it works. What's disturbing me is that i don't understand completely 
which software is required and where it has to be installed and how to 
be linked with LyX/Aqua in order to get the preview working.
I installed MacDviX - no result - they don't want to play 
together
Ah, another thing: when in lyx i do view - dvi lyx pretends to do 
something - but does not produce an output (which would be a .dvi-file 
in the same directory as the original .lyx-file, wouldn't it?)
Maybe I'm missing a thing, but did you check Einstellungen - 
Dateiformate (configuration - file formats - since I don't use the 
english version anymore, I don't know if these are the right terms)? 
When you check e.g. PDF what kind of viewer is written there? If there 
is only written open -a then you have to add your PDF Preview app 
e.g. open -a Preview or for PS open -a MacGhostView. When you use 
the Acrobat Reader oder Acrobat Pro then 'open -a Acrobat Professional 
6.0'. On my Mac I recognized that LyX doesn't remember these 
preferences (btw. I'm using LyX 1.3.2 and teTex).



regards
Oliver
--
Fachhochschule Stuttgart - Hochschule der Medien
Fachbereich 1 - Druck- und Medientechnologie
DT8
mail: [EMAIL PROTECTED]
GPG-key available


Re: I can't preview in Lyx/Mac

2003-10-13 Thread Oliver Margraf
Am Montag, 13.10.03, um 11:02 Uhr (Europe/Berlin) schrieb Katrin 
Pietzsch:
[preview problem]
I loged out and in again after the installation, i did edit - 
reconfigure (or vice versa) and I just checked my teTeX-installation 
- it works. What's disturbing me is that i don't understand completely 
which software is required and where it has to be installed and how to 
be linked with LyX/Aqua in order to get the preview working.
I installed MacDviX - no result - they don't want to play 
together
Ah, another thing: when in lyx i do view - dvi lyx pretends to do 
something - but does not produce an output (which would be a .dvi-file 
in the same directory as the original .lyx-file, wouldn't it?)
Maybe I'm missing a thing, but did you check Einstellungen - 
Dateiformate (configuration - file formats - since I don't use the 
english version anymore, I don't know if these are the right terms)? 
When you check e.g. PDF what kind of viewer is written there? If there 
is only written open -a then you have to add your PDF Preview app 
e.g. open -a Preview or for PS open -a MacGhostView. When you use 
the Acrobat Reader oder Acrobat Pro then 'open -a Acrobat Professional 
6.0'. On my Mac I recognized that LyX doesn't remember these 
preferences (btw. I'm using LyX 1.3.2 and teTex).



regards
Oliver
--
Fachhochschule Stuttgart - Hochschule der Medien
Fachbereich 1 - Druck- und Medientechnologie
DT8
mail: [EMAIL PROTECTED]
GPG-key available


Re: I can't preview in Lyx/Mac

2003-10-13 Thread Oliver Margraf
Am Montag, 13.10.03, um 11:02 Uhr (Europe/Berlin) schrieb Katrin 
Pietzsch:
[preview problem]
I loged out and in again after the installation, i did "edit -> 
reconfigure" (or vice versa) and I just checked my teTeX-installation 
- it works. What's disturbing me is that i don't understand completely 
which software is required and where it has to be installed and how to 
be linked with LyX/Aqua in order to get the preview working.
I installed MacDviX - no result - they don't want to "play" 
together
Ah, another thing: when in lyx i do "view -> dvi" lyx pretends to do 
something - but does not produce an output (which would be a .dvi-file 
in the same directory as the original .lyx-file, wouldn't it?)
Maybe I'm missing a thing, but did you check "Einstellungen" -> 
"Dateiformate" (configuration - file formats -> since I don't use the 
english version anymore, I don't know if these are the right terms)? 
When you check e.g. PDF what kind of viewer is written there? If there 
is only written "open -a" then you have to add your PDF Preview app 
e.g. "open -a Preview" or for PS "open -a MacGhostView". When you use 
the Acrobat Reader oder Acrobat Pro then 'open -a "Acrobat Professional 
6.0"'. On my Mac I recognized that LyX doesn't remember these 
preferences (btw. I'm using LyX 1.3.2 and teTex).



regards
Oliver
--
Fachhochschule Stuttgart - Hochschule der Medien
Fachbereich 1 - Druck- und Medientechnologie
DT8
mail: [EMAIL PROTECTED]
GPG-key available


Importing Diagrams made with Excel

2002-03-13 Thread Oliver Margraf

Hello,

because of the question, how to import a excel spreadsheet, I' d like to 
know if it is also possible to import diagrams in LyX as well, or what you 
have to do, if you want to place diagrams in a LyX document? Or is there a 
way to create diagrams in LyX itself (should be in colour not   in 
greyscale)?
Thanks in advance.

Oliver




Importing Diagrams made with Excel

2002-03-13 Thread Oliver Margraf

Hello,

because of the question, how to import a excel spreadsheet, I' d like to 
know if it is also possible to import diagrams in LyX as well, or what you 
have to do, if you want to place diagrams in a LyX document? Or is there a 
way to create diagrams in LyX itself (should be in colour not   in 
greyscale)?
Thanks in advance.

Oliver




Importing Diagrams made with Excel

2002-03-13 Thread Oliver Margraf

Hello,

because of the question, how to import a excel spreadsheet, I' d like to 
know if it is also possible to import diagrams in LyX as well, or what you 
have to do, if you want to place diagrams in a LyX document? Or is there a 
way to create diagrams in LyX itself (should be in colour not   in 
greyscale)?
Thanks in advance.

Oliver




Re: A Newsgroup For LyX

2002-03-08 Thread Oliver Margraf

Hello, too.

IMHO, I think a newsgroup woould be better - the archiving options are 
better, than saving lots of emails. Also, for me, a newsreader seems to be 
better, because the view of the threads is more clear than within a 
mailing-list.

Oliver




Re: A Newsgroup For LyX

2002-03-08 Thread Oliver Margraf

Hello, too.

IMHO, I think a newsgroup woould be better - the archiving options are 
better, than saving lots of emails. Also, for me, a newsreader seems to be 
better, because the view of the threads is more clear than within a 
mailing-list.

Oliver




Re: A Newsgroup For LyX

2002-03-08 Thread Oliver Margraf

Hello, too.

IMHO, I think a newsgroup woould be better - the archiving options are 
better, than saving lots of emails. Also, for me, a newsreader seems to be 
better, because the view of the threads is more clear than within a 
mailing-list.

Oliver




Re: printing esolution

2002-02-28 Thread Oliver Margraf

Well, I tried this  and set the resolution in GhostScript options
to 1200x1200, but it's still looking the same
Maybe there is a special config file? -  the man page of gs only tells 
you how to use the gs command, but where you can handle the preferences

Am Donnerstag den, 28 Februar 2002, um 01:02, schrieb Robin Turner:

 [printing resolution]

 That's a tricky one  One possible solution is to set up gs so that it 
 has a
 certain resolution Try man gs for information on this

 Robin






Font substitution Type3 - Type1 was: printing resolution problem

2002-02-28 Thread Oliver Margraf

Hello again,

in the meantime I found out, that you can force LyX to replace Type 3 
fonts by Type 1 fonts (vector, PS-fonts) I also found out, that there's 
an option for creating PS with 'dvips -Pczm -Pamz', which shall replace 
the fonts Unfortunately this doesn't seem to work (maybe because of 
Darwin - heard this one from a Linux user) Is there a way to configure 
Latex or pdflatex, that it replaces the fonts automatically (as a standard)
? I need readable PDFs on the screen, too, so that's why I'm asking
Thanks for any help

Oliver




Re: printing esolution

2002-02-28 Thread Oliver Margraf

Well, I tried this  and set the resolution in GhostScript options
to 1200x1200, but it's still looking the same
Maybe there is a special config file? -  the man page of gs only tells 
you how to use the gs command, but where you can handle the preferences

Am Donnerstag den, 28 Februar 2002, um 01:02, schrieb Robin Turner:

 [printing resolution]

 That's a tricky one  One possible solution is to set up gs so that it 
 has a
 certain resolution Try man gs for information on this

 Robin






Font substitution Type3 - Type1 was: printing resolution problem

2002-02-28 Thread Oliver Margraf

Hello again,

in the meantime I found out, that you can force LyX to replace Type 3 
fonts by Type 1 fonts (vector, PS-fonts) I also found out, that there's 
an option for creating PS with 'dvips -Pczm -Pamz', which shall replace 
the fonts Unfortunately this doesn't seem to work (maybe because of 
Darwin - heard this one from a Linux user) Is there a way to configure 
Latex or pdflatex, that it replaces the fonts automatically (as a standard)
? I need readable PDFs on the screen, too, so that's why I'm asking
Thanks for any help

Oliver




Re: printing esolution

2002-02-28 Thread Oliver Margraf

Well, I tried this  and set the resolution in GhostScript options
to 1200x1200, but it's still looking the same.
Maybe there is a special config file? ->  the man page of gs only tells 
you how to use the gs command, but where you can handle the preferences.

Am Donnerstag den, 28. Februar 2002, um 01:02, schrieb Robin Turner:

> [printing resolution]
>
> That's a tricky one.  One possible solution is to set up gs so that it 
> has a
> certain resolution. Try "man gs" for information on this.
>
> Robin
>





Font substitution Type3 - Type1 was: printing resolution problem

2002-02-28 Thread Oliver Margraf

Hello again,

in the meantime I found out, that you can force LyX to replace Type 3 
fonts by Type 1 fonts (vector, PS-fonts). I also found out, that there's 
an option for creating PS with 'dvips -Pczm -Pamz', which shall replace 
the fonts. Unfortunately this doesn't seem to work (maybe because of 
Darwin - heard this one from a Linux user). Is there a way to configure 
Latex or pdflatex, that it replaces the fonts automatically (as a standard)
? I need readable PDFs on the screen, too, so that's why I'm asking.
Thanks for any help.

Oliver




printing esolution

2002-02-27 Thread Oliver Margraf

Hi all,

I'm fairly new to LyX and have a (hopefully) simple problem: How can I 
force LyX to create PDF's (or even PS) with more than 300 dpi resolution 
for printing? I've read the manual and the special tips, but there was not 
mentioned, how to change the printing resolution (only screen).I hope this 
is possible, because the layout looks very good, but the printing quality 
on a 600/1200 dpi printer doesn't look that good. I'm using LyX under 
Darwin/OSX and view the file first in ghostscript (as PDF) and then I save 
it for printing it from OS X side (haven't set up the printcap yet) 
respectively storing it for exchange with others.
Thanks in advance.


Oliver
--
Powered by MacOS X, successor of OpenStep by NeXT Inc.
PGP key available




printing esolution

2002-02-27 Thread Oliver Margraf

Hi all,

I'm fairly new to LyX and have a (hopefully) simple problem: How can I 
force LyX to create PDF's (or even PS) with more than 300 dpi resolution 
for printing? I've read the manual and the special tips, but there was not 
mentioned, how to change the printing resolution (only screen).I hope this 
is possible, because the layout looks very good, but the printing quality 
on a 600/1200 dpi printer doesn't look that good. I'm using LyX under 
Darwin/OSX and view the file first in ghostscript (as PDF) and then I save 
it for printing it from OS X side (haven't set up the printcap yet) 
respectively storing it for exchange with others.
Thanks in advance.


Oliver
--
Powered by MacOS X, successor of OpenStep by NeXT Inc.
PGP key available




printing esolution

2002-02-27 Thread Oliver Margraf

Hi all,

I'm fairly new to LyX and have a (hopefully) simple problem: How can I 
force LyX to create PDF's (or even PS) with more than 300 dpi resolution 
for printing? I've read the manual and the special tips, but there was not 
mentioned, how to change the printing resolution (only screen).I hope this 
is possible, because the layout looks very good, but the printing quality 
on a 600/1200 dpi printer doesn't look that good. I'm using LyX under 
Darwin/OSX and view the file first in ghostscript (as PDF) and then I save 
it for printing it from OS X side (haven't set up the printcap yet) 
respectively storing it for exchange with others.
Thanks in advance.


Oliver
--
Powered by MacOS X, successor of OpenStep by NeXT Inc.
PGP key available