Hello ConTeXist.
When I create my own list of content, so there is a repetition of
chapter numbers in the list of contents.
Is it a bug in last minimals? In previous versions it worked OK!
Thanx Jaroslav
Here is my minimal example:
\definelist[Ichap]
\definelist[IIchap]
Thanx Wolfgang.
It is working OK now. Surprised me that in previous versions it was OK.
Jaroslav
Dne 20.6.2011 23:17, Wolfgang Schuster napsal(a):
Am 20.06.2011 um 23:12 schrieb Jaroslav Hajtmar:
Hello ConTeXist.
When I create my own list of content, so there is a repetition
Hello ConTeXist again,
I found an irregularity in the functioning of the latest minimals beta
version and earlier versions.
When a create list of bibliography (in a my little special format), then
item numbers are aligned left, whereas previously been aligned to the
right. In addition, the
and occasionally I encounter any problems...
Jaroslav
Dne 20.6.2011 23:58, Hans Hagen napsal(a):
On 20-6-2011 11:29, Jaroslav Hajtmar wrote:
Thanx Wolfgang.
It is working OK now. Surprised me that in previous versions it was OK.
wat previous versions? definehead has always defined lists
Hello ConTeXtist.
Is there any possibility to influence the appearance of a list of
bibliography when I make it in MKIV minimals using the command
\placepublications?
I am thinking in particular spacing, stoppers etc.
Specifically, I need to change the alignment of reference items and
Hello Yoraxe,
what about this:
\setupbibtex[database=bib]
\starttext
Citation: \cite[booklet]
\placepublications[criterium=all]
\stoptext
Dne 22.6.2011 23:10, yoraxe napsal(a):
Hey,
Typing
\setupbibtex[database=bib]
\starttext
\completepublications
\stoptext
with bib.bib:
It is strange.
I compiled it by
1) latest minimals
2) ConTeXt (MKIV) in TeXLive 2010.
(LuaTeX, Version beta-0.60.2-2010071421 (Web2C 2010) (rev 3736)
ConTeXt ver: 2010.05.24 13:05 MKIV fmt: 2010.9.21 int: english/english
and in both cases it was fine... (I really tried)
Jaroslav
Dne
(a):
Am 23.06.2011 11:37, schrieb Jaroslav Hajtmar:
It is strange.
I compiled it by
1) latest minimals
2) ConTeXt (MKIV) in TeXLive 2010.
(LuaTeX, Version beta-0.60.2-2010071421 (Web2C 2010) (rev 3736)
ConTeXt ver: 2010.05.24 13:05 MKIV fmt: 2010.9.21 int: english/english
and in both cases
Hello Wolfgang.
I know that my question is a little off this topic, but:
Is there any possibility change due this method affect appearance list
typed using \placecontent (the gap between list items, alignment, etc.)?
If I knew how to do it, maybe I found how to change appearance list of
Hello ConTeXist,
As is known, the layout of a list (of content) is determined by the
values of alternative, margin, width
and distance. Required values can be changed via commands \setuplist or
\setupcombinedlist.
Can somehow influence the horizontal arrangement of items in lists typed
Dne 23.6.2011 21:49, Jaroslav Hajtmar napsal(a):
Hello ConTeXist,
As is known, the layout of a list (of content) is determined by the
values of alternative, margin, width
and distance. Required values can be changed via commands \setuplist
or \setupcombinedlist.
Can somehow influence
Hello ConTeXist.
How best (optimally) in Lua code in ConTeXt define own ConTeXt macros?
I was used recently LuaTeX syntax (for example) :
tex.sprint(tex.ctxcatcodes,'\\def\\mymacro\{arg of mymacro\}')
But someone advised me that I use the better syntax:
context('\\def\\Mymacro\{arg of
napsal(a):
On 12-7-2011 5:30, Jaroslav Hajtmar wrote:
But someone advised me that I use the better syntax:
context('\\def\\Mymacro\{arg of mymacro\}')
or context(\\def\\test#1{#1}) etc...
whatever you like best
context.setvalue{Mymacro,somevalue)
context([[\def\MyMacro#1{#1}]])
Exist other
Great
Hans, thanx very much for complete an exhaustive answer..
It very help me to solve my module
Regards Jaroslav
Dne 13.7.2011 11:55, Hans Hagen napsal(a):
On 13-7-2011 10:05, Jaroslav Hajtmar wrote:
Hello all.
It is GREAT! Thanx Hans and Wolfgang too. It is very instructive
want completely rewrite my entire module into LUA code (this means
only lua file without TEX code)
Thanx Jaroslav
Dne 13.7.2011 14:56, Wolfgang Schuster napsal(a):
Am 13.07.2011 um 12:05 schrieb Jaroslav Hajtmar:
Great
Hans, thanx very much for complete an exhaustive answer
}%
{\doifsomethingelse{#1}{% 1 arg.
\doloopfromto{-1}{-1}{#1}%
}{% if without arguments then do \lineaction macro for all lines
\doloopfromto{-1}{-1}{\lineaction}%
}%
}%
}%
}%
Dne 13.7.2011 16:33, Wolfgang Schuster napsal(a):
Am 13.07.2011 um 16:09 schrieb Jaroslav
Hello all,
For several hours trying to find solutions of problem.
My minimal example (I mention it at the end of email) for clear reasons
show, that :
7 is not number.
7 is number.
7is not number.
7is not number.
In the first is argument '\value' negotiable to the value, in second it
is
)}
\def\macroI{6}
\ctxlua{test(\macroI)}
\ctxlua{test(\\macroI)}
\stoptext
Dne 17.7.2011 14:19, Wolfgang Schuster napsal(a):
Am 17.07.2011 um 14:01 schrieb Jaroslav Hajtmar:
Hello all,
For several hours trying to find solutions of problem.
My minimal example (I mention
of his contents ...
If you write that:
Not possible.
then it's not for me very good news, because I thus probably not my
module to process only at the Lua language ...
Thanx Jaroslav...
Dne 17.7.2011 14:53, Wolfgang Schuster napsal(a):
Am 17.07.2011 um 14:42 schrieb Jaroslav Hajtmar
Thanx Wolfgang.
It is a good example, which I will definitely come in handy sometimes,
but unfortunately I can not help my problem to solve.
Once again, many thanks
Jaroslav
Dne 17.7.2011 15:40, Wolfgang Schuster napsal(a):
You can’t expand macro from Lua but the following is possible:
Hello ConTeXist.
I have done the module (for context), which is entirely written in Lua
(ConTeXt definitions are done through Lua too).
I wonder how it can be loaded into ConTeXt file. Have I to use the
beginning of the file:
\startluacode
dofile (my-module.lua)
\stopluacode
to loading
Great ... that's exactly what I needed ... Thanks very much Wolfgang.
It can be somewhere on similar techniques to read more? Just links to
some sample files to the dissected ...
Thanks a lot
Jaroslav
Dne 19.7.2011 14:39, Wolfgang Schuster napsal(a):
Am 19.07.2011 um 14:27 schrieb Jaroslav
Jaroslav
Dne 19.7.2011 17:06, Wolfgang Schuster napsal(a):
Am 19.07.2011 um 16:26 schrieb Jaroslav Hajtmar:
Great ... that's exactly what I needed ... Thanks very much Wolfgang.
It can be somewhere on similar techniques to read more? Just links to some
sample files to the dissected
it probably is
not very important at this point because the problem is maybe a bit wider.
Best regards
Jaroslav Hajtmar
Here is my minimal example. When the file called list-aaa.tex so
everything is OK. When the file named list+aaa.tex and pictures are
found, the compilation fails:
\usemodule
Thanx Peter.
Sure ... I don't use the problematic characters in file names for
obvious reasons. It happened rather by accident when processing an older
file. But I am surprised because sometimes it works well and sometimes
not at all.
Best regards
Jaroslav Hajtmar
Dne 26.7.2011 10:21
Hello Cecil ...
Here is my simple tip. All you need is a font set, which are needed
emoticons ...
\def\numcharacter#1{\char#1{}}
\let\dochar\numcharacter
\definefont[wingding][wingding.ttf at 12pt]
\starttext
{\wingding \dochar{74}\dochar{75}\dochar{76}}
\stoptext
With greeting Jaroslav
Hajtmar
Dne 17.8.2011 23:57, Wolfgang Schuster napsal(a):
Am 17.08.2011 um 16:20 schrieb Cecil Westerhof:
2011/8/17 Jaroslav Hajtmar hajt...@gyza.cz mailto:hajt...@gyza.cz
Hello Cecil ...
Here is my simple tip. All you need is a font set, which are
needed emoticons ...
\def
not load at all!
It is necessary to explicitly specify the file extension?
Why components (in separate files) into all the main project file do not
load?
Thanks Jaroslav Hajtmar
___
If your question is of interest
in this time,
then compilation of project is OK... When I compiling by standalone
version, then components are not loaded ...
What is diference between those versions of context (in terms of
processing projects) ??
Thanx Jaroslav Hajtmar
Dne 26.8.2011 0:46, Jaroslav Hajtmar napsal(a):
Hello
Hello Hans,
Thanks for the advice. Enough swap (change) \startproject ...
\stopproject to \startproduct ... \stopproduct in the source file and
everything runs just fine!
Thanx Jaroslav Hajtmar
Dne 26.8.2011 1:18, Hans Hagen napsal(a):
On 26-8-2011 00:46, Jaroslav Hajtmar wrote:
Hello
arrange some trick?
Thanx Jaroslav Hajtmar
Here is my minimal example:
\setupTABLE[split=yes]
\setupTABLE[row][first][background=color,backgroundcolor=gray]
\setupTABLE[column][1][width=1cm]
\setupTABLE[column][2][width=2cm]
\setupTABLE[column][3][width=3cm]
\setupTABLE[column][4][width=4cm
part of the table. The remaining parts are moved partially off the page.
Thanx Jaroslav Hajtmar
Here is working example:
\setupTABLE[split=yes]
\setupTABLE[row][first][background=color,backgroundcolor=gray]
\setupTABLE[column][1][width=1cm]
\setupTABLE[column][2][width=2cm
Hello ...
To my previous mail I am sending minimal example of strange behavior of
splitting rotated table:
Can somehow be corrected?
Jaroslav Hajtmar
\definepapersize[paperportrait][A4]
\definelayout[portrait][width=middle, topspace=5mm, header=1cm,
footer=1.5cm, height=middle
the data at
the corresponding position on the page by using layers? Or exist any way
to do it using \setuplayout?
Thanx Jaroslav Hajtmar
Here is my example:
% http://source.contextgarden.net/page-lay.mkiv
%\showframe
\definepapersize[paperportrait][A4]
\definepapersize[paperlandscape][A4
of TeX live 2010
(ConTeXt ver: 2011.07.26 09:17 MKII fmt: 2011.7.26) then everything is
fine.
Is it a bug or I something wrong?
Thanx Jaroslav Hajtmar
Here is my minimal example:
\setupcolors[state=start]
\setupinteraction[state=start,color=blue]
\def\parenttable{{\bTABLE\dorecurse{60
lines is
replaced by a single blank line (for obvious reasons). I tried to
experiment with the settings \setuptyping, but without success.
Thanx Jaroslav Hajtmar
Here is my minimal example :
\definetyping[mytyping][color=blue, style=type, option=, blank=line,
space=fixed]%
\starttext
Hello, Hans.
Did not make a change now (in project structure)? I've updated an thirty
minutes ago ConTeXt and stopped me working translation of things that I
have a few days in order compiled.
It is possible to go some way older install standalone ConTeXt?
Thanx Jaroslav
Here is
OK... thanx
I'm sorry to bother you., but give the corrected version to download soon?
I am not working at the moment the project.
Thanks Jaroslav.
Dne 12.11.2011 13:46, Hans Hagen napsal(a):
On 12-11-2011 13:03, Jaroslav Hajtmar wrote:
Hello, Hans.
Did not make a change now (in project
\zerocount {commands.#1}
\stopproject -\ctxcommand {stopproject ()}
\honorendofinput
l.22 \stopproject
! == Fatal error occurred, no output PDF file produced!^
Dne 12.11.2011 13:59, Hans Hagen napsal(a):
On 12-11-2011 13:55, Jaroslav Hajtmar wrote:
OK
Thanks Wolfgang, but unfortunately for me it still does not work...
Jaroslav
Dne 13.11.2011 14:13, Wolfgang Schuster napsal(a):
-\def\resetsystemmode#1%
+\def\popsystemmode#1%
{\ifcsname\@mode@:\systemmodeprefix#1\endcsname
:43, Wolfgang Schuster napsal(a):
Am 13.11.2011 um 14:38 schrieb Jaroslav Hajtmar:
Thanks Wolfgang, but unfortunately for me it still does not work…
Minimal example:
\startcomponent test
\input knuth
\stopcomponent
With the current beta this fails but after I changed
\def
Hello ConTeXist.
The thing I'm interested.
It is possible to achieve that arose at the bottom of an emptyspace and
was fully utilized the entire page?
Here is an minimal example:
\definecombination
[overviewpage]
[distance=\zeropoint,
inbetween=,
]
\setuplayout[page]
Hello ConTeXt folks.
Is it possible to adjust the size of the gap between the lower edge of
the picture and its caption in simple externalfigure command?
By experimenting I found that this gap can be set in a floating
environment (placefigure) using inbetween parameter.
Is there possibilities
are in a startcombinations block and not a figure
environement, try this:
\setupcombinations[inbetween={\blank[1cm]}]
-Ursprüngliche Nachricht-
Von: ntg-context-boun...@ntg.nl [mailto:ntg-context-boun...@ntg.nl] Im
Auftrag von Jaroslav Hajtmar
Gesendet: Freitag, 25. November 2011
...@ntg.nl [mailto:ntg-context-boun...@ntg.nl] Im
Auftrag von Jaroslav Hajtmar
Gesendet: Freitag, 25. November 2011 20:54
An: mailing list for ConTeXt users
Betreff: Re: [NTG-context] Change the gap between image and caption
Hello Christian.
Thank you. For the entire block of images it works well
Hello Hans,
My tip is use \setupcaptions[number=yes, suffix=\hskip5mm]
I do not know whether it is a clean solution, but visually it looks OK.
Probably will need to determine the exact size of \hskip parameter.
Jaroslav
\setuppapersize[A6][A6]
\starttext
\placefigure[][fig:1]{label with
Hello Peter.
I have a similar experience. If image width is greater than the width of
one column and at the same time is a picture with the caption then text
does not wrap around the image. If the picture is without caption (for
example \placefigure[btrl,none]{}{...}) then everything works
Hello ConTeXist.
Sorry for the beginner question, more for Lua(TeX) experts.
Can somehow be achieved that the parameter of TeX macro get to
luafunction unchanged?
In the debug.txt file is the result obtained.
Thanx Jaroslav
\startluacode
debug=io.open(debug.txt,w+)
function testfun(param)
Thanx Wolfgang.
In ConTeXt this solution works well.
Exist any similar solution in pure LuaTeX? I need solve one problem in
pure LuaTeX.
But solutions in Context I will also throw - thanx.
Jaroslav
Dne 5.12.2011 21:33, Wolfgang Schuster napsal(a):
Am 05.12.2011 um 21:22 schrieb Jaroslav
Great, great, great...
It works very well
Thanx very much...
Jaroslav
Dne 5.12.2011 22:08, Wolfgang Schuster napsal(a):
Am 05.12.2011 um 22:06 schrieb Jaroslav Hajtmar:
Thanx Wolfgang.
In ConTeXt this solution works well.
Exist any similar solution in pure LuaTeX? I need solve one
(orig_pos)
string.lenutf8(string),
but without success.
Can you please someone help?
Thanks
Jaroslav Hajtmar
Here is my minimal example:
\def\mymacro#1{\ctxlua{for i=1, string.len('#1') do
context(string.sub('#1',i,i).., ) end}}
\starttext
%\mymacro{šěřěžřýčřčžáýčý} % Here is a problem
Hello Philipp.
Thanx very much for very quick and perfect help.
Is there any manual or source, where I can read these (and next and
similar) information?
One more thanx
Jaroslav Hajtmar
Dne 1.2.2012 21:05, Philipp Gesang napsal(a):
\def\mymacro#1{%
\startluacode
local utf
Thanx Philipp!
It just - I do not mind studying the code ...
Many thanx.
Jaroslav
Dne 1.2.2012 21:35, Philipp Gesang napsal(a):
On 2012-02-01 21:17, Jaroslav Hajtmar wrote:
Hello Philipp.
Thanx very much for very quick and perfect help.
Is there any manual or source, where I can read
with expansion ??
What could it be?
Thanx Jaroslav Hajtmar
Here is my problematic macro and error report:
When I delete the rows with \writebetweenlist then everything is OK.
\def\rtitle[#1][#2] #3\par{\reference[#2]{#3}%
\writebetweenlist[#1kap]{\blank}%
\writebetweenlist[#1kap
Thanks Hans
for the reply. Can you please advise where to stop this group?
That is where to put \endgroup?
I can not find this place...
Thanks Jaroslav Hajtmar
Dne 24.2.2012 22:58, Hans Hagen napsal(a):
On 24-2-2012 12:34, Jaroslav Hajtmar wrote:
Hello ConTeXist,
Just a minute ago I
\section{} or \title{}
commands), bibliography stops working and the error will appear in the
bibliography links (Error2) and a list of the bibliography does not list.
What I am doing wrong?
Thanx Jaroslav Hajtmar
Here is my minimal example:
\setupbibtex[database={samplebib}]
\setuppublications
] Section Three
\stoptext
Dne 25.2.2012 8:24, Wolfgang Schuster napsal(a):
Am 24.02.2012 um 23:19 schrieb Jaroslav Hajtmar:
Thanks Hans
for the reply. Can you please advise where to stop this group?
That is where to put \endgroup?
I can not find this place…
You don’t \endgroup because
Just one a notice.
Using the standalone version can not be resolved even Hans's example in
wikipedia at
http://wiki.contextgarden.net/Reference/en/writebetweenlist
Jaroslav Hajtmar
Dne 25.2.2012 12:02, Jaroslav Hajtmar napsal(a):
Thanx Wolfgang
for reply, but it does not work still.
I am
Hello ConTeXist.
Here is my next problem. You see it in minimal example.
When I put link to bibliography to caption of figure, then list of
bibliography consist caption of figure ...
What I am doing wrong?
In MKII and former versions of MKIV it worked OK.
Thanx Jaroslav Hajtmar
Here is my
refresh, etc. .. what I know)?
Or what I doing wrong?
Thanx Jaroslav Hajtmar
Dne 25.2.2012 17:52, Wolfgang Schuster napsal(a):
Am 25.02.2012 um 12:02 schrieb Jaroslav Hajtmar:
Thanx Wolfgang
for reply, but it does not work still.
I was in a hurry and had no time to test
Thanks Wolfgang
for the willingness! I'm sorry, but after re-generation format context
always has an error (see below). I guess I'll wait for the subsequent
official correction. Fortunately in TeX Live version of MKIV works as it
should.
Thanks again.
Jaroslav Hajtmar
I do not know
.
Jaroslav Hajtmar
Dne 25.2.2012 13:43, Jaroslav Hajtmar napsal(a):
Hello ConTeXist.
Here is my next problem. You see it in minimal example.
When I put link to bibliography to caption of figure, then list of
bibliography consist caption of figure ...
What I am doing wrong?
In MKII and former versions
components? Is it acceptable
or undesirable? At some point I would throw this possibility, but I do
not want to do something that could then backfire somehow.
Thanx Jaroslav Hajtmar
Dne 28.2.2012 17:37, Procházka Lukáš Ing. - Pontex s. r. o. napsal(a):
Hello,
I'm trying to use advantages
entries. Or exist any external tools for that do it?
Thanx Jaroslav Hajtmar
___
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
Thanx Marco.
I remember that I once read that magazine, but I already forgot it. It
is good that you reminded me. It is good to occasionally return to the
forgotten manuals. Thanks again.
Jaroslav.
Dne 28.2.2012 19:01, Marco napsal(a):
On 2012-02-28 Jaroslav Hajtmarhajt...@gyza.cz wrote:
Jaroslav Hajtmar
Dne 28.2.2012 20:34, Kip Warner napsal(a):
Hey folks,
I was wondering if someone could offer a meaningful comparison in a
nutshell to a layperson of the pros and cons of using Scribus versus
ConTeXt. I actually just discovered the former today
You have generally right ... But I think that you must not take the
measure of the devilish speed the development rate of development of
ConTEXt :-)
I often I make a text document using the Context and the resulting PDF
document I put into Scribus. With Scribus I put graphics, titles etc.
For
the list of bibliography?
Many thanx
Jaroslav
Dne 28.2.2012 20:19, Thomas A. Schmitz napsal(a):
On 2/28/12 7:12 PM, Jaroslav Hajtmar wrote:
Hello ConTeXist..
I have an unusual question: Is it bibliography really such a big
problem
for MKIV or I am unable to do?
Do you have some
Dne 1.3.2012 10:08, Thomas A. Schmitz napsal(a):
On 02/29/2012 09:33 PM, Jaroslav Hajtmar wrote:
Hello Thomas.
Thanks for your interest in my problem.
My problem is that while simple basic aplication works fine, in complex
applications (including components, images, tables etc
/2012 10:49 AM, Jaroslav Hajtmar wrote:
Thanx Thomas
Thank you dealt with my problem. Maybe I'm the first to met this bug (if
a mistake is it).
Regarding the use of buffers: I'll have to remake it, because everything
I have in principle based just on buffers.
If I could not give a citation link
Hello ConTeXist.
I present an bug with which I have been seeing over the last few
versions of Context.
In collaboration with Thomas, who helped me find the perfect minimal
example, I managed to finally find out what is the core of my problem.
But it is perhaps deeper than at first glance.
Hello Kip.
I do not know whether it will be something, but try increasing the
memory in some parts of texmf.cnf file.
I once enlarged in ConTeXt in TeXlive pool_size.context = 200
Good Luck. Jaroslav
At the same time are any values in texmf.cnt this:
buf_size.context = 400
Hello ConTeXist.
Unfortunately, I give up. The standard way to use the bibliography fail
(output still is not sorted in the order they came citing). I can not
even after many hours of testing and experimenting get win. Therefore I
decide that I am looking now other ways. Does anyone have
$}
\globvar
% not working
$\alpha$ --
\puttoglobvar{$\alpha$}
\globvar
% Error ...
%\puttoglobvar{$\\alpha$}
%\globvar
\bye
Can you please advise?
Thanx Jaroslav Hajtmar
___
If your question is of interest to others
Thanx Wolfgang.
Great - now it works.
Hans' advice with \show command I'm not able to understand and
implement it.
One more thanx
Jaroslav Hajtmar
Dne 18.3.2012 12:33, Jaroslav Hajtmar napsal(a):
Thanx Wolfgang.
Great - now it works.
Hans' advice with \show command I'm not able
Thanks Wolfgang,
these are very valuable tips for me for the future. I put them to
special document for later use. Thanks again for the valuable advice.
Jaroslav Hajtmar
Dne 18.3.2012 14:00, Wolfgang Schuster napsal(a):
Am 18.03.2012 um 13:48 schrieb Jaroslav Hajtmar:
Thanx Wolfgang
Thanks Luigi for the explanation - I understand now...
Jaroslav Hajtmar
Dne 18.3.2012 14:14, luigi scarso napsal(a):
On Sun, Mar 18, 2012 at 1:40 PM, Jaroslav Hajtmarhajt...@gyza.cz wrote:
Thanx Wolfgang.
Great - now it works.
Hans' advice with \show command I'm not able to understand
Hello all,
I tested online version of context (mkii) (http://live.contextgarden.net/)
for using by training of my few students. Is anywhere online mkiv
version of context? I would use luascripts in context macros.
Thanx Jaroslav
Hello all,
can somehow insert the chapter (section, subsection, ...) number as a
prefix of itemize list?
Thanx Jaroslav
Example show exactly what I mean:
\section{First section}
\startitemize
\item aaa
\item bbb
\item ccc
\stopitemize
\section{Second section}
\startitemize
\item ddd
Thanx Wolfgang.
How easy!
Can I also put subsection (subsubsection) number to the prefix too? It
is possible eventually set the depth level?
For example: \setupitemize[each][n,broad][prefix=yes, depthlevel=3]
Thanx
Jaroslav Hajtmar
Example shows how occurence of the subsections reflects
Excellent. If works now fine!
Thanx very much Wolfgang..
Jaroslav
Dne 25.3.2012 12:02, Wolfgang Schuster napsal(a):
Am 25.03.2012 um 11:36 schrieb Jaroslav Hajtmar:
Thanx Wolfgang.
How easy!
Can I also put subsection (subsubsection) number to the prefix too? It is
possible eventually
B
\startitemize[n]
\item a
\item b
\stopitemize
\item C
\startitemize[n]
\item 1
\item 2
\stopitemize
\item D
\stopitemize
\stoptext
Dne 25.3.2012 12:17, Jaroslav Hajtmar napsal(a):
Excellent. If works now fine!
Thanx very much Wolfgang..
Jaroslav
I appreciate the excellent idea, and certainly, I will often use ...
With thanx
Jaroslav Hajtmar
Dne 28.3.2012 14:33, Jan Heinen napsal(a):
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
Hello all,
I can not find a way to remove the quotes from the results of the
reference link
Can someone help?
Thanx
Jaroslav Hajtmar
Here is minimal example:
\starttext
\section[first]{First}
\subsection[second]{Second}
\input tufte
\in{(see section}{ \about[second] at page \at[second
standalone version.
So I took the advice Steffen Wolfrum now, who works in both versions.
Given that otherwise often work in minimals standalone version of
ConTeXt, so I made a comment about Wolfgang advice - thanx.
Thanx again.
Jaroslav Hajtmar
Dne 29.3.2012 10:51, Hans Hagen napsal
for the record: I am using with success this solution with few
luascrips for a simple bibliography (sorting etc.), but only in ConTEXt
MKIV TeXLive 2011. I want use it in mimimals standalone too.
Thanx.
Jaroslav Hajtmar
Here is my example:
\definereferenceformat[cite][left={[},right
that the whole program in Lua?
Thanx
Jaroslav Hajtmar
Dne 29.3.2012 18:35, Wolfgang Schuster napsal(a):
Am 29.03.2012 um 17:59 schrieb Jaroslav Hajtmar:
Hello all,
I am seeking the incompatibility of ConTeXt minimals standalone and
ConTeXt MKIV, which is part of TeXLive the 2011. While
Hello all,
Is there a way to use comma character or semicolon character inside the
chemical formula?
Comma character is used as a delimiter of individual items in the formula.
When is there command for example \lettertilde, is there something like
\lettercomma (\charcomma), \lettersemicolon
Thanx Hans.
This is unexpectedly simple solution. :-)
I can not believe it not occurred to me!
Thanks so much.
Jaroslav Hajtmar
Dne 1.4.2012 15:32, Hans Hagen napsal(a):
On 1-4-2012 15:15, Jaroslav Hajtmar wrote:
Hello all,
Is there a way to use comma character or semicolon character
Hello all,
Where is error when not work links into items in the itemize list. Links
are active but not working?
Thanx
Jaroslav Hajtmar
Here is example:
\setupinteraction[state=start]
\starttext
\in{First link}[bibl:7] and \in{second link}[bibl:1]
\page
\startitemize[n]
\item [bibl:7
] Item A
\stopitemize
\stoptext
Thanx for advices
Jaroslav Hajtmar
Here is my old example:
\setupinteraction[state=start]
\starttext
\in{First link}[bibl:7] and \in{second link}[bibl:1]
\page
\startitemize[n]
\item [bibl:7] Item 7
\item [bibl:4] Item 4
\item [bibl:8] Item 8
Thanks Hans for your feedback.
Can be solved in such a case some alternative? I use this method for a
simple bibliography. Now everything is working OK, I only mentioned the
problem with break links.
Thanx Jaroslav
On 13-4-2012 09:50, Jaroslav Hajtmar wrote:
Hello all
Once again I return
that the bibliographic citations in the work is not
so much (about a hundred).
Good luck.
Jaroslav Hajtmar
Dne 14.4.2012 2:34, Kip Warner napsal(a):
On Fri, 2012-04-13 at 06:51 +0200, Philipp Gesang wrote:
(1) I'd like it such that each time I use \cite, the full citation and
not just (Some
statement. This
conference is above standard and willing to help to laity.
Jaroslav Hajtmar
Dne 15.4.2012 20:09, Mojca Miklavec napsal(a):
On Sat, Apr 14, 2012 at 05:51, Jaroslav Hajtmar wrote:
Hi Kip ...
I had a similar problem with a bibliography. Supervisor of thesis wants to
have
.
Here is link to my files:
http://public.hajtmar.com/?cesta=JRsVFQdsBhwIWyAdFwQROwZWEh0hHhAfEzETCRgNcRkQAA
(There is also a ZIP package) ..
with greetings
Jaroslav Hajtmar
Dne 17.4.2012 0:47, Kip Warner napsal(a):
On Sat, 2012-04-14 at 05:51 +0200, Jaroslav Hajtmar wrote:
Hi Kip ...
I
Hi Luiz
I recommend PSPad (http://www.pspad.com/en/) Try it.
I can not say that directly support ConTeXt, but TeX quite understand.
SciTE seems flawless, but I'm so used to PSPad that I can leave it :-).
Jaroslav Hajtmar
Dne 17.4.2012 20:31, Luiz Borges napsal(a):
Can anybody tell me how
,
Luiz Borges
2012/4/17 Jaroslav Hajtmarhajt...@gyza.cz:
Hi Luiz
I recommend PSPad (http://www.pspad.com/en/) Try it.
I can not say that directly support ConTeXt, but TeX quite understand.
SciTE seems flawless, but I'm so used to PSPad that I can leave it :-).
Jaroslav Hajtmar
Dne 17.4.2012
Hello ConTeXist.
When I work with Units module, I gain at the output of the greek mi
letter an italic font.
It seems strange. It is so in terms of typography correctly or not?
Can also be used for typing (with units module) unbowed letters?
Thanx
Jaroslav Hajtmar
Here is my example
Hello ConTeXist and Lua experts.
In a my Lua project I need to determine the changing dimensions of the
TeX \vbox through Lua.
In ConTeXt cycle, it works fine, but in the Lua cycle does not change
the dimensions of the box.
What am I doing wrong?
Thank you.
Jaroslav Hajtmar
Here is my
Thanks very much to Luigi.
Your solution really works.
Can you please explain why you doing this? My point is that if I have
the LUA code in a separate lua file (loaded with the Contex via
\directlua{dofile(filename.lua)}) (for example as a separate Lua
function), so I'm probably not so to do
1 - 100 of 383 matches
Mail list logo