Closed Doc73 closed 8 years ago
there is also a problem with false number wrotten I right column. I will look as soon as possible
\columnsposition{J} means nothing
you must use \lineation*{page} and not just \lineation{page}. It will restart also lineation for right colum.
However, there is a problem with \linenummargin{inner} when ousing parallel column > in left page, it make the left number be between the columns. I have to think of a good way to avoid it
Tested right now \lineation*{page}
, but it doesn't work, at least with this MWE.
Can't understand the issue with \linenummargin{inner}
...
Anyway, I'll wait your solution. Thank you very much.
I can assure you that is working when running latexmk on the file https://github.com/maieul/ledmac/blob/6446e884b1a490ede45c47988bb739099bbc7206/issue513.tex, derivated from your file.
The problem with \linenummargin{inner}
is relativly easy to understand. For left pages, eg even pages. (2, 4, 6 etc.), "inner" means "at right". So with \linenummargin{inner}
, the line number of the left column are, in even page, on the right of the column, so between the left and the right column.
Cf this screenshot, you can see the linenumber just along the left of the right column, so between the two column.
The solution I will propose is to add the possibility to tell that left side line number has to be print only on odd / on even page, and same for right side line number. For the one column text, nothings will change.
Yes, with your modifications it works, altough after lots of runs.
Your idea is not bad, because in the outer margin I insert marginal notes, that may overlap with the line numbers. For this reason, I'd prefer to have only numbers in inner margin.
it will be problematic for you if you to insert marginal note for left column in right page, I guess�
Yes, I noticed the problems, but I think I can solve them linking marginal notes not to the scholium, but to its lemma, according to this schema:
Lemma\ledsidenote{Bla}
Left side
Right side
Or, alternatively, is it possible to let ledsidenote
go into marginal space anyway?
should be a new issue for next time
Le 24 mars 2016 � 22:48, Domenico notifications@github.com a �crit :
Or, alternatively, is it possible to let ledsidenote go into marginal space anyway?
� You are receiving this because you commented. Reply to this email directly or view it on GitHub
However, I tried your changes in my book and the aforementioned problem remains: after the first case of parallel text, the line numbering restarts.
I will try to reproduce the issue with a MWE.
do you use latexmk to be sure to have run the good number of time ?
Boh! I don't know this latexmk, but I compiled the document several times
You don't know latexmk ? You should look on it. It ensure you to compile the good number of time, has it run LaTeX everytime before auxiliary file be stable.
Just tried with latexmk (very very very slow: it made 4 or 5 compilations), but same result.
hum. so yes, need mwe. I don't see what could be the problem
I think it is related to the fact that in first rightside
env I am forced to write \beginnumbering
, otherwise I get lots of errors.
BTW, later or tomorrow I'll provide a MWE.
it is normal to have that� and normally should be taken in account.
It is very difficult reproduce this bug, but in my MWE other bugs in lineation numbers appeared.... I'll try again and again! :sob:
It is completely absurd!!!!!!
I tried preparing a zip file containg the main file and the chapter where I found this bug to send to you via mail, in their original and unmodified form, but there are issues, also after lots and lots of compilations, with marginal notes, but NOT in lineation numbers. NOT THE ISSUE THAT I HAVE SHOWN ABOVE!
I do not know what to tell you...
I don' know�
I close this issue. When you will have a real MWE, please open a new one.
Cf. issue #368 In this MWE,
lineation{page}
isn't working, probably due to parallel text splitted in two pages. In fact, if we remove lines betwen %%%%%%, we obtain right line numbering.Here is the MWE: