From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marvin Doyley Subject: Re: Exams with Org? Date: Fri, 6 Dec 2013 21:21:52 -0500 Message-ID: Mime-Version: 1.0 (Mac OS X Mail 7.0 \(1822\)) Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37803) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vp7Wo-00013E-LJ for emacs-orgmode@gnu.org; Fri, 06 Dec 2013 21:22:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vp7Wh-0006IV-T8 for emacs-orgmode@gnu.org; Fri, 06 Dec 2013 21:21:58 -0500 Received: from mail-ie0-x232.google.com ([2607:f8b0:4001:c03::232]:43332) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vp7Wh-0006ID-O1 for emacs-orgmode@gnu.org; Fri, 06 Dec 2013 21:21:51 -0500 Received: by mail-ie0-f178.google.com with SMTP id lx4so2717643iec.37 for ; Fri, 06 Dec 2013 18:21:50 -0800 (PST) Received: from [10.0.1.10] (cpe-66-66-94-63.rochester.res.rr.com. [66.66.94.63]) by mx.google.com with ESMTPSA id p5sm975727igj.10.2013.12.06.18.21.49 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 06 Dec 2013 18:21:50 -0800 (PST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org 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=3D1in]{geometry} % PAGE LAYOUT=20 \\setlength{\\parskip}{-1ex}% \\setlength{\\parskip}{0ex}% \\setlength{\\itemsep}{0ex}% \\pagestyle{headandfoot} \\sloppy \\extraheadheight{.5in} \\runningheadrule \\firstpageheadrule \\firstpagefootrule \\runningfootrule \\lhead{}=20 \\chead{}=20 \\lfoot{}=20 \\cfoot{}=20 \\renewcommand\\thequestion{\\Roman{question}} \\renewcommand\\thepartno{\\arabic{partno}} =93 ("\\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:=20 #+LaTeX_CLASS_OPTIONS: [12pt,letterpaper,answers] #+DATE:=20 #+OPTIONS: toc:nil texht:nil #+BIND: org-export-latex-title-command "" *=20 ** 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)$=20 *** Describe the demodulation process in frequency domain =20 I hope this help Cheers, M=