[NTG-context] Printing bibliographic entries without the full publication list

2015-07-29 Thread Mojca Miklavec
Dear Hans  Alan,

I would like to manually print the selected list of publications, like this:

\usebtxdataset[items.bib]
\usebtxdefinitions[aps]
\starttext
\startitemize
\item \cite[entry][bib1]
\item some random text
\item \cite[entry][bib5]
\stopitemize
\stoptext

The problem is that this doesn't print anything unless I add
\placelistofpublications somewhere.

While I do understand (to some extent at least) the rationale for not
printing the number of bib item when \placelistofpublications is
missing, I don't see any reason why I should be unable to print the
complete publication that doesn't even require printing out any
number.

Any hints about how to do a workaround?

I could do

\nocite[bib1]
\nocite[bib5]
\placelistofpublications

but then I'm unable to do manual tweaking of the list and adding free text.

Thank you very much,
Mojca
___
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] Input order of modular environment files

2015-07-29 Thread juh
Am 28.07.2015 um 23:15 schrieb Hans Hagen:
 in most cases the order of settings is irrelevant as for instance colors
 and styles are delayed and related dimensions are synchronized

Thank you very much. Great. So I can just use the structure I need.

Ciao
juh


-- 
Das ZEN von Pandoc
Bücher und E-Books einfach und professionell produzieren
http://www.amazon.de/Das-ZEN-von-Pandoc-professionell/dp/1505218799/
Paperback (232 Seiten) und E-Book
___
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] links for notes

2015-07-29 Thread Hans Hagen

On 7/28/2015 5:02 PM, Pablo Rodriguez wrote:

Hans,

many thanks for having fixed the issues with bookmarks in latest beta
from 2015.07.28 15:15.

I have a pending issue with interactive documents. We discussed here
some months ago ().

The issue is that notes (footnotes and linenotes) have the same kind of
interactive links as the rest of the links in the PDF document.

Here is the minial sample:

 \setupinteraction[state=start, focus=standard]
 \starttext
 \completecontent
 \dorecurse{10}{\chapter{Chapter 1}
 a\footnote{b}}
 \stoptext

Could this be implemented? Otherwise, interactive notes will be
problematic for the rest of us.


you have to be more explicit

-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
tel: 038 477 53 69 | voip: 087 875 68 74 | 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] Linenumering inside floats

2015-07-29 Thread Hans Hagen

On 6/30/2015 7:56 PM, Aditya Mahajan wrote:

Hi,

I am forwarding a feature request for the t-vim module:
https://github.com/adityam/filter/issues/21

Is there a way to enable line numbering inside floats:

\definefloat[sourcecode][sourcecodes]

\startbuffer
\startlinenumbering
   \input tufte
\stoplinenumbering
\stopbuffer

\starttext
 \startplacesourcecode
   \getbuffer
 \stopplacesourcecode

 \getbuffer
\stoptext


in next beta (somewhat experimental as i needed to adapt an important 
helper for framed)



-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
tel: 038 477 53 69 | voip: 087 875 68 74 | 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] Printing bibliographic entries without the full publication list

2015-07-29 Thread Hans Hagen

On 7/29/2015 11:38 AM, Mojca Miklavec wrote:

Dear Hans  Alan,

I would like to manually print the selected list of publications, like this:

\usebtxdataset[items.bib]
\usebtxdefinitions[aps]
\starttext
\startitemize
\item \cite[entry][bib1]
\item some random text
\item \cite[entry][bib5]
\stopitemize
\stoptext

The problem is that this doesn't print anything unless I add
\placelistofpublications somewhere.

While I do understand (to some extent at least) the rationale for not
printing the number of bib item when \placelistofpublications is
missing, I don't see any reason why I should be unable to print the
complete publication that doesn't even require printing out any
number.

Any hints about how to do a workaround?

I could do

\nocite[bib1]
\nocite[bib5]
\placelistofpublications

but then I'm unable to do manual tweaking of the list and adding free text.


a while ago i made this for that purpose (as you wanted it) and alan is 
busy documenting it ... (btw, there is also criterium=dataset when 
placing lists)


\starttext

\startbuffer [demo]
@article{whatever-1,
  title  = {Whatever Title 1},
  author = {One and Two and Three and Four and Five and Six and 
Seven and Eight},

  year   = {2015}
}
@article{whatever-2,
  title  = {Whatever Title 2},
  author = {Mojca and others},
  year   = {2015}
}
@article{whatever-3,
  title  = {Whatever Title 3},
  author = {Mojca and Alan and others},
  year   = {2015}
}
@article{whatever-4,
  title  = {Whatever Title 4},
  author = {Mojca and Hans},
  year   = {2015}
}
\stopbuffer

\usebtxdataset [demo.buffer]

\usebtxdefinitions [aps]

\setupbtxrendering [aps] [numbering=yes]

% methods:
%
% \hiddencite : mark for list, don't show in text
% \listcite   : mark for list, show in text only when in list
% \textcite   : not to list, show in text
% \alwayscite : mark for list, show in text
%
% \cite   == \listcite
% \nocite == \hiddencite

% \subsubject{only shown when in list (okay)} % todo: (no list)

% list citation: \listcite [authoryear] [whatever-1]\par
% list citation: \listcite [authoryear] [whatever-2]\par
% list citation: \listcite [authoryear] [whatever-3]\par
% list citation: \listcite [authoryear] [whatever-4]\par

% \subsubject{only list}

% hidden citation: \hiddencite [whatever-1]\par
% hidden citation: \hiddencite [whatever-2]\par
% hidden citation: \hiddencite [whatever-3]\par
% hidden citation: \hiddencite [whatever-4]\par

% \subsubject{only in text (okay)}

% text citation: \textcite [authoryear] [whatever-1]\par
% text citation: \textcite [authoryear] [whatever-2]\par
% text citation: \textcite [authoryear] [whatever-3]\par
% text citation: \textcite [authoryear] [whatever-4]\par

% \subsubject{always in text and optionally in list}

% always citation: \alwayscite [authoryear] [whatever-1]\par
% always citation: \alwayscite [authoryear] [whatever-2]\par
% always citation: \alwayscite [authoryear] [whatever-3]\par
% always citation: \alwayscite [authoryear] [whatever-4]\par

\page

\placelistofpublications

\stoptext



-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
tel: 038 477 53 69 | voip: 087 875 68 74 | 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] Printing bibliographic entries without the full publication list

2015-07-29 Thread Robert Blackstone

On 29 Jul 2015, at 12:00 , Mojca Miklavec mojca.miklavec.li...@gmail.com
wrote:
 Dear Hans  Alan,
 
 I would like to manually print the selected list of publications, like this:
 
 \usebtxdataset[items.bib]
 \usebtxdefinitions[aps]
 \starttext
 \startitemize
 \item \cite[entry][bib1]
 \item some random text
 \item \cite[entry][bib5]
 \stopitemize
 \stoptext
 
 The problem is that this doesn't print anything unless I add
 \placelistofpublications somewhere.
 
 While I do understand (to some extent at least) the rationale for not
 printing the number of bib item when \placelistofpublications is
 missing, I don't see any reason why I should be unable to print the
 complete publication that doesn't even require printing out any
 number.
 
 Any hints about how to do a workaround?

Hi Mojca,
Despite being neither Hans nor Alan I could perhaps offer you the possibility 
of a simple workaround, 

I think you could do what you need in the same way as when you put 
bibliographic references in a footnote.
So in your case it would be:

\startitemize
\item \dcite{citekey1}
item some random text
\item \dcite{citekey2}
\stopitemize

In any case this works for me but my bibliographic setup may be different from 
yours.
I hope it helps,

Best regards, 
Robert Blackstone


___
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] links for notes

2015-07-29 Thread Pablo Rodriguez
On 07/29/2015 01:17 PM, Hans Hagen wrote:
 [...]
 you have to be more explicit

Sorry for the cryptic message, Hans. Yesterday I was in a hurry.

This sample shows the issue:

 \setupinteraction[state=start, focus=standard]
 \starttext
 \completecontent
 \dorecurse{10}{\chapter{Chapter 1}
 a\footnote{b}}
 \stoptext

The links from the table of contents have named destinations (they are
/XYZ destinations, as the PDF specification calls them on page 366).

But the links in notes have /Fit destinations.

Would it be possible that notes have the same destinations as the ones
specified for the rest of the document?

If I haven’t explained myself accurately, here you have the last message
from the previous thread about this particular issue
(http://www.ntg.nl/pipermail/ntg-context/2015/081281.html).

Many thanks for your help,


Pablo
-- 
http://www.ousia.tk
___
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
___