Automarks option does not work properly if \onecopy command is not used. (Bug #222)
Description
automarks
option does not work properly if \onecopy
command is not used. In this case the black and white encoded boxes and the four corner marks are printed on the subject pages. These are not printed when \onecopy
command is used.
I have attached a sample .tex file which illustrates this. Test the file, uncomment the lines containing the \onecopy
command braces and and test the file again to see the difference.
History
Updated by Alexis Bienvenüe over 11 years ago
automarks
relies on the use of \onecopy
to work. The solution is to use \onecopy
even when only one copy is needed (in this case, \onecopy{1}{...}
). Does this have any drawback?
Updated by Anirvan Sarkar over 11 years ago
Alexis Bienvenüe wrote:
Does this have any drawback?
I don't think so.
automarks
relies on the use of\onecopy
to work.
AMC runs on a source file even without the use of \onecopy
. Maybe AMC can implicitly wrap all the code inside a \onecopy
if it fails to detect one in the source file. This will then solve both this issue and #224.
Updated by Alexis Bienvenüe over 11 years ago
Maybe AMC can implicitly wrap all the code inside a \onecopy if it fails to detect one in the source file.
Yes but I don't know how to do that...
Updated by Alexis Bienvenüe over 10 years ago
- Status changed from New to WontFix