Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Template for the IEEE Transaction Journals#97

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
jjallaire merged 5 commits intorstudio:masterfromEmaasit:ieee
Jun 8, 2017

Conversation

@Emaasit
Copy link
Contributor

Latex template can be found on the conference site athttp://www.ieee.org/conferences_events/conferences/publishing/templates.html

$endif$
% Pandoc header
$for(header-includes)$
$header-includes$
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

You are includingheader-includes twice.

\printbibliography$if(biblio-title)$[title=$biblio-title$]$endif$

$endif$
$for(include-after)$
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

I didn't see the matchinginclude-before




% Some very useful LaTeX packages include:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

As things stand now there really isn't a way for users to activate any of these classes. You could make these options at the format function level and then pass pandoc arguments along to conditionally enable them.

@jjallaire
Copy link
Member

Could you also add a call to test the format here:https://github.com/rstudio/rticles/blob/master/tests/testthat/test_formats.R#L42-L48

@coatless
Copy link
Contributor

Would it be okay if I contribute or submit the requested revisions to this PR? I would like to get theIEEEtrans format available inrticles.

@Emaasit
Copy link
ContributorAuthor

@coatless Yes, please. Go ahead. Due to work overload here at school, I had planned to do the revisions at the end of this month.

@coatless
Copy link
Contributor

@Emaasit: Could you give me write access to your fork? Or would you prefer if I PR'd against your fork and on merge those changes would appear here?

@Emaasit
Copy link
ContributorAuthor

@coatless I have added you as a collaborator to my fork. That gives read/write permissions.

yihui and coatless reacted with thumbs up emoji

@coatless
Copy link
Contributor

Addressed the concerns in136c182.

As a side note,@Emaasit, did you want to add in support for thejournal,technote,peerreview, andpeerreviewca paper modes? Or just keep it focused on theconference mode?

@Emaasit
Copy link
ContributorAuthor

Emaasit commentedJan 21, 2017
edited
Loading

@coatless Thanks for those patches. Two more fixes are needed before it's perfect.

  • The sections should be numbered: How about we just addnumber_sections: true in the yaml header

  • The References should be numbered

Regarding support for other articles formats, I think we should add only thejournal format for now.

@coatless
Copy link
Contributor

Good catches by the way.

  1. Why not remove this variable entirely as IEEE requires section to be numbered?
  2. Regarding citations:
  • The IEEE style will not work withbiblatex since the package is anti.bst. However, it seems as if using\usepackage[style=ieee]{biblatex} to get around this hiccup is not possible either. I'll test this out on a different machine tomorrow. An alternative solution to address this issue is to just fall back and use thebibtex backend.

  • Meanwhile, thenatbib setup can easily be handled by:

\usepackage[numbers]{natbib}\bibliographystyle{IEEEtranN}

whereIEEEtranN is theIEEEtranN.bst fromIEEEtran.

Regarding supporting thejournal in addition toconference mode, I'll add a few variables in that allow a paper mode to be specified. The main task to supporting different modes is being able to handle the different styles of author listings and allowing for IEEE keywords.

@espinielli
Copy link
Contributor

espinielli commentedJun 8, 2017
edited
Loading

This PR looks quite a mature contribution...is there any plans to merge it?
(The merge conflict is trivial to solve...I did it in my own cloned repo)

@jjallairejjallaire merged commitf54e466 intorstudio:masterJun 8, 2017
@github-actionsgithub-actionsbot locked asresolvedand limited conversation to collaboratorsNov 2, 2020
Sign up for freeto subscribe to this conversation on GitHub. Already have an account?Sign in.

Reviewers

@jjallairejjallairejjallaire left review comments

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

4 participants

@Emaasit@jjallaire@coatless@espinielli

[8]ページ先頭

©2009-2025 Movatter.jp