I have been trying to encourage my students to use TeX in writing up homework, especially in early math major courses, like intro to proofs, where the typesetting is not too arduous. I have had very limited success with students taking it up. Does anyone else encourage/require assignments to be typeset? What strategies have worked best for you?
|
|
As a Mathematics/Engineering student approaching the end of my undergraduate career, I can say that typesetting my Homework was a pain until I had a nice refined template to use. Based on my experiences, I would suggest the following:
|
|||||||||||||||||
|
|
I get reasonably good results with the following strategy:
|
|||||||||||||||||
|
|
All of my reports were typeset in LaTeX in university. Only once I've tried to typeset math homework using LaTeX and it was a pain. It was much quicker to write up the answers on paper than to do context switching between typing up LaTeX, thinking & waiting/viewing the results. One way would be to have an interactive web2.0 website to submit LaTeX typeset answer with automatic rendering. Gradually making the students love LaTeX syntax. I've started out with LaTeX with a small "LaTeXiT" app on macos which would render equations into pngs and allow me to drag and drop them. Later on you can introduce ready-made templates for question answers. (this is from student perspective what might have made me take up latex earlier on.) And be nice and release your document. All of my professors refuse to give me latex sources citing that sources are theirs. Make these sources licensed under creative commons and put them on something like http://docs.latexlab.org/ to allow students "fix" lecture notes =) |
|||||||||||||||||
|
|
I tried this in my real analysis class this past spring with limited success. I required my students to type at least one of their solutions using LaTeX for the first several homework assignments and then bumped it up to two solutions later in the semester. A few students fell in love and were turning in their entire homework set in LaTeX by the third week while others conveniently ignored the requirement most weeks and then turned in several LaTeXed problems every few weeks to make up for their lack. Since they were all required to turn in a LaTeXed paper for the end-of-semester project, they knew they had to learn it at some point. To get them started, I had them install TeXnicCenter and did a 10-minute introduction to LaTeX during the first week of class. I also posted a .tex file with comments on my website for them and posted the homework assignment each week as a .tex file so that they could just fill in their solutions without worrying about document setup. Since each of my students had a college-issued laptop, if they were having problems that seemed machine-specific, they could just bring the laptop to me and we could troubleshoot together. I also started having them submit their .tex files so that I could see what their code looked like and comment on it. I am very interested in how other people approach this (I think you're correct that starting in an intro to proofs class or an early class is the best way to go) since I think I only convinced about half my students to really learn LaTeX and see it as the only way to type mathematics. It doesn't help that they were all given extra credit in calculus for typing their homework in Word. Here's a document that I wrote for this coming semester in hopes of encouraging my students to use TeX. I'm going to give them templates for their first few homework assignments as well. |
|||||
|
|
One university that I know of designated 5 out of 25 marks for "clarity and style". Since writing clearly is a recognisable skill and one that mathematicians really ought to learn, this is easily justifiable in a mark scheme. However, I would be a little disturbed to find someone awarding credit only for LaTeX'ing documents. Although I agree that TeX and its derivatives are by far the best system for writing mathematics, it can be a little overwhelming to start with and so actually requiring it (other than for a TeX-specific course) would seem to me to be on dubious pedagogical grounds. I would rather go down the route of encouragement rather than requirement. It has just occurred to me that students learning LaTeX might actually be a side-benefit of something I'm planning on next semester. I'm thinking of running a maths-enabled forum for my students to ask and answer questions. They'll be able to use a LaTeX-like system for entering their mathematics to get it converted in to MathML. That might get them introduced to (La)TeX equation markup without needing to know all the extra stuff (like what to put in a preamble). Hopefully, once they see how easy and intuitive that part is, they'll recognise that it's worth learning how to do it properly. |
|||
|
|
|
Introduce LyX to your students. First impression of LaTeX is scary after years with word processors. But both GUI approach and good tutorial of LyX may attract your students. It has almost all the benefits of LaTeX, for starters, and easier to learn compared to LaTeX. |
|||
|
|
|
Put the source code for a sample answer on your course website. Better yet, don't worry about it. It's really not fun grading assignments that have errors that, if written by hand would imply complete lack of understanding, but if typeset imply only a trivial typo. (For example, it is easy to forget a I bet that most people reading this site love tex and latex. But if students are not using these things of their own free will, then that indicates that these things are not useful to them (yet). I use latex for all my course materials, which are quite mathematical. The results are manifestly more beautiful than they would have been, had I used word or openoffice. Guess what? A lot of students notice this, and start using latex, without my asking. Tex and Latex can argue for themselves. |
|||
|
|
|
A few of my undergraduate physics classes required LaTeX in one way or another. Our reports for each experiment in the laboratory course had to be in two-column APS classic, for example. In our third term of quantum mechanics, we each did a term paper on some subject drawn from the literature (general instructions, LaTeX templates and a sample paper are available here). In some circumstances, having one or two big LaTeX projects over the course of the, ah, course might be preferable to lots of shorter LaTeXnical assignments. Edit to add: For example, if the structure of the class is such that a longer writing project like a term paper is possible, then the students can gain familiarity with LaTeX features beyond equations and text formatting, such as building a bibliography and adding figures. These would be beyond the requirements of an ordinary problem set; the student who uses BibTeX for a weekly homework assignment is not a student who needs help being enthused about typesetting. But this might be a bit much to spring on people who've just encountered the TeXniverse for the first time. |
||||
|
|
|
Here's one idea: you could create a one-page cheat sheet listing some basic LaTeX commands, including the notation that will come up in the class. You could send them the source and make compiling it an assignment. |
|||||
|
