[NTG-context] [SOLVED] Graphics not being aligned correctly in natural tables

2016-05-17 Thread L.S.-Soc

Add

\setupTABLE[c][4][strut=no]

at the begin of your table.

Wolfgang


___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___



And of course it works.

Danke sehr Wolfgang.


Cheers, Seba
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] Thick border of one side of TR/TD

2016-05-17 Thread Wolfgang Schuster

Alan BRASLAU 
18. Mai 2016 um 00:17
On Tue, 17 May 2016 23:09:16 +0200

In case Wolfgang's answer was not clear: use "extreme" tables
(\startxtable) rather than "natural" tables (\bTABLE). This mechanism
uses 'framed' and is more flexible.

There is no need to switch from natural to extreme tables because both
tables uses framed for the cells. What is necessary to create individual
borders for a cell is either a metapost background where you can solid,
dashed etc. lines or custom frame types which can be defined with
the \install(left|right|top|bottom)framerenderer command.

Wolfgang
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] Thick border of one side of TR/TD

2016-05-17 Thread Alan BRASLAU
On Tue, 17 May 2016 23:09:16 +0200
Wolfgang Schuster  wrote:

> How to achieve this? 
> https://mailman.ntg.nl/pipermail/ntg-context/2016/084481.html

In case Wolfgang's answer was not clear: use "extreme" tables
(\startxtable) rather than "natural" tables (\bTABLE). This mechanism
uses 'framed' and is more flexible.

Alan
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] Thick border of one side of TR/TD

2016-05-17 Thread Wolfgang Schuster

Procházka Lukáš Ing. 
17. Mai 2016 um 14:47
Hello,

what is the easiest way to border table row along ONE side?

In my example - first row bottom and last row top?

All being typeset as TABLE (i.e. \bTABLE ... \bTR ... \bTD ...).

I played a bit with rulethickness for TD and/or TR but in all attempts 
the WHOLE border thickness is affected.


I guess that the bordering style of the table attached is often needed;
I would be nice to have something like \bTR[bottomrulethickness=thick] 
or something...


How to achieve this?

https://mailman.ntg.nl/pipermail/ntg-context/2016/084481.html

Wolfgang
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] Graphics not being aligned correctly in natural tables

2016-05-17 Thread Wolfgang Schuster

L.S.-Soc 
17. Mai 2016 um 22:22
ah ok! I am sorry Luigi, I didn't expect that. :D

code is below; I also packed a ZIP file with this mail, with the 
correct graphics folder, *.tex and precompiled *.pdf, in case that the 
code isn't enough.
but i checked the graphics, they are perfectly aligned on the canvas, 
so they shouldn't be the problem.

Add

\setupTABLE[c][4][strut=no]

at the begin of your table.

Wolfgang
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] Graphics not being aligned correctly in natural tables

2016-05-17 Thread luigi scarso
On Tue, May 17, 2016 at 9:44 PM, L.S.-Soc  wrote:

> Hi Luigi,
>
> I am afraid that "mwe..." doesn't help.
>

a minimal working example (a.k.a mwe) that show your  problem.



-- 
luigi
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] Graphics not being aligned correctly in natural tables

2016-05-17 Thread L.S.-Soc

Hi Luigi,

I am afraid that "mwe..." doesn't help.

Thanks tho bro,

Sebastian




Am 17.05.2016 um 18:55 schrieb luigi scarso:



On Tue, May 17, 2016 at 6:47 PM, cryo shock > wrote:


Hello fellow ConTeXt lovers,

I am having trouble with placing graphics in between \bTD and
\eTD. I am using the \externalfigure to do so which works great.
The problem is that they aren't being aligned at all when i use
\setupTABLE[align={middle,lohi}] whereas text is being aligned
perfectly in the middle of each cell.
I found out that one can use \dontleavehmode\externalfigure to
force alignment, which als works. But when I use \dontleave... the
graphic isn't being placed perfectly in the middle but slightly a
little bit more to the top of the cell.
It's not a real problem for me but since everything looks great in
the document, the slightly to the top moved graphics bother me
somehow.
Does anybody know a workaround maybe?

Greets, Sebastian

mwe...


--
luigi


___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] Graphics not being aligned correctly in natural tables

2016-05-17 Thread luigi scarso
On Tue, May 17, 2016 at 6:47 PM, cryo shock  wrote:

> Hello fellow ConTeXt lovers,
>
> I am having trouble with placing graphics in between \bTD and \eTD. I am
> using the \externalfigure to do so which works great. The problem is that
> they aren't being aligned at all when i use
> \setupTABLE[align={middle,lohi}] whereas text is being aligned perfectly in
> the middle of each cell.
> I found out that one can use \dontleavehmode\externalfigure to force
> alignment, which als works. But when I use \dontleave... the graphic isn't
> being placed perfectly in the middle but slightly a little bit more to the
> top of the cell.
> It's not a real problem for me but since everything looks great in the
> document, the slightly to the top moved graphics bother me somehow.
> Does anybody know a workaround maybe?
>
> Greets, Sebastian
>
mwe...


-- 
luigi
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

[NTG-context] Graphics not being aligned correctly in natural tables

2016-05-17 Thread cryo shock
Hello fellow ConTeXt lovers,

I am having trouble with placing graphics in between \bTD and \eTD. I am
using the \externalfigure to do so which works great. The problem is that
they aren't being aligned at all when i use
\setupTABLE[align={middle,lohi}] whereas text is being aligned perfectly in
the middle of each cell.
I found out that one can use \dontleavehmode\externalfigure to force
alignment, which als works. But when I use \dontleave... the graphic isn't
being placed perfectly in the middle but slightly a little bit more to the
top of the cell.
It's not a real problem for me but since everything looks great in the
document, the slightly to the top moved graphics bother me somehow.
Does anybody know a workaround maybe?

Greets, Sebastian
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] Setting up TeXworks

2016-05-17 Thread Jean-Pierre Delange
And don't forget to do this before coding :
1) cd /home/[...]/context/tex/. setuptex
This command answers this : "Setting "/home/JohnDoe/context/tex" as ConTeXt 
root."
2) Then : cd .../context/tex/texmf-win64 (or linux64) with a x64 computer
3) Then type : 
context --generate 
and type : context --make

4) Finally, if you add fonts (in /usr/share/fonts, or $HOME/.fonts), don't 
forget to reload the font database (in the same depositery as 3)); the command 
is as follow :
mtxrun --script fonts --reload
In order to see which fonts are installed on your system:
mtxrun --script fonts --list --all
To search a font (like didot) :
mtxrun --script fonts --list --pattern=*didot* --all

All these commands are the same on windows/linux/OS X

More information in French here :
https://fr.wikibooks.org/wiki/ConTeXt

Hope that ich sende nicht Eulen nach Athens !
JP

- Mail original -
De: "Thomas Fehige" 
À: ntg-context@ntg.nl
Envoyé: Mardi 17 Mai 2016 14:39:27
Objet: Re: [NTG-context] Setting up TeXworks

Whew, I've got it running, finally.

For some reason, TeXworks needs to tell mtxrun explicitly where its 
texmf-tree is located. Meaning, an additional argument is required in 
TeXworks's starter setup, which now looks like this:

name: ConTeXt MkIV
command: mtxrun
arguments:
 --tree=/usr/local/context/tex<-- this is the one!
 --autogenerate
 --script
 context
 $fullname

In the "Paths to TeX and friends" list I have

 /usr/local/context/texmf-linux-64
 /usr/local/context/bin

as the top two entries.

I don't know what exactly is going on here, so I don't feel confident to 
add this to the wiki, but maybe someone else does and will.

Thanks for listening -- Thomas

Am 17.05.2016 um 13:16 schrieb Thomas Fehige:
> I tried that, no success (not very different from what I did before 
> either). Are there other tests that I could do? Can't anybody 
> interpret the messages, error and otherwise?
>
> Cheers -- Thomas
>
> Am 16.05.2016 um 17:55 schrieb Jean-Pierre Delange:
>> At the end of this website page 
>> http://lesfichesabebert.fr/index.php/Context/Instalation, there are 
>> some explanations about the TeXWorks typesetting setting. There are 
>> some screen prints which may help.
>>
>> - Mail original -
>> De: "Thomas Fehige" 
>> À: ntg-context@ntg.nl
>> Envoyé: Lundi 16 Mai 2016 17:46:13
>> Objet: Re: [NTG-context] Setting up TeXworks
>>
>>
>> Am 06.05.2016 um 13:39 schrieb L.S.-Soc:
>>
>>
>>
>> I've searched through the mailing list, what the initial post to this 
>> topic was, but i couldn't find it. If you're having trouble to make 
>> context compile a document, try this:
>>
>> - TeXworks tools.ini doesn't need to be edited manually. It's the 
>> file where TW saves the settings from " Edit -> Preferences -> 
>> Typesetting ".
>> - First of all make sure, that you downloaded ConTeXt by using 
>> "first-setup.exe"
>>
>> That I did. Not *.exe though, being on a Linux OS, Xubuntu to be 
>> precise.
>>
>>
>>
>> - Then, you should add the folder where context.exe (and all 
>> executables) are stored to your system paths: Use your browser to 
>> navigate to the said folder, click on the address bar and copy the 
>> full path. For me it looks like this: " 
>> F:\Sandbox\ConTeXt\tex\texmf-win64\bin "
>> - Then add this path to your windows system paths: go to your windows 
>> control panel, double click " System "-> advanced settings -> 
>> environment variables (or something like this), in the lower halfth 
>> there is a window with a point " Path " . Double click it and paste 
>> your CTX folder pretty much at the top of the section or if there is 
>> only one line, add it at the beginning, and use semikolon ( ; ) to 
>> seperate it from the rest. Save your settings and you should be good 
>> to go.
>> - to test if you did it correctly open your command line and simply 
>> enter " context.exe --version ". If command line tells you, that no 
>> context.exe was found, then you might try to add the context \bin 
>> folder to your system paths again
>>
>> Translating this into Linux, all this works fine.
>>
>>
>>
>> - if command line tells you the version of context, then you can 
>> proceed:
>>
>> - start TW, " Edit -> Preferences -> Typesetting ". There check the 
>> upper halfth for the context folder you added to your system paths. 
>> If you've added it at the beginning, it should be at the top here as 
>> well. Alternatively use the arrows to push context\bin it to the very 
>> top
>>
>> NOTE: this is important. if you have MikTeX installed for example and 
>> if its folder is listed above your context folder, TW will try to use 
>> exe files from the MikTeX folder. so make sure that context\bin is 
>> above anything related to tex, context or lua.
>>
>> Thanks for your detailed description, but I'm afraid that's not it. 
>> Meanwhile I uninstalled all my texlive packets and reinstalled 
>> TeXworks without any of the texlive 

Re: [NTG-context] Setting up TeXworks

2016-05-17 Thread Hans Hagen

On 5/17/2016 2:39 PM, Thomas Fehige wrote:

Whew, I've got it running, finally.

For some reason, TeXworks needs to tell mtxrun explicitly where its
texmf-tree is located. Meaning, an additional argument is required in
TeXworks's starter setup, which now looks like this:

name: ConTeXt MkIV
command: mtxrun
arguments:
--tree=/usr/local/context/tex<-- this is the one!
--autogenerate
--script
context
$fullname

In the "Paths to TeX and friends" list I have

/usr/local/context/texmf-linux-64
/usr/local/context/bin

as the top two entries.

I don't know what exactly is going on here, so I don't feel confident to
add this to the wiki, but maybe someone else does and will.


Using --tree is quite ok for this. Maybe TeXworks sets some environment 
variable that interferes otherwise. Normally using the full path should 
also work, so


/usr/local/context/texmf-linux-64/mtxrun

don't add /usr/local/context/bin to the path as it's only used when updating

Hans

-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
  tel: 038 477 53 69 | www.pragma-ade.com | www.pragma-pod.nl
-
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] How to export to PDF-A?

2016-05-17 Thread Peter Rolf
Hi,

Am 16.05.2016 um 13:38 schrieb Matija Šuklje:
> Dear ConTeXt community,
> 
> There is a document I wrote in ConTeXt that I’m required to submit 
> in PDF-A.
> 
> I’ve already done my RTFM homework:
>   http://wiki.contextgarden.net/PDF/A
> including links in it,
> but can’t figure out how to apply it in practice.
> 

You should add

\enabletrackers[backend.format,backend.variables]

to get some more info (see if things go right or wrong).


> So far I’ve identified two possible issues:
> 
>  •I haven’t set it right in the source
>   https://gitlab.com/fla-llm-thesis/fla-llm-thesis/
>   https://gitlab.com/context-modules/pful
> 
>  •The ICC profiles aren’t in the right place – I can’t 
>   figure out where they should be on a Linux system.
>

see 'ICC profiles' at

http://wiki.contextgarden.net/PDFX

The ICC part should still be valid (where to put the profiles), but some
of the infos are outdated.


Q: does it have to be '1a'? '1b' is less restrictive

Q: what color profiles should be used? looks like gray only, so
default_gray.icc should be sufficient


quick PDF/A-1b:2005 preflight with my outdated Acrobat 9:

- color problems (probably the missing profiles)
- font problems (seems to be Type 1 related, I donno)
  Luigi mentions this in his article (8.pdf)
- both icons on page 2 contain transparency (which is not allowed)
- no interaction allowed (\setupinteraction[state=start,click=yes,...)
  no need to change links, references, etc.; just disable interaction in
general (state=stop)


Also: your ConTeXt version is from 2013; please update (but keep a copy
of the old version), as there is the possibility, that some of the
problems are already fixed

Just make some changes and report back. Problems are solved one by one ;)


Best wishes,

Peter

___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

[NTG-context] Thick border of one side of TR/TD

2016-05-17 Thread Procházka Lukáš Ing .

Hello,

what is the easiest way to border table row along ONE side?

In my example - first row bottom and last row top?

All being typeset as TABLE (i.e. \bTABLE ... \bTR ... \bTD ...).

I played a bit with rulethickness for TD and/or TR but in all attempts the 
WHOLE border thickness is affected.

I guess that the bordering style of the table attached is often needed;
I would be nice to have something like \bTR[bottomrulethickness=thick] or 
something...

How to achieve this?

Best regards,

Lukas


--
Ing. Lukáš Procházka | mailto:l...@pontex.cz
Pontex s. r. o.  | mailto:pon...@pontex.cz | http://www.pontex.cz
Bezová 1658
147 14 Praha 4

Tel: +420 241 096 751
Fax: +420 244 461 038___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] Setting up TeXworks

2016-05-17 Thread Thomas Fehige

Whew, I've got it running, finally.

For some reason, TeXworks needs to tell mtxrun explicitly where its 
texmf-tree is located. Meaning, an additional argument is required in 
TeXworks's starter setup, which now looks like this:


name: ConTeXt MkIV
command: mtxrun
arguments:
--tree=/usr/local/context/tex<-- this is the one!
--autogenerate
--script
context
$fullname

In the "Paths to TeX and friends" list I have

/usr/local/context/texmf-linux-64
/usr/local/context/bin

as the top two entries.

I don't know what exactly is going on here, so I don't feel confident to 
add this to the wiki, but maybe someone else does and will.


Thanks for listening -- Thomas

Am 17.05.2016 um 13:16 schrieb Thomas Fehige:
I tried that, no success (not very different from what I did before 
either). Are there other tests that I could do? Can't anybody 
interpret the messages, error and otherwise?


Cheers -- Thomas

Am 16.05.2016 um 17:55 schrieb Jean-Pierre Delange:
At the end of this website page 
http://lesfichesabebert.fr/index.php/Context/Instalation, there are 
some explanations about the TeXWorks typesetting setting. There are 
some screen prints which may help.


- Mail original -
De: "Thomas Fehige" 
À: ntg-context@ntg.nl
Envoyé: Lundi 16 Mai 2016 17:46:13
Objet: Re: [NTG-context] Setting up TeXworks


Am 06.05.2016 um 13:39 schrieb L.S.-Soc:



I've searched through the mailing list, what the initial post to this 
topic was, but i couldn't find it. If you're having trouble to make 
context compile a document, try this:


- TeXworks tools.ini doesn't need to be edited manually. It's the 
file where TW saves the settings from " Edit -> Preferences -> 
Typesetting ".
- First of all make sure, that you downloaded ConTeXt by using 
"first-setup.exe"


That I did. Not *.exe though, being on a Linux OS, Xubuntu to be 
precise.




- Then, you should add the folder where context.exe (and all 
executables) are stored to your system paths: Use your browser to 
navigate to the said folder, click on the address bar and copy the 
full path. For me it looks like this: " 
F:\Sandbox\ConTeXt\tex\texmf-win64\bin "
- Then add this path to your windows system paths: go to your windows 
control panel, double click " System "-> advanced settings -> 
environment variables (or something like this), in the lower halfth 
there is a window with a point " Path " . Double click it and paste 
your CTX folder pretty much at the top of the section or if there is 
only one line, add it at the beginning, and use semikolon ( ; ) to 
seperate it from the rest. Save your settings and you should be good 
to go.
- to test if you did it correctly open your command line and simply 
enter " context.exe --version ". If command line tells you, that no 
context.exe was found, then you might try to add the context \bin 
folder to your system paths again


Translating this into Linux, all this works fine.



- if command line tells you the version of context, then you can 
proceed:


- start TW, " Edit -> Preferences -> Typesetting ". There check the 
upper halfth for the context folder you added to your system paths. 
If you've added it at the beginning, it should be at the top here as 
well. Alternatively use the arrows to push context\bin it to the very 
top


NOTE: this is important. if you have MikTeX installed for example and 
if its folder is listed above your context folder, TW will try to use 
exe files from the MikTeX folder. so make sure that context\bin is 
above anything related to tex, context or lua.


Thanks for your detailed description, but I'm afraid that's not it. 
Meanwhile I uninstalled all my texlive packets and reinstalled 
TeXworks without any of the texlive components, and reinstalled 
ConTeXt standalone strictly according to this: 
http://wiki.contextgarden.net/Ubuntu#With_ConTeXt_Standalone_.E2.80.93_should_work_with_all_Ubuntu_versions 
-- and the problem persists. mtxrun is found and started allright, 
but it complains that it can't find some files, that a database is 
outdated, and that it can't find some other files and stops without a 
pdf. Below is the complete console output as shown in TeXworks. 
Calling "context test" in a terminal window works fine, though.


Cheers -- Thomas



-- 



mtxrun | forcing cache reload

resolvers | resolving | looking for 'texmfcnf.lua' on given path 
'/home/thomas/texmf/web2c' from specification 'home:texmf/web2c'


resolvers | resolving | looking for 'texmfcnf.lua' on weird path 
'/usr/local/context/bin' from specification 'selfautoloc:'


resolvers | resolving | looking for 'texmfcnf.lua' on given path 
'/usr/local/context/bin/share/texmf-local/web2c' from specification 
'selfautoloc:/share/texmf-local/web2c'


resolvers | resolving | looking for 'texmfcnf.lua' on given path 
'/usr/local/context/bin/share/texmf-dist/web2c' from specification 

Re: [NTG-context] Setting up TeXworks

2016-05-17 Thread Thomas Fehige
I tried that, no success (not very different from what I did before 
either). Are there other tests that I could do? Can't anybody interpret 
the messages, error and otherwise?


Cheers -- Thomas

Am 16.05.2016 um 17:55 schrieb Jean-Pierre Delange:

At the end of this website page 
http://lesfichesabebert.fr/index.php/Context/Instalation, there are some 
explanations about the TeXWorks typesetting setting. There are some screen 
prints which may help.

- Mail original -
De: "Thomas Fehige" 
À: ntg-context@ntg.nl
Envoyé: Lundi 16 Mai 2016 17:46:13
Objet: Re: [NTG-context] Setting up TeXworks


Am 06.05.2016 um 13:39 schrieb L.S.-Soc:



I've searched through the mailing list, what the initial post to this topic 
was, but i couldn't find it. If you're having trouble to make context compile a 
document, try this:

- TeXworks tools.ini doesn't need to be edited manually. It's the file where TW saves the 
settings from " Edit -> Preferences -> Typesetting ".
- First of all make sure, that you downloaded ConTeXt by using "first-setup.exe"

That I did. Not *.exe though, being on a Linux OS, Xubuntu to be precise.



- Then, you should add the folder where context.exe (and all executables) are stored to 
your system paths: Use your browser to navigate to the said folder, click on the address 
bar and copy the full path. For me it looks like this: " 
F:\Sandbox\ConTeXt\tex\texmf-win64\bin "
- Then add this path to your windows system paths: go to your windows control panel, double click " 
System "-> advanced settings -> environment variables (or something like this), in the lower 
halfth there is a window with a point " Path " . Double click it and paste your CTX folder 
pretty much at the top of the section or if there is only one line, add it at the beginning, and use 
semikolon ( ; ) to seperate it from the rest. Save your settings and you should be good to go.
- to test if you did it correctly open your command line and simply enter " 
context.exe --version ". If command line tells you, that no context.exe was found, 
then you might try to add the context \bin folder to your system paths again

Translating this into Linux, all this works fine.



- if command line tells you the version of context, then you can proceed:

- start TW, " Edit -> Preferences -> Typesetting ". There check the upper 
halfth for the context folder you added to your system paths. If you've added it at the 
beginning, it should be at the top here as well. Alternatively use the arrows to push 
context\bin it to the very top

NOTE: this is important. if you have MikTeX installed for example and if its 
folder is listed above your context folder, TW will try to use exe files from 
the MikTeX folder. so make sure that context\bin is above anything related to 
tex, context or lua.

Thanks for your detailed description, but I'm afraid that's not it. Meanwhile I 
uninstalled all my texlive packets and reinstalled TeXworks without any of the texlive 
components, and reinstalled ConTeXt standalone strictly according to this: 
http://wiki.contextgarden.net/Ubuntu#With_ConTeXt_Standalone_.E2.80.93_should_work_with_all_Ubuntu_versions
 -- and the problem persists. mtxrun is found and started allright, but it complains that 
it can't find some files, that a database is outdated, and that it can't find some other 
files and stops without a pdf. Below is the complete console output as shown in TeXworks. 
Calling "context test" in a terminal window works fine, though.

Cheers -- Thomas



--

mtxrun | forcing cache reload

resolvers | resolving | looking for 'texmfcnf.lua' on given path 
'/home/thomas/texmf/web2c' from specification 'home:texmf/web2c'

resolvers | resolving | looking for 'texmfcnf.lua' on weird path 
'/usr/local/context/bin' from specification 'selfautoloc:'

resolvers | resolving | looking for 'texmfcnf.lua' on given path 
'/usr/local/context/bin/share/texmf-local/web2c' from specification 
'selfautoloc:/share/texmf-local/web2c'

resolvers | resolving | looking for 'texmfcnf.lua' on given path 
'/usr/local/context/bin/share/texmf-dist/web2c' from specification 
'selfautoloc:/share/texmf-dist/web2c'

resolvers | resolving | looking for 'texmfcnf.lua' on given path 
'/usr/local/context/bin/share/texmf/web2c' from specification 
'selfautoloc:/share/texmf/web2c'

resolvers | resolving | looking for 'texmfcnf.lua' on given path 
'/usr/local/context/bin/texmf-local/web2c' from specification 
'selfautoloc:/texmf-local/web2c'

resolvers | resolving | looking for 'texmfcnf.lua' on given path 
'/usr/local/context/bin/texmf-dist/web2c' from specification 
'selfautoloc:/texmf-dist/web2c'

resolvers | resolving | looking for 'texmfcnf.lua' on given path 
'/usr/local/context/bin/texmf/web2c' from specification 
'selfautoloc:/texmf/web2c'

resolvers | resolving | looking for 'texmfcnf.lua' on weird path 
'/usr/local/context' from specification 

Re: [NTG-context] LaTeX reledmac: what about ConTeXt ?

2016-05-17 Thread luigi scarso
On Mon, May 16, 2016 at 6:50 PM, Arthur Reutenauer <
arthur.reutena...@normalesup.org> wrote:

> > liturgical latin  uses œ́ from 1894 (Missale romanum:
> > en decreto sacrosancti Concilii Tridentini
> > restitutum.
> > https://archive.org/details/missaleromanume01churgoog)
> > It seems the first time it appears.
>
>   Yes, that's one of the conventions they have for liturgical Latin.
>

do you know others ?

-- 
luigi
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___