Giter Site home page Giter Site logo

Comments (4)

robjhyndman avatar robjhyndman commented on August 18, 2024

Please provide a reproducible example of the problem.

from monashebstemplates.

CarolineXGao avatar CarolineXGao commented on August 18, 2024

Thanks Rob,

Here is an Rmd file

`---
title: "Test"
author:
familyname: Doe
othernames: John
output:
bookdown::pdf_document2:
toc: yes
number_sections: false
latex_engine: xelatex
pandoc_args:
- --template=monashwp.tex
geometry: margin=1in
fontsize: 11pt

knitr::opts_chunk$set(echo = TRUE, tidy.opts = list(width.cutoff = 45), tidy = TRUE )

Preface

\newpage

Chapter 1

\newpage

Chapter 2

\newpage

Chapter 3

\newpage

Chapter 4

`

Best,

Caroline

from monashebstemplates.

robjhyndman avatar robjhyndman commented on August 18, 2024

This doesn't use the package. Here is the template yaml when you use the package:

---
title: "Our great idea"
author:
- familyname: Curie
  othernames: Marie
  address: University of Paris
  email: [email protected]
  correspondingauthor: true
  qualifications: Nobel Prize, PhD
- familyname: Curie
  othernames: Pierre
  address: University of Paris
  qualifications: Nobel Prize, PhD
abstract: "A brief summary of our ideas"
keywords: "blah, blah"
wpnumber: no/yr
jelcodes: C10,C14,C22
blind: false
cover: true
toc: false
bibliography: references.bib
biblio-style: authoryear-comp
output:
  MonashEBSTemplates::workingpaper:
    fig_caption: yes
    fig_height: 5
    fig_width: 8
    includes:
      in_header: preamble.tex
    keep_tex: yes
    number_sections: yes
    citation_package: biblatex
---

from monashebstemplates.

CarolineXGao avatar CarolineXGao commented on August 18, 2024

Thanks Rob,

I see it now. I will need to install the package. Directly call the "monashwp.tex" file as a template seems to have some problems.

Thanks!

Best,
Caroline

from monashebstemplates.

Related Issues (6)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.