Questions tagged [context]
ConTeXt is a TeX macro package like LaTeX and eplain. It provides a consistent, key-value driven user interface, supports all TeX engines, is tightly integrated with LuaTeX & Metapost, and supports grid-typesetting, PDF/A, PDF/X, XML/XHTML & ePub export.
2,271 questions
3 votes
1 answer
55 views
Manage page layout in r2l text direction
How can page layout be managed correctly in an r2l text direction? Which mechanism is used? Does the backspace option become a cutspace? What about left, right, etc.? I would like a detailed ...
2 votes
1 answer
69 views
A \BufA[<i>]{<text>} command which reveals all entries up to <i>=<num> when I increment the <num>. [ConTeXt]
I am making a video in ConTeXt which reveals text slowly, so readers can follow along more easily. Currently, I need to make a new buffer for every change. I would like to just write one, and follow ...
3 votes
1 answer
72 views
Use of plural abbreviations in ConTeXt
Is there a way to define and call plural forms of acronyms? For example, let's suppose that we define an acronym with the code below: \definesynonyms[abbreviation][abbreviations][\infull] \...
4 votes
0 answers
71 views
How to use right-to-left alignment in drop caps in Context?
Problem When trying to set up drop-cap for the first word of a paragraph, the characters do not maintain the right-to-left alignment. Questions How do you align Right-to-Left in the setupintial ...
2 votes
1 answer
80 views
How do I use \cite correctly in ConTeXt?
I am trying to integrate my Bibtex bibliography in a simple ConTeXt file: \setupbodyfont[8pt] \starttext \samplefile {ward} \cite{Pettersson2018} \usebtxdataset[Pieces/BibliographyMWE.bib] \...
1 vote
1 answer
97 views
passing metapost parameters to Lua as strings
My apologies in advance for what is probably a trivial issue. I have been trying to debug this MWE for a while now, and despite my best efforts (and an old MWE that still works to go off of), I was ...
1 vote
1 answer
62 views
Positioning of figures in ConTeXt columns
In my previously posted question (see here) I asked how to wrap text around a figure of a document. I was adviced to employ the \startcolumnsetsheet...\stopcolumnsetsheet environment to position my ...
4 votes
1 answer
92 views
ConTeXt: wrap text around figures that span more than one column of text
I would like to know whether ConTeXt implements a function to wrap figures embedded in multiple-column texts, whose dimensions is not a multiple of the column width. For instance, when I use a code ...
2 votes
1 answer
72 views
How to place a headrule in ConTeXt?
I am attempting to create a headrule spanning the width of the text. The ConTeXt document with which I am working is formed by two files: (i) A main one, containing the code below: \mainlanguage[en] \...
2 votes
1 answer
63 views
In ConTeXt, is it possible to use bibliography styles different from the default ones?
I am having some difficulties in managing the bibliography in ConTeXt. I would like to print a bibliography along the lines of the one provided by the package achemso in LaTeX. To the best of my ...
5 votes
2 answers
175 views
How do I setup fonts in ConTeXt
I am typing my first document. I am facing some difficulties in selecting at will the fonts of my headings and of the main text. For now, my document contains two files, a main and a layout-devoted ...
1 vote
1 answer
47 views
Vertical distance between bibliographic items in ConTeXt
I am trying to convert a normal bibliography into an endnote at the end of each chapter. I use \placelistofpublication[criterium=chapter, repeat=yes] in a section titled References, but I cannot ...
1 vote
0 answers
97 views
ConTeXt: Ajust formule chemistry [closed]
I try make used PPCHTeX example and molecule out figure below What would be the problem with this module? \starttext \startchemical[width=fit,frame=off,scale=small] \chemical[SIX,B,R36,RZ36][\SL{...
2 votes
1 answer
47 views
ConTeXt - how to change footnote numbering format [duplicate]
Instead of having the footnotes displayed in the footer numbered with a superscript, I would like to follow the Chicago Manual Style; i.e., having the number the same size as the content text of the ...
4 votes
2 answers
136 views
ConTeXt: Change last line's justification
Background Looking to dynamically change the justification for the last line in a quotation. Problem The setupalign wiki page notes that \setupalign takes an end parameter meaning, "justified, ...