emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Exams with Org?
@ 2013-12-06 19:23 Roger Mason
  2013-12-06 21:41 ` Suvayu Ali
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Roger Mason @ 2013-12-06 19:23 UTC (permalink / raw)
  To: org-mode

Hello,

Has anyone used Org to create exams?  It would be useful to have the 
value per question totalled to provide the total per section etc and to 
be able to embed the answers in the exam and expose them in the final 
document using some kind of conditional processing.

If anyone has done this kind of thing I'd be interested to see an 
example file.

Thanks,
Roger

^ permalink raw reply	[flat|nested] 8+ messages in thread
* Re: Exams with Org?
@ 2013-12-07  2:21 Marvin Doyley
  0 siblings, 0 replies; 8+ messages in thread
From: Marvin Doyley @ 2013-12-07  2:21 UTC (permalink / raw)
  To: emacs-orgmode

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

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2013-12-08 21:40 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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
  -- strict thread matches above, loose matches on Subject: below --
2013-12-07  2:21 Marvin Doyley

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).