| bio | website | blogs.cae.tntech.edu/mwr |
|---|---|---|
| location | Cookeville, TN | |
| age | 41 | |
| visits | member for | 2 years, 3 months |
| seen | 1 hour ago | |
| stats | profile views | 365 |
R&D Engineer, Center for Manufacturing Research, Tennessee Tech University. Maintainer of unofficial TTU LaTeX thesis style. UNIX/Linux systems administrator for TTU Computer Aided Engineering Network.
|
8h |
answered | Auto-generate attendance list |
|
May 2 |
comment |
Compiling a code in TeXnicCenter produces an empty PDF without any warning and error If it reads 0 pages, but you still have a PDF, you're looking at the old PDF. See if the simplest possible document builds first. If it does, start cutting down your document until you have the smallest possible document that fails to build. If the simplest possible document fails, then you may want to reinstall TxC entirely. |
|
Apr 30 |
comment |
how can I Cite the DSM if BibDesk does not allow for the proper format? The DSM (any edition) is a book. Western Washington University's library has some information on how the final result should look in APA format. You can probably figure out the BibTeX fields from there. Otherwise, a MWE including your BibTeX style would be helpful for further answers. |
|
Apr 28 |
answered | Error with ASCII characters |
|
Apr 23 |
awarded | Excavator |
|
Apr 23 |
revised |
Packages for writing feedback forms Broken link to CTAN exam topic |
|
Apr 22 |
comment |
Missing Font in Apache How are TeX and the fonts installed on this system? Distribution-maintained packages, installing TeX Live from upstream media, or what? I suspect you have at least a few things installed in your account that aren't available to other users, including the Apache user. |
|
Apr 21 |
comment |
beamer header takes too much space I ran into a similar issue, and ended up restructuring my presentation slightly. Instead of eight sections (in one implicit part), I made two parts, one with six sections, and the other with two. |
|
Apr 21 |
asked | eemeir package fails to use correct gender by default |
|
Apr 21 |
revised |
How was TeX output visualised on screen, back in the day? Found an image of a GP-29 |
|
Apr 9 |
awarded | Announcer |
|
Apr 8 |
comment |
How to make sure that a source file is in UNIX mode? Notepad++ can handle that. Both an indicator in the status bar, and a set of menus under Edit / EOL Conversion |
|
Apr 7 |
answered | Using memoir, how do I number paragraphs? |
|
Apr 2 |
comment |
Syntax highlighting for different programming languages See if defining lstset parameters for multiple languages helps. |
|
Mar 14 |
comment |
Most efficient method to strip all of the LaTeX code from a document? I'd definitely start with pdftotext. You won't run into OCR problems when you have a "regular" non-scanned PDF like pdftex and friends produce. |
|
Mar 13 |
comment |
pdflatex renders files differently from a strings — example provided Try single quotes instead of double. Some of your $ characters are being interpreted as the start of shell variables. |
|
Mar 12 |
answered | texlatexmk and mVersion problem |
|
Mar 11 |
comment |
texlatexmk and mVersion problem See if you can adapt John Collins' answer to this question. Looks like the same basic problem. Alternatively, if you don't need a numeric version number, would a date/time stamp on the page suffice? |
|
Mar 9 |
answered | How to build two different .tex files from same .tex file |
|
Feb 28 |
comment |
How to make table creation in TeX easier? Along the lines of pgfplotstable: importing csv table. |