Difference between revisions of "Bugs and workarounds"

From Wiki
Jump to navigation Jump to search
(Added link for ConTeXt manual errata page (can someone put this on the front page, too?))
m
 
(19 intermediate revisions by 12 users not shown)
Line 7: Line 7:
 
Did you run <tt>texhash</tt> (same as <tt>mktexlsr</tt>)?
 
Did you run <tt>texhash</tt> (same as <tt>mktexlsr</tt>)?
  
If not, do it &#150; it rebuilds TeX's lsR database, used by <tt>kpathsea</tt> to find your files.
+
If not, do it &#150; it rebuilds TeX's lsR database, used by <tt>kpathsea</tt> to find your files. Often the command needs administrator rights to take effect, on UNIXy OSes (Linux, MacOS X) try <tt>sudo texhash</tt>, on Windows XP you might need <tt>runas</tt>.
 
(In MikTeX there's a similar command, "rebuild database" or the like.)
 
(In MikTeX there's a similar command, "rebuild database" or the like.)
  
Line 29: Line 29:
 
'''More Hints:'''
 
'''More Hints:'''
  
* [[Empty page at the end]]
 
 
* [[No space before punctuation]]
 
* [[No space before punctuation]]
* [[PDF startview]]
+
* [[Right and left]]
* [[Typos in beginners manual]]
 
* [[right and left]]
 
 
* [[Dotted number in caption]]
 
* [[Dotted number in caption]]
* [[odd, even , first page not working]]
+
* [[Odd, even , first page not working]]
* [[MikTeX Problems]]
+
* [[Errata]]
 +
* [[Error Recovery]] lists some common problems with installations
  
 
'''Known bugs in ConTeXt releases''':
 
'''Known bugs in ConTeXt releases''':
  
The collector for known bugs in ConTeXt is now on [[http://context.literatesolutions.com/collector this page]], donated by Literate Solutions.
+
Bug tracking for ConTeXt is provided as part of the [http://tracker.luatex.org/ luatex] project, see also the [[Test suite]] page for more information
  
'''Missing items in the texshow web''':
+
'''There is a [[Command Syntax/Missing|list of missing items]] in texshow-web'''.
* <cmd>definelayer</cmd>, <cmd>setuplayer</cmd>
 
* <cmd>definecolumnset</cmd>, <cmd>definecolumnsetspan</cmd>
 
* <cmd>setmode</cmd>, <cmd>doifmode</cmd>, <cmd>doifmodeelse</cmd>
 
* <cmd>uniqueMPgraphics</cmd>,  ...
 
* <cmd>startpositionoverlay</cmd>, <cmd>startMPpositiongraphic</cmd>, <cmd>hpos</cmd>
 
  
'''Documentation Errata''':
+
 
* [[ConTeXtEN Errata]] (errata in [http://www.pragma-ade.com/general/manuals/cont-enp.pdf the ConTeXt manual]).
+
[[Category:Old_Content]]

Latest revision as of 19:21, 8 June 2020

< Main Page

First Hint:

You changed/installed something and it doesn't work?

Did you run texhash (same as mktexlsr)?

If not, do it &#150; it rebuilds TeX's lsR database, used by kpathsea to find your files. Often the command needs administrator rights to take effect, on UNIXy OSes (Linux, MacOS X) try sudo texhash, on Windows XP you might need runas. (In MikTeX there's a similar command, "rebuild database" or the like.)

Second Hint:

You changed/installed something and it doesn't get used?

Did you run texexec --make -all after unpacking the archive?

If not, you probably should

Third Hint:

You changed/installed something, you updated the formats, but something still doesn't work?

Have you checked that your cont-sys.tex (and perhaps cont-usr.tex) is still up-to-date with the latest distributed cont-sys.ori (cont-usr.ori)?


More Hints:

Known bugs in ConTeXt releases:

Bug tracking for ConTeXt is provided as part of the luatex project, see also the Test suite page for more information

There is a list of missing items in texshow-web.