[NTG-context] section title: alignment

2007-09-17 Thread Jörg Hagmann
Dear list members, My section titles have a gray background of textwidth, as follows: \def\SectionCommand#1#2{\framed[frame=off,width=\textwidth,% align=right,background=color,backgroundcolor=lightgray]{#1\quad#2}} \setuphead[section][command=\SectionCommand,numbercolor=red] That works, except

[NTG-context] style= in \placeindex

2007-09-21 Thread Jörg Hagmann
Hi, How can I get capital AND colored character headings in the index (style=...)? I can get either one with style={\WORD} and style={\color[red]} in \placeindex (or \setupregister), but all my attempts at combining them (using different ways of grouping) failed. Thanks, Jörg

Re: [NTG-context] style= in \placeindex

2007-09-21 Thread Jörg Hagmann
Thanks! Wolfgang Schuster wrote: On Fri, 21 Sep 2007 11:24:21 +0200 Jörg Hagmann [EMAIL PROTECTED] wrote: Hi, How can I get capital AND colored character headings in the index (style=...)? I can get either one with style={\WORD} and style={\color[red]} in \placeindex

Re: [NTG-context] Newbie Question about Installing on Mac OS X

2007-12-05 Thread Jörg Hagmann
___ -- Prof.Dr.med. Jörg Hagmann-Zanolari Institute of Biochemistry and Genetics Centre of Biomedicine, University of Basel Mattenstrasse 28 CH-4058 Basel Switzerland Phone +41 (0)61 267 3565

[NTG-context] suppressing page number on an empty page

2008-01-30 Thread Jörg Hagmann
Dear list members, I want to suppress page numbers on empty left pages before a new chapter. I tried: \setuphead[chapter][page=yes,before={\ifodd\realpageno\else\page[empty]\fi}] This works, but messes up the layout. I then tried to do it manually: \page[empty] or

Re: [NTG-context] suppressing page number on an empty page

2008-01-30 Thread Jörg Hagmann
Thank you Wolfgang! It works (of course). The book will be published in March (by Orell Füssli and UTB) and will make use of several solutions I owe to you. Cheers, Jörg Wolfgang Schuster wrote: On Jan 30, 2008 3:39 PM, Jörg Hagmann [EMAIL PROTECTED] wrote: Dear list members, I want

[NTG-context] ConTEXt - produced book

2008-04-08 Thread Jörg Hagmann
students really need to know (red background). This is the end of the chapter on nutrition p. 239: The Toolbox contains framed figures without a legend. -- Prof.Dr.med. Jörg Hagmann-Zanolari Institute of Biochemistry and Genetics Centre of Biomedicine, University of Basel Mattenstrasse 28 CH-4058 Basel

Re: [NTG-context] page numbering question

2008-04-09 Thread Jörg Hagmann
\definepagebreak[chapter][yes,footer,right] (or: \definepagebreak[chapter][yes,header,right]) Jörg David C. Walden wrote: Hi, I have been searching contextgarden.net and the manuals at the Pragma website for more than an hour now, and I have yet to find a way to have ConTeXt decide in

Re: [NTG-context] reading recomendations

2008-05-28 Thread Jörg Hagmann
://www.pragma-ade.nl / http://tex.aanhet.net archive : https://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___ -- Prof. Jörg Hagmann-Zanolari MD University of Basel Department

Re: [NTG-context] Filling frames with rounded corners

2008-07-10 Thread Jörg Hagmann
it like a regular rectangle. Czenek [...,backgroundcorner=round,...] Jörg -- Prof. Jörg Hagmann-Zanolari MD University of Basel Department of Biomedicine Institute of Biochemistry and Genetics Mattenstrasse 28 CH-4058 Basel Switzerland Phone +41 (0)61 267 3565

[NTG-context] installing fonts

2008-07-17 Thread Jörg Hagmann
Hi, after watching the list for some time, I decided to try luatex. On ubuntu, I installed the minimals as indicated in http://wiki.contextgarden.net/ConTeXt_Minimals (in my home folder) A simple testfile works with texmfstart texexec file (Mk II) and context file (Mk IV). I then tried to

Re: [NTG-context] installing fonts

2008-07-17 Thread Jörg Hagmann
Aditya Mahajan wrote: On Thu, 17 Jul 2008, Jörg Hagmann wrote: Hi, after watching the list for some time, I decided to try luatex. On [snip] 2. Shouldn't mktexlsr be enough, if you use Mk II? mktexlsr is enough for MkII, but MkII used pdftex and not luatex and using ttf fonts

Re: [NTG-context] How to read sources?

2008-07-21 Thread Jörg Hagmann
Joachim Kreimer-de Fries wrote: P. S. An OT-question besides: does anyone know an file manager program instead of the mac Finder, which allows me to find files in the hidden directories of Mac-OSX in a GUI way instead of unix terminal commands cd, ls and find you can type open

[NTG-context] Sample document on Wiki

2008-07-30 Thread Jörg Hagmann
I have finally commented the setup file for my book and would like to put it, as some of you have requested, in contextgarden (under Sample documents -- Books and Periodicals). But I have no idea how to do that. I can't even create an account! Two possibilities: I send the text file and

Re: [NTG-context] Sample document on Wiki

2008-07-30 Thread Jörg Hagmann
Forget that. I managed. Cheers, Jörg Jörg Hagmann wrote: I have finally commented the setup file for my book and would like to put it, as some of you have requested, in contextgarden (under Sample documents -- Books and Periodicals). But I have no idea how to do that. I can't even create

[NTG-context] Sample code: a textbook

2008-07-30 Thread Jörg Hagmann
in the FAQs, where a beginner probably wouldn't look for it (he/she would probably just give up). Cheers, Jörg -- Prof. Jörg Hagmann-Zanolari MD University of Basel Department of Biomedicine Institute of Biochemistry and Genetics Mattenstrasse 28 CH-4058 Basel Switzerland Phone +41 (0)61 267 3565

[NTG-context] greek

2008-08-04 Thread Jörg Hagmann
Two questions concerning greek modules: 1. I switched to the new minimal installation (on a Mac and an ubuntu system) and noticed that I had to install the cb-fonts (for \usemodule[greek]) myself. Will the fonts be included in the future? (Just a question; I think they should be). 2. I wanted

Re: [NTG-context] greek

2008-08-11 Thread Jörg Hagmann
Hi Thomas, Thanks for the explanations. Oh sorry, that's an error that crept in when handling of active characters was changed a couple of weeks ago; I changed it in my own copy on my box but forgot to upload a new version... Will upload today. Thanks. Looking forward to the new

Re: [NTG-context] greek

2008-08-11 Thread Jörg Hagmann
Thank you, it works nicely. Jörg Thomas A. Schmitz wrote: On Aug 11, 2008, at 8:22 AM, Jörg Hagmann wrote: Thanks. Looking forward to the new version. New version has been uploaded; let me know if this one works B. \usemodule[oldgreek] works with the default font

Re: [NTG-context] greek

2008-08-12 Thread Jörg Hagmann
using recent minimals (Contextgarden) on Mac OS X Leopard and ubuntu. If it's got something to do with my not knowing how to deal with fonts in Mark IV (which is the case), just ignore this message. But if the reasons are deeper, it might be of interest to you. Cheers, Jörg Jörg Hagmann wrote

Re: [NTG-context] Reorganization of the main page

2008-08-27 Thread Jörg Hagmann
Another vote for keeping the original wiki search Jörg ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl /

Re: [NTG-context] color conversion causes error with MPgraphic

2012-01-10 Thread Jörg Hagmann
On Jan 10, 2012, at 8:26 AM, rvhassel wrote: almost 10 euro for each key. I like it to give my lectures at a blackboard with chalk. At the blackboard I design my own keys, infinitely many, Congratulations! I thought I was the only one left to do that. PPCHTeX is great, but drawing

[NTG-context] epub

2012-02-16 Thread Jörg Hagmann
I would like to prepare some student material in epub format and tried the export-example.tex as follows: - context export-example (by the way, gives an error with the latest beta, not with 2011.12.19 22:53, but produces the output; shouldn't matter here). - mtxrun --script epub --make

Re: [NTG-context] epub

2012-02-16 Thread Jörg Hagmann
trying to find a mac version. Ciao, Jörg On Feb 16, 2012, at 12:13 PM, luigi scarso wrote: On Thu, Feb 16, 2012 at 11:51 AM, Jörg Hagmann joerg.hagm...@unibas.ch wrote: I would like to prepare some student material in epub format and tried the export-example.tex as follows: - context

Re: [NTG-context] epub

2012-02-16 Thread Jörg Hagmann
I see. Could you send me your export-example.epub file? Thanks a lot, Jörg On Feb 16, 2012, at 2:17 PM, luigi scarso wrote: On Thu, Feb 16, 2012 at 2:07 PM, Jörg Hagmann joerg.hagm...@unibas.ch wrote: Thanks, Luigi. Is it not possible to run mtxrun --script epub --make export-example

Re: [NTG-context] epub

2012-02-16 Thread Jörg Hagmann
This discussion was continued privately (my mistake). A summary: Thanks for the file, Luigi -- getting closer. Two problems left: 1. I was using Calibre. Maybe I simply don't know how to use that programme. Whereas a free epub book downloaded from the net opens as it should, the files

Re: [NTG-context] epub

2012-02-17 Thread Jörg Hagmann
they can read on all kinds of electronic devices (= an epub file), but if I interpret the discussion correctly, this can not (yet?) been done without much hassle in context. Jörg On Feb 17, 2012, at 11:04 AM, luigi scarso wrote: On Thu, Feb 16, 2012 at 4:19 PM, Jörg Hagmann joerg.hagm

Re: [NTG-context] epub

2012-02-17 Thread Jörg Hagmann
On Feb 17, 2012, at 12:44 PM, Hans Hagen wrote: the alternative is to use html tags and of course there is a limited set which in turn means all kind of 'class' attributes and additional css which might as well not be supported by an ereader device .. the same is true for math ... not

Re: [NTG-context] Integration of the ConTeXt-Wiki and the ConTeXt-Mailinglist

2012-03-28 Thread Jörg Hagmann
Excellent! This is really helpful. Thanks, Jörg On Mar 28, 2012, at 2:33 PM, Jan Heinen wrote: Hello, in the wiki I have built links for every command to the archiv of the ConTeXt-Mailinglist: e.G. http://wiki.contextgarden.net/Command/pagereference See at the bottom. It's not perfekt

[NTG-context] figurelibrary

2006-08-31 Thread Jörg Hagmann
Hi, I am organising my figures in a figurelibrary (see www.pragma- ade.com/general/manuals/xfigures-s.pdf). It is great! But: shouldn't the thumbnails in the section Figure collection link to the whole page views (first section of the pdf file)? I believe that the first time I tried it that

Re: [NTG-context] figurelibrary

2006-08-31 Thread Jörg Hagmann
Thanks for the quick answer. use=res-make gives a different font, but the thumbnails are still not linked. (using the rl: namespace in the base files) Meaning? Jörg On Aug 31, 2006, at 1:11 PM, Hans Hagen wrote: � wrote: Hi, I am organising my figures in a figurelibrary (see

Re: [NTG-context] figurelibrary. solved

2006-08-31 Thread Jörg Hagmann
Sorry, I found my mistake. I had changed the field label to an ingenuous system (in order to have the figures of the different chapters grouped). But this version included spaces which don't seem to be accepted. Thanks, Jörg. On Aug 31, 2006, at 1:37 PM, Jörg Hagmann wrote: Thanks

Re: [NTG-context] Directories of pictures

2006-10-20 Thread Jörg Hagmann
Use: \setupexternalfigures[directory={path_to_your_figures,another_path}] Cheers, Jörg On Oct 20, 2006, at 2:34 PM, Maurício wrote: Hi, When I use \externalfigure inside of \placefigure, Context can only find filenames in the current directory, i.e., the directory where I'm executing

[NTG-context] float next to \bf

2007-01-25 Thread Jörg Hagmann
' instead but no pdf (I get this with anything, has nothing to do with this particular problem). Thanks in advance, Jörg Prof.Dr.med. Jörg Hagmann-Zanolari Institute of Biochemistry and Genetics DKBW, University of Basel Mattenstrasse 28 CH-4058 Basel Switzerland Phone +41 (0)61 267 3565

Re: [NTG-context] float next to \bf

2007-01-25 Thread Jörg Hagmann
is not emphasised (or bold, slanted ..), it works as expected. Thanks again, Jörg On Jan 25, 2007, at 1:14 PM, Thomas A. Schmitz wrote: Could you make a complete minimal example? (http://www.latex- einfuehrung.de/mini.html) I don't see what your problem is. Thomas On Jan 25, 2007, at 12:18 PM, Jörg Hagmann

Re: [NTG-context] float next to \bf

2007-01-26 Thread Jörg Hagmann
a similar problem a while ago. My workaround: type \dontleavehmode in front of the {\em part, and it will typeset correctly. But this seems to be a real bug, most commands will mess up the vertical spacing in a similar way. Hans, Taco??? Best Thomas On Jan 25, 2007, at 2:21 PM, Jörg Hagmann

[NTG-context] bold versions of fonts

2007-02-09 Thread Jörg Hagmann
Hi all, I have installed the LinLibertine and Junicode fonts on Linux Ubuntu, minimal tex version. They only work if I comment out the lines concerning the Bold versions of the fonts in my type-scripts. With those lines, the error is: ConTeXt ver: 2007.01.23 13:32 MKII fmt: 2007.2.4

Re: [NTG-context] bold versions of fonts

2007-02-13 Thread Jörg Hagmann
Let me try again: After installing the LinLibertine and the Junicode fonts, everything works (including bolditalic) except the bold version. - System: ubuntu, minimal tex/context installation - I followed the instructions by T. Schmitz (Practex Journal 2005: Integrating TrueType Fonts into

Re: [NTG-context] bold versions of fonts

2007-02-14 Thread Jörg Hagmann
There is one [ too many in this definition... Don't be too embarrassed, when you've looked at a file or a line for three hours, you don't see anything anymore. Thanks a lot. I AM embarassed, especially since I suspected something of the sort but didn't see it. And also because I

[NTG-context] hyphenation, paragraphs

2007-03-01 Thread Jörg Hagmann
Hi all, I have an appendix consisting of a long list of genetic defects, containing e.g. a number, the name of a disease, and the enzymes concerned. I tried to set that up as paragraphs: \defineparagraphs [mypar][n=3,before={\blank},after={\blank}] \setupparagraphs

[NTG-context] quotation

2007-03-06 Thread Jörg Hagmann
Hi, I need guillemots instead of lowerleftdouble- and upperrightdoublequotes in the German environment. On my minimal installation (Linux) I managed to change that by editing the cont-sys.tex file in texmf-local/tex/context/user. At work, on a Mac with gwTeX, nothing I tried had any effect:

Re: [NTG-context] quotation

2007-03-06 Thread Jörg Hagmann
] [leftquote=\guilsingleright,rightquote=\guilsingleleft, leftquotation=\rightguillemot,rightquotation=\leftguillemot] \mainlanguage[de] \starttext \quote{Zitat} \quotation{Zitation} \stoptext Steffen On Tue, 6 Mar 2007 15:15:40 +0100, Jörg Hagmann wrote: Hi, I need guillemots

[NTG-context] capitals in heads

2007-03-26 Thread Jörg Hagmann
I hope (I am sure) the meeting was a success. And I hope that you are still willing to answer a simple question: How can I get capitals in a head? The following didn't work: \setuphead[subsection][style=cap] %aborts compilation. (But slanted works) I also unsuccessfully tried style=\cap

Re: [NTG-context] capitals in heads

2007-03-26 Thread Jörg Hagmann
Thanks Hraban. Yes I did, it has no effect. Jörg On Mar 26, 2007, at 3:16 PM, Henning Hraban Ramm wrote: \setuphead[subsection][style=cap] %aborts compilation. (But slanted works) I also unsuccessfully tried style=\cap (or \kap etc.), command= \cap etc. (But style=\sc works. I don't want

Re: [NTG-context] capitals in heads

2007-03-26 Thread Jörg Hagmann
Thanks, works here too. Jörg On Mar 26, 2007, at 4:16 PM, Henning Hraban Ramm wrote: \setuphead [section] [style=normal, deeptextcommand=\WORD] works for me. ___ ntg-context mailing list ntg-context@ntg.nl

[NTG-context] \useexternalfigure

2007-04-23 Thread Jörg Hagmann
I have organised my (many!) figures in a file listing them all (\useexternalfigure[][][width=...]) I find it very convenient to adjust the width there and not in the \placefigure part of the single chapters. I suppose it is presently not possible to also control the placement (inner, outer

[NTG-context] embedded fonts

2007-05-04 Thread Jörg Hagmann
Dear list members, I have a possibly off-topic and certainly naive question. But unfortunately it's urgent, and a systematic search would take too long: I just finished a 84 page document and sent it to the printer. They say the fonts are not embedded. Is there a switch that allows me to

Re: [NTG-context] embedded fonts

2007-05-04 Thread Jörg Hagmann
Henning Hraban Ramm wrote: Am 2007-05-04 um 13:38 schrieb Jörg Hagmann: I have a possibly off-topic and certainly naive question. But unfortunately it's urgent, and a systematic search would take too long: I just finished a 84 page document and sent it to the printer. They say

Re: [NTG-context] embedded fonts

2007-05-04 Thread Jörg Hagmann
Henning Hraban Ramm wrote: Am 2007-05-04 um 16:06 schrieb Jörg Hagmann: You don't tell us which fonts you use and which TeX engine / output workflow. I use gentium and -- for bold -- LinLibertine. I installed these fonts myself with texfont. The engine is pdftex (I think). I

Re: [NTG-context] embedded fonts

2007-05-04 Thread Jörg Hagmann
Could it be that it's because: I made pseudosmallcaps of Gentium myself (with texfont) and used those in a few places? If so, I will simply replace them with uppercase. Jörg Henning Hraban Ramm wrote: Hello Jörg, I just checked your PDF. Your printshop is right, even if the font

Re: [NTG-context] embedded fonts

2007-05-08 Thread Jörg Hagmann
://tex.aanhet.net archive : https://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___ -- Prof.Dr.med. Jörg Hagmann-Zanolari Institute of Biochemistry and Genetics Center of Biomedicine

Re: [NTG-context] placefigure

2007-07-27 Thread Jörg Hagmann
___ -- Prof.Dr.med. Jörg Hagmann-Zanolari Institute of Biochemistry and Genetics Centre of Biomedicine, University of Basel Mattenstrasse 28 CH-4058 Basel Switzerland Phone +41 (0)61 267 3565

[NTG-context] balancing colums

2007-08-29 Thread Jörg Hagmann
-- Prof.Dr.med. Jörg Hagmann-Zanolari Institute of Biochemistry and Genetics Centre of Biomedicine, University of Basel Mattenstrasse 28 CH-4058 Basel Switzerland Phone +41 (0)61 267 3565 ___ If your question

[NTG-context] arrows and other symbols

2005-05-27 Thread Jörg Hagmann
ams and wasysym so far? 3. How do I find out what modules are available on my system? Thank you, Jörg PD Dr.med. Jörg Hagmann-Zanolari Institute of Biochemistry and Genetics DKBW, University of Basel Mattenstrasse 28 CH-4058 Basel Switzerland Phone +41 (0)61 6953049

Re: [NTG-context] I need some advices/guidelines before start writing my PhD thesis

2005-06-17 Thread Jörg Hagmann
Hi Alex, I am in a similar situation, just a few months ahead of you. I am writing a textbook and decided to do that in Context, without having had any experience with TeX or LaTeX. So far, I am pleased with my decision (my experience covers figures, math, tables, footnotes, text and figures in

[NTG-context] tables, etc.

2005-06-23 Thread Jörg Hagmann
Dear list members, I have the following questions: 1) I want a table at textwidth. The contents of the boxes don't fit on one line. When I use |lp|lp| etc., the width of the table is a fraction of textwidth, and the contents of the columns overlay each other (with long, unhyphenated words).

[NTG-context] line break

2005-07-13 Thread Jörg Hagmann
Hullo all, Maybe somebody can help me with this: I have a paragraph and an image in the outer margin, sticking slightly into the text area. On the opposite side, in the inner margin, I have two letters. What happens is that after the \inothermargin command I get a line break (not a new

Re: [NTG-context] line break

2005-07-14 Thread Jörg Hagmann
Dear Hans, works ok here can you make a minimal complete example Assuming that means including the code before \starttext: \enableregime [il1] \mainlanguage [de] \usemodule[greek] \usemodule[units] \setuplayout[height=26.5cm,backspace=2cm,topspace=1.7cm,footer=1.2cm] \setupbodyfont[11pt]

Re: [NTG-context] line break

2005-07-20 Thread Jörg Hagmann
Some time ago, I inquired about the problem of an unwanted linebreak. The linebreak is inserted after an \inothermargin command, if at the same time there is a figure occupying the margin and some part of the textarea on the opposite side (a type of figure here called vignette). When I run

[NTG-context] updating/installing context

2005-08-22 Thread Jörg Hagmann
My (working) setup: TeXLive on MacOSX (full installation). This was installed following the instructions in http://home.salamander.com/~wmcclain/context-help.html#install. (I only have a slow modem at home) I tried to update context, with the same instructions. 1. I unzipped the new version in

Re: [NTG-context] updating/installing context

2005-08-22 Thread Jörg Hagmann
you correct the mistakes. There are didactical advantages if something like that comes from a non-expert. Thanks again, Jörg. Prof. Dr.med. Jörg Hagmann-Zanolari Institute of Biochemistry and Genetics DKBW, University of Basel Mattenstrasse 28 CH-4058 Basel Switzerland Phone +41 (0)61 6953049

[NTG-context] alignment of figures

2005-10-19 Thread Jörg Hagmann
Dear list members, I want to have figures arranged as follows: 1. Figures smaller than 0.5 textwidth at the inner margin, text flowing arround figure. 2. Between 0.5 and 1*textwidth in the middle, no text flowing. 3.Figures wider than textwidth aligned with the inner margin of the textblock

Re: [NTG-context] alignment of figures

2005-10-24 Thread Jörg Hagmann
(most of them did'nt affect the actual position, i.e. the picture extending textwidth on both sides to the same extent). I would appreciate an answer by somebody who knows, even if it is to tell me that it can't be done. Thanks a lot, Jörg. On Oct 19, 2005, at 3:19 PM, Jörg Hagmann wrote

Re: [NTG-context] alignment of figures

2005-10-24 Thread Jörg Hagmann
Dear Hans and Taco,Thanks for the answers. I'll read "details.pdf" again...I placed the pdf file of one unfinished chapter on www.ogbasel.ch/book.html (3.5 MB). Note that Fig. 3.12 happens to be the way I want it. Why this particular figure chose to behave I don't know, putting nothing after

Re: [NTG-context] alignment of figures

2005-10-24 Thread Jörg Hagmann
Answering one of my own questions:The subsection heads should be capitals. Setting textstyle=cap doesn't do anything. Setting style=cap gives an error (see end of message). style=slanted works, commands (\cap, \kap) don't work. \cap{some text} used in the text works.style=\sc works.Cheers,

Re: [NTG-context] alignment of figures

2005-10-25 Thread Jörg Hagmann
Thanks for the suggestions. I think it only visually behaves correct because of some whitespace to the right, and it is probably just centered (just like the others). By whitespace, I assume, space outside the figure boundaries is meant? I always make sure the boundaries do not extend the

Re: [NTG-context] TeX chemistry (was: alignment of figures)

2005-10-26 Thread Jörg Hagmann
ew minor changes", they could print it as is - but that they didn't have anybody who "knows TeX". Now of course I'm a bit nervous, not to say afraid, because I'm pretty sure the "minor changes" will be way beyond my capabilities...Cheers, Jörg. Prof. Dr.med. Jörg Hagmann-Zano

Re: [NTG-context] Mini-survey: What do you do with ConTeXt?

2005-11-09 Thread Jörg Hagmann
. Dr.med. Jörg Hagmann-Zanolari Institute of Biochemistry and Genetics DKBW, University of Basel Mattenstrasse 28 CH-4058 Basel Switzerland Phone +41 (0)61 6953049___ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context

Re: [NTG-context] lot of newbie questions

2005-12-02 Thread Jörg Hagmann
On Dec 2, 2005, at 8:30 AM, [EMAIL PROTECTED] wrote: - I'm trying to put a metapost graphic in the margin like te example in the manual reference (page 47) using the following command: \definestartstop[important][command={\inmarge{\useMPgraphic{bang} [width=\marginwidth]}}] But (of course

Re: [NTG-context] [OT] The effect of typefaces on credibility

2012-08-13 Thread Jörg Hagmann
This is stuff is usually bogus, See http://www.plosmedicine.org/article/info:doi/10.1371/journal.pmed.0020124 Jörg ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist

Re: [NTG-context] Problem with *lettrine* module in Mk-iv

2012-09-10 Thread Jörg Hagmann
I had to switch to \placeinitial, e.g. Instead of: % \usemodule[lettrine] % \setuplettrine[Raise=0.1,FontHook=\darkgrey,TextFont=\tf] I used: \setupinitial[color=darkgrey,n=2,voffset=-1.5ex] and then: \placeinitial My text … See also

[NTG-context] mkiv only installation

2012-11-28 Thread Jörg Hagmann
I was under the impression that sh ./first-setup.sh --modules=all engine=luatex should install a minimal minimal context (without mkii). But that doesn't seem to be true. Has something changed, or am I mistaken? Thanks, Jörg

[NTG-context] setuppagenumber--start at page xy

2013-04-21 Thread Jörg Hagmann
Has the code for starting pagenumbering at a given number changed? I'm using last year's template for an annual report, but can't get it to work. Minimal example: \setuppagenumber[number=3] \starttext \input tufte \stoptext I'm using today's context version. Thanks, Jörg -- Prof. Jörg

Re: [NTG-context] setuppagenumber--start at page xy

2013-04-22 Thread Jörg Hagmann
Thank you, Huseyin. Yes, that works; but the question remains: Has \setuppagenumber[number=NUMBER] become obsolete? After all, it's all over contextgarden, both in example documents and in the Commands/ list. Cheers, Jörg H. Özoguz writes: Minimal example: \setuppagenumber[number=3]

Re: [NTG-context] setuppagenumber--start at page xy

2013-04-22 Thread Jörg Hagmann
Wolfgang Schuster writes: Yes, the number option for \setuppagenumber is gone and you have to use \setupcounter. Even though this breaks backward compatibility it’s now constant with \setupheadnumber which is used to change the start value for sections. Thank you, Wolfgang. I added this

[NTG-context] Context group and faith

2013-06-18 Thread Jörg Hagmann
I got my monthly credit card statement which contains the following lines: 16.05.13 PAYPAL *CONTEXT . LUX Religious organisation It's true, I believe in ConTEXt, but still... Cheers, Jörg ___ If your

Re: [NTG-context] Context group and faith

2013-06-18 Thread Jörg Hagmann
Mojca Miklavec writes: On Tue, Jun 18, 2013 at 10:56 AM, Jörg Hagmann wrote: I got my monthly credit card statement which contains the following lines: 16.05.13 PAYPAL *CONTEXT . LUX Religious organisation It's true, I believe in ConTEXt, but still... I thought you were

Re: [NTG-context] outer floats on doublesided pages

2013-09-10 Thread Jörg Hagmann
Maybe what I did helps: see Figures III on http://wiki.contextgarden.net/Biochemistry_textbook. Although I used mkII at the time. Cheers, Jörg R. Ermers writes: Hi Marco, Thank you very much indeed for your reply. This topic apparently does not interest many people. In your suggestion

[NTG-context] muse, pandoc and context

2008-12-02 Thread Jörg Hagmann
Dear list members, Despite using a text editor (emacs) and context almost exclusively, I need a way to communicate with other members of the institute. I'm evaluating two possibilities: 1. Writing in markdown and using pandoc for conversion to either context or something openable by a word

Re: [NTG-context] muse, pandoc and context

2008-12-02 Thread Jörg Hagmann
Jean Magnan de Bornier wrote: Does it mean you are aware of the context publishing style in muse? If so, did you encounter any problem? Yes, I'm aware of it and no, no problems so far. But before committing myself to either markdown/pandoc or muse, I would like to have opinions. For

Re: [NTG-context] muse, pandoc and context

2008-12-03 Thread Jörg Hagmann
-- context. If there is no way from reST to context, it's no use to me. Conclusion: there seems to be no good solution... Cheers, Jörg Gour wrote: Jörg == Jörg Hagmann [EMAIL PROTECTED] writes: Hello, Jörg Dear list members, Jörg Despite using a text editor (emacs) and context

[NTG-context] third party module lettrine

2009-04-24 Thread Jörg Hagmann
Hi, I need the lettrine module (used to have it, not any more). I tried installation according to the wiki: . first-setup --extras=t-lettrine It did something but it doesn't work. (\lettrine not recognised) I find t-lettrine.tex in tex/texmf-context/tex/context/third/lettrine/t-tettrine.tex

Re: [NTG-context] third party module lettrine

2009-04-24 Thread Jörg Hagmann
Wolfgang Schuster wrote: Do you have \usemodule[lettrine] in your document? Oops - sorry. Forgot that in my quick minimal test. Thanks, Jörg ___ If your question is of interest to others as well, please add an

[NTG-context] installing minimals

2009-04-29 Thread Jörg Hagmann
Hi, I don't know whether the following is related to what is being discussed at the moment, but when trying to install a new version of minimals (in a separate, fresh directory), compiling a test file fails with the following message: On the Mac (Leopard): Setting

Re: [NTG-context] installing minimals

2009-04-29 Thread Jörg Hagmann
No -- sorry I forgot to mention that I tried all that, on both computers, for mk II and IV. Mojca Miklavec wrote: On Wed, Apr 29, 2009 at 14:58, Jörg Hagmann wrote: Hi, I don't know whether the following is related to what is being discussed at the moment, but when trying to install a new

Re: [NTG-context] startenumerate in romans a la LaTeX

2010-08-30 Thread Jörg Hagmann
On 08/28/2010 09:31 PM, Xan wrote: - right indentation of items: in context items start at the same point. In LaTeX is the item text itself who starts at the same point, not the romans. The Romans always start too late, try the Celts! JH

[NTG-context] ctxtools

2010-09-07 Thread Jörg Hagmann
I did use ctxtools for purging files. But now the command is not found any longer. I installed new minimals, but that didn't help. context version: MTXrun | current version: 2010.09.05 13:23 platform: Mac OS X 10.6.4 Thanks, Jörg

Re: [NTG-context] ctxtools

2010-09-08 Thread Jörg Hagmann
Thanks, Wolfgang. But context --purge(all) gives me: -bash: syntax error near unexpected token `(' Did I misunderstand something? Jörg On 9/7/10 4:54 PM, Wolfgang Schuster wrote: Am 07.09.2010 um 16:17 schrieb Jörg Hagmann: I did use ctxtools for purging files. But now the command

Re: [NTG-context] background, mkii vs. mkiv

2010-09-10 Thread Jörg Hagmann
--- This works in both mk II and mk IV, but compare the background with the one in the first example. Help appreciated, thanks Jörg On 9/10/10 9:28 AM, Jörg Hagmann wrote: Could somebody please tell me why this minimal example works in mk II but not in mk IV -- and what I have to change

Re: [NTG-context] background, mkii vs. mkiv

2010-09-10 Thread Jörg Hagmann
again, Jörg On 9/10/10 4:06 PM, Wolfgang Schuster wrote: Am 10.09.2010 um 16:01 schrieb Jörg Hagmann: Ok, I narrowed it down: ---First minimal example--- \setupcolors[state=start] \starttext \setupbackground[background=color,backgroundcolor=lightgray,corner=round,frame

Re: [NTG-context] missing newline in when mtxrun exits with error

2010-10-12 Thread Jörg Hagmann
+1 On 10/12/10 3:13 PM, robin.kirk...@csiro.au wrote: Dear all, This is a very minor gripe, but when mtxrun reports an error it doesn't seem to print a final newline. At least with my bash setup, this confuses the command-line editing feature, which I use a lot. ... some TeX error happened

Re: [NTG-context] ideas for ConTeXt meetings

2010-10-26 Thread Jörg Hagmann
Something else to consider is the date. Quite a few of us work in academia, and the fall term has recently been advanced, at least at many European universities, to just about when the ConTeXt meetings are being held. Of course you can't please everybody -- just a suggestion. Cheers, Jörg

Re: [NTG-context] ppchtex questions

2010-11-17 Thread Jörg Hagmann
Thanks, Alan. On 11/17/10 2:13 PM, Alan BRASLAU wrote: 1. Is there a way to define a frame offset (there is fit and there are dimensions, but an offset would be more convenient)? [left=,top=] This gives absolute values. I would prefer something giving me fit + dimension I'll look into

Re: [NTG-context] ppchtex questions

2010-11-18 Thread Jörg Hagmann
Hi Alan, Thanks for the explanations. Try style=sans. We also have color= and rulecolor=. syle=sans works, but not for aligned atoms, e.g. \SL{OH}; a bug? For the time being, I can use \SL{\ss OH}. There are some problems still in mkiv, notably with CARBON, NEWMANSTAGGER, NEWMANECLIPSE,

[NTG-context] ppchtex, color and mkiv

2010-11-19 Thread Jörg Hagmann
From a thread on this list (May 2009: http://archive.contextgarden.net/message/20090512.132914.5c29b5f4.en.html) I gather that whereas colouring a whole molecule works fine, colouring groups within a chemical structure is not yet fully implemented in mkiv. Is that still correct? Putting

[NTG-context] TABLE

2010-12-06 Thread Jörg Hagmann
Trying to use TABLE instead of \starttables... How does one place a TABLE, with a caption? Thanks, Jörg ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist :

Re: [NTG-context] TABLE

2010-12-06 Thread Jörg Hagmann
Thank you, Aditya and Wolfgang. I put the information on the wiki where I would have expected it. Jörg On 12/6/10 3:24 PM, Wolfgang Schuster wrote: Am 06.12.2010 um 15:19 schrieb Jörg Hagmann: Trying to use TABLE instead of \starttables... How does one place a TABLE, with a caption

Re: [NTG-context] TABLE

2010-12-06 Thread Jörg Hagmann
On 12/6/10 3:41 PM, barndog1...@gmail.com wrote: search TABLE on the wiki, it is FULL of info Now it is. ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist :

Re: [NTG-context] beta

2011-02-01 Thread Jörg Hagmann
On 1/31/11 6:45 PM, Thomas Schmitz wrote: and luatools --generate gives the same result. This has been deprecated for quite a while now; you have to run mtxrun --generate Does that mean that the instructions (http://wiki.contextgarden.net/ConTeXt_Minimals#Remaking_formats) have to be

Re: [NTG-context] beta

2011-02-01 Thread Jörg Hagmann
On 2/1/11 1:47 PM, luigi scarso wrote: On Tue, Feb 1, 2011 at 1:42 PM, Jörg Hagmannjoerg.hagm...@unibas.ch wrote: On 1/31/11 6:45 PM, Thomas Schmitz wrote: and luatools --generate gives the same result. This has been deprecated for quite a while now; you have to run mtxrun --generate

  1   2   >