-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some updates #20
base: master
Are you sure you want to change the base?
Some updates #20
Conversation
Took the idea from the fork: khaeru@8367434. Cherry picking was better but there were conflicts...
@akstrfn thanks for submitting the PR. However, I couldn't get your branch working properly in Overleaf. Have you test it in Overleaf? I want to make sure any updates we make can work properly in both local and server-based environments. |
I don't have overleaf acc. Can you tell me if some useful error is
reported? Does overleaf use .latexkmrc or make?
…On Tue, Jul 23, 2019, 17:43 Ross Wang ***@***.***> wrote:
@akstrfn <https://github.com/akstrfn> thanks for submitting the PR.
However, I couldn't get your branch working properly in Overleaf. Have you
test it in Overleaf? I want to make sure any updates we make can work
properly in both local and server-based environments.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#20?email_source=notifications&email_token=ABPAHOWCMEVM2JW6NGQVJ6TQA4RLXA5CNFSM4IGBORW2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD2TRTMA#issuecomment-514267568>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABPAHOVSSB3C4DVKGFJYGQLQA4RLXANCNFSM4IGBORWQ>
.
|
I think the error occurs in the I know Overleaf uses latexkmrc, I am using it in the current master. |
For word count, I integrated the method suggested by Sharelatex/Overleaf staff here. |
I've seen that solution but it is a very poor one because it forces everyone into having the same filename just for the sake of Overleaf. It was better if just for overleap the file was named output.tex which should work if I understand the explanation well. If I think the package should be kept as general as possible and not tuned for Overleaf. The answer you had in your first question is the one that takes care of more corner cases and is much more general, the only problem is the jobname being a compiler switch (which probably most people don't touch). I did a quick search into obtaining a filename and it seemed like its not so easy so maybe some workaround with latexmkrc could do the trick. |
Another issue could be removal of the file with |
I will take a look and test it probably next week - sorry, this week is a bit crazy... |
No rush, take your time.
…On Thu, Jul 25, 2019 at 12:12 AM Ross Wang ***@***.***> wrote:
I will take a look and test it probably next week - sorry, this week is a
bit crazy...
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#20?email_source=notifications&email_token=ABPAHOS3C4NUX4CG7AOL3ZLQBDHTPA5CNFSM4IGBORW2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD2XYGPI#issuecomment-514818877>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABPAHOS7OVHDXYTDOAICKBTQBDHTPANCNFSM4IGBORWQ>
.
|
currfile
package to remove requirement to name the filetrb_template
.