Skip to content
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

Updated mdpi_article #381

Closed
wants to merge 25 commits into from
Closed
Show file tree
Hide file tree
Changes from 23 commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
66376ca
updating mdpi cls
mrajeev08 Mar 26, 2021
5a3afef
updating template
mrajeev08 Mar 26, 2021
148517e
troubleshooting longtable error
mrajeev08 Mar 26, 2021
f52fc95
fixing duplicate + paracol
mrajeev08 Mar 26, 2021
6f2fe18
fixing class name & testing out paracol issues
mrajeev08 Mar 26, 2021
209d51d
ditching longtable to see if that fixes issues
mrajeev08 Mar 26, 2021
ccf749c
pandoc requires longtable!
mrajeev08 Mar 26, 2021
c2a0819
trying with xtab
mrajeev08 Mar 26, 2021
2c0803f
trying to match new MDPI template as exactly as possible
mrajeev08 Apr 5, 2021
aeef4e5
ditch duplicate template
mrajeev08 Apr 5, 2021
1eca428
adding pandoc specific commands
mrajeev08 Apr 5, 2021
947709c
fixing issue with path and also extra yaml args
mrajeev08 Apr 5, 2021
d95d5b0
fixing type in acknow.
mrajeev08 Apr 5, 2021
96540a2
issue with abbreviations removing new line (ie. //)
mrajeev08 Apr 5, 2021
56bf390
removing other one
mrajeev08 Apr 5, 2021
654d3bf
issue with pandoc citation bits?
mrajeev08 Apr 5, 2021
b5108e1
ditching xtab for the mo'
mrajeev08 Apr 5, 2021
50737d1
fixing Abbreviations and rewinding to mdpi bits
mrajeev08 Apr 5, 2021
ca61513
clearing out hacks and marking rticles vs. mdpi latex bits
mrajeev08 Apr 5, 2021
0f87988
you do need xtab if using markdown tables!
mrajeev08 Apr 5, 2021
af24fe1
commenting out xtab for now to make sure you need it and adding note …
mrajeev08 Apr 5, 2021
ab08b7c
don't need longtable adding other latex opts per mdpi template
mrajeev08 Apr 5, 2021
b633929
fixing last typos
mrajeev08 Apr 5, 2021
bad3260
Merge branch 'rstudio:master' into master
mrajeev08 Oct 28, 2021
498aa09
Merge branch 'master' into mrajeev08-master
cderv Nov 29, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
160 changes: 100 additions & 60 deletions inst/rmarkdown/templates/mdpi/resources/template.tex
100644 → 100755

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -266,8 +266,8 @@ FUNCTION {output.check.colon}
FUNCTION {output.year.check}
{ year empty$
{ "empty year in " cite$ * warning$ }
{ write$
". " year * extra.label *
{ add.period$ write$
" " year * extra.label *
month empty$
{ }
{ ", " * month * }
Expand Down Expand Up @@ -775,7 +775,7 @@ FUNCTION {format.tr.number}

FUNCTION {format.article.crossref}
{ "See"
"\citeN{" * crossref * "}" *
"\citep{" * crossref * "}" *
}

FUNCTION {format.crossref.editor}
Expand Down Expand Up @@ -821,12 +821,12 @@ FUNCTION {format.book.crossref}
}
{ format.crossref.editor * }
if$
" \citeN{" * crossref * "}" *
" \citep{" * crossref * "}" *
}

FUNCTION {format.incoll.inproc.crossref}
{ "See"
" \citeN{" * crossref * "}" *
" \citep{" * crossref * "}" *
}

% format.lab.names:
Expand Down
388 changes: 388 additions & 0 deletions inst/rmarkdown/templates/mdpi/skeleton/Definitions/journalnames.tex

Large diffs are not rendered by default.

6,929 changes: 6,929 additions & 0 deletions inst/rmarkdown/templates/mdpi/skeleton/Definitions/logo-ccby.eps

Large diffs are not rendered by default.

Loading