emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Marvin Doyley <marvinpas@gmail.com>
To: emacs-orgmode@gnu.org
Subject: Re: Exams with Org?
Date: Fri, 6 Dec 2013 21:21:52 -0500	[thread overview]
Message-ID: <BE167586-9D12-4830-94FF-1C8453329A11@gmail.com> (raw)

Hi there,

I have been using the latex exam.cls and org-latex-classes. Just us add the following to your .emacs file (for more details see http://comments.gmane.org/gmane.emacs.orgmode/74512)

(add-to-list 'org-latex-classes
    '("Prob"
"\\documentclass[t]{exam}
[NO-DEFAULT-PACKAGES]
\\usepackage{hyperref}
\\usepackage{graphicx}
\\usepackage{color}
\\usepackage{amssymb,amsmath}
\\usepackage{palatino}
\\usepackage[mathscr]{eucal}
\\usepackage[margin=1in]{geometry}     % PAGE LAYOUT 
\\setlength{\\parskip}{-1ex}%
\\setlength{\\parskip}{0ex}%
\\setlength{\\itemsep}{0ex}%
\\pagestyle{headandfoot}
\\sloppy
\\extraheadheight{.5in}
\\runningheadrule
\\firstpageheadrule
\\firstpagefootrule
\\runningfootrule
\\lhead{} 
\\chead{} 
\\lfoot{} 
\\cfoot{} 
\\renewcommand\\thequestion{\\Roman{question}}
\\renewcommand\\thepartno{\\arabic{partno}}
“
("\\begin{questions}{%s}" "\\end{questions}")
))


Note that this assumes that you have installed the exam latex class on your system. Here is a simple test file


#+LaTeX_CLASS: Prob
#+TITLE: 
#+LaTeX_CLASS_OPTIONS: [12pt,letterpaper,answers]
#+DATE: 
#+OPTIONS: toc:nil  texht:nil
#+BIND: org-export-latex-title-command ""

* 
** We can demodulate a DSB-SC signal by first multiplying the modulated signal will a locally generated carrier, and then applying a low pass filter to the resulting signal.
*** Verify in time-domain that this produce the message signal $m(t)$ 
*** Describe the demodulation process in frequency domain   

I hope this help

Cheers,
M

             reply	other threads:[~2013-12-07  2:22 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-07  2:21 Marvin Doyley [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-12-06 19:23 Exams with Org? Roger Mason
2013-12-06 21:41 ` Suvayu Ali
2013-12-06 22:26 ` John Kitchin
2013-12-07 22:00 ` Alan Schmitt
2013-12-08 11:35 ` Roger Mason
2013-12-08 20:55   ` John Kitchin
2013-12-08 21:40     ` John Kitchin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=BE167586-9D12-4830-94FF-1C8453329A11@gmail.com \
    --to=marvinpas@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).