active questions tagged latex - Stack Overflow most recent 30 from stackoverflow.com 2009-12-21T17:40:08Z http://stackoverflow.com/feeds/tag/latex http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1935952/maximum-nesting-level-of-lists-in-latex 3 Maximum nesting level of lists in Latex c4757p 2009-12-20T14:19:31Z 2009-12-21T00:49:41Z <p>Is there a way to increase the maximum nesting level of lists (enumerate, etc) in Latex? I need five levels for a class, and Google isn't finding me anything...</p> http://stackoverflow.com/questions/1043884/is-there-any-rak-wb-style-for-bibtex 3 Is there any RAK-WB style for bibtex? The MYYN 2009-06-25T13:21:11Z 2009-12-20T21:47:16Z <p>RAK-WB is a specific bibliographical standard mostly for libraries in germany; the standard goes as follows: <a href="http://www.allegro-c.de/regeln/rwb.htm" rel="nofollow">RAK-WB</a>.</p> <p>However, there seems to be no bibtex package/style for this standard. Is there any RAK-WB style for bibtex or do I have to write it on my own? If so, what would be good tutorials/introductions to writing bibtex-style files?</p> <p>Thanks!</p> http://stackoverflow.com/questions/1934370/tex-hyphenation-patterns-what-do-they-represent 2 TeX Hyphenation patterns : What do they represent understack 2009-12-19T22:58:11Z 2009-12-19T23:50:37Z <p>If you scroll down <a href="http://cpan.uwinnipeg.ca/htdocs/TeX-Hyphen-Pattern/TeX/Hyphen/Pattern/En%5Fgb.pm.html" rel="nofollow">this page</a> a bit, you'd see UK English hyphenation patterns liks:</p> <pre><code>\patterns{ % just type &lt;return&gt; if you're not using INITEX .ab4i .ab3ol .ace4 .acet3 .ach4 .ac5tiva </code></pre> <p>What do these patterns like .ab4i mean?</p> http://stackoverflow.com/questions/1931091/can-you-recommend-a-book-for-programming-functionality-for-latex 1 Can you recommend a book for programming functionality for LaTeX? openfrog 2009-12-18T22:37:03Z 2009-12-19T14:33:04Z <p>As a LaTeX newbie I want to start using it and extending it with my own stuff. I have some ideas for solutions for technical writing, which aren't solved until now. So I need a good book on LaTeX which looks at it from a programmers point of view. Like how does LaTeX actually work internally, how does all the stuff fit together, and where do I have to start touching code or adding code to get things working. Well you know what I mean right? :)</p> <p>So is there any good book I should look at?</p> http://stackoverflow.com/questions/1931238/if-tex-is-a-programming-language-how-could-i-start-programming-in-tex 0 If TeX is a programming language, how could I start programming in TeX? openfrog 2009-12-18T23:19:44Z 2009-12-19T07:34:50Z <p>I use a Mac. But I also have a PC with Windows 7. So when I want to start programming functionality for LaTeX using TeX, what's my starting point? Is there an SDK and documentation? I couldn't find any book on TeX programming.</p> http://stackoverflow.com/questions/1929000/graphics-in-papers 3 Graphics in papers [closed] devoured elysium 2009-12-18T15:52:41Z 2009-12-19T05:39:44Z <p>I have always wondered with what programs do people do their graphics when they publish papers. They most of the time seem to be embedded in some way as vector graphics, I'd say, as when I try to zoom the pdf it seems it computes the image in the moment, it doesn't seem to be a image. From their aspect they don't seem to be just print screens of Mathematica plots.</p> <p>Here are some examples of what I mean: <img src="http://img685.imageshack.us/img685/8926/f45mebvwmayhexrnucicxvi.png" alt="alt text"> <img src="http://img17.imageshack.us/img17/8905/n5elmocxwdrx0fsu3fe5vv4.png" alt="alt text"></p> <p>Anyone knows what should I use to be able to do similar graphics?</p> <p>(I've put a latex tag as I believe it has something to do with it)</p> http://stackoverflow.com/questions/1928060/how-to-right-justify-on-the-same-line-in-latex 0 How to right justify on the same line in LaTex? latekh 2009-12-18T12:56:23Z 2009-12-19T02:14:30Z <p>I am trying to define the layout for a thesis approval page. So the institute layout has something like "name ..... affiliation <strong>_</strong>" on one line where "..." is a horizontal fill and affiliation is right justified. How to create such a layout in Latex/Tex?</p> http://stackoverflow.com/questions/1930814/is-it-possible-to-write-own-packages-for-latex 1 Is it possible to write own "packages" for LaTeX? openfrog 2009-12-18T21:31:53Z 2009-12-19T00:26:37Z <p>As a programmer, I wonder if I could create my own package for LaTeX. I need something like that famous "listings" package, but something that is much more capable for my needs. I look for a listings solution that would watch out for a comment line like</p> <pre><code>// BEGIN LISTING 3122 // END LISTING 3122 </code></pre> <p>No syntax highlighting, but intelligent support for tab indents. That package then would be used with a file name or path, walk through the lines and copy out just the snippets of interest.</p> <p>I am 100% sure there is absolutely nothing like this on the market. So I want to program it for LaTeX. If that's possible. I have no idea how and what programming language / IDE. Where would I start looking?</p> http://stackoverflow.com/questions/1931109/whats-the-starting-point-to-write-functionality-for-latex 0 What's the starting point to write functionality for LaTeX? openfrog 2009-12-18T22:43:09Z 2009-12-18T23:05:06Z <p>I'm new to it but know it can't handle something special I need. I want to develop functionality for LaTeX. Problem: There's something called just TeX. Then there's LaTeX. And then there's KOMA-Script. So: Which of these three is actually the "underlying engine" that drives all this stuff?</p> http://stackoverflow.com/questions/1931069/is-it-possible-to-develop-functions-for-latex 0 Is it possible to develop functions for LaTeX? openfrog 2009-12-18T22:30:55Z 2009-12-18T22:35:25Z <p>Okay, I'm a real LaTeX noob. But I will have to use it. And a friend who knows it (as a student who writes his diploma with it) said, there is a Listings package to put source code into a document. Well, after I saw that listings package, I realized that's not really what I want. So I'm curious if it's possible to develop something like that listings package. I have no idea what sort of thing such a "package" actually is. Right now I'd bet it's some kind of program.</p> <p>So: How could I write a module or package (or whatever the LaTeX folks call that) to extend LaTeX with custom functionality? What programming language must I use there? And are there any helpful tutorials online?</p> http://stackoverflow.com/questions/1928713/latex-possible-to-include-large-block-of-regex 1 LaTex: Possible to include large block of Regex? Andrew 2009-12-18T15:01:50Z 2009-12-18T15:23:22Z <p>Hi,</p> <p>is it possible to include a large block of a regex (like this one: <a href="http://www.ex-parrot.com/pdw/Mail-RFC822-Address.html" rel="nofollow">http://www.ex-parrot.com/pdw/Mail-RFC822-Address.html</a>) without escaping all colliding characters first?</p> <p>i think of something like</p> <p>\begin{following_section_will_not_be_parsed_by_latex} (a+?b) \end{...}</p> <p>thank you!</p> <p>Andrew</p> http://stackoverflow.com/questions/1925921/texments-package-not-working-on-ubuntu 0 Texments package not working on Ubuntu ajay 2009-12-18T02:34:20Z 2009-12-18T13:59:31Z <p>I am trying to use the Texments Latex package on Ubuntu to do syntax highlighting. Texments is a wrapper around Pygments. I installed Texments and followed the steps to add the style file to the path. But when I try to compile the .tex file, I get the error.</p> <p>!Undefined Control Sequence</p> <p>and then it prints out a bunch of wierd characters and places the ? prompt. Anybody facing this error? What is the resolution?</p> <p>If there is any other better way to provide syntax highlighting of source code I would be glad to accept it.</p> <p>I know there is something called "listings" but frankly, i did not find the colors so good in it.</p> <p>Thanks,</p> http://stackoverflow.com/questions/1925395/how-do-you-put-a-period-after-the-section-number-using-the-article-class 1 How do you put a period after the section number using the article class? Mica 2009-12-17T23:47:11Z 2009-12-18T12:19:42Z <p>I am using the article class with the code: </p> <pre><code>\documentclass[12pt]{article} \begin{document} \section{Foo} This is an example of foo. \section{Bar} This is an example of bar. \end{document} </code></pre> <p>This produces:</p> <p>1 Foo</p> <p>2 Bar</p> <p>What I want is a period after the section number:</p> <ol> <li><p>Foo</p></li> <li><p>Bar</p></li> </ol> <p>I cannot change away from the article class. How would I accomplish this?</p> http://stackoverflow.com/questions/1909350/query-regarding-drawing-tikz-figure 1 Query regarding drawing TikZ figure ajay 2009-12-15T18:17:32Z 2009-12-18T11:08:35Z <p>In this <a href="http://www.texample.net/tikz/examples/tcp-state-machine/" rel="nofollow">sample code</a>, the author does the following</p> <pre><code>\draw ($(closedStart.south) + (-.5em,0)$) edge[stateEdge] node[edgeLabel, xshift=-3em]{\emph{Passive open}} ($(listen.north) + (-.5em,0)$); </code></pre> <p>What irritates me most about these markup based drawing tools is that I've to measure a value and specify. In this case, the author specifies .5em </p> <p>I've yet not understood how to figure that out? How much is .5em? I don't even know the size of the base object, so how can I be sure that if I give a value it will be valid?</p> <p>Is there any approach to do this? How should I decide the value and also the unit? Is em always the best unit to use?</p> http://stackoverflow.com/questions/1919778/why-wont-marginpar-wrap-its-text-solved 0 Why wont \marginpar wrap it's text [Solved] cheshirekow 2009-12-17T06:04:26Z 2009-12-18T09:07:21Z <p>I'm using miktex 2.8 on windows. For some reason, the \marginpar command has stopped working. It used to work as expected, but not the lines will not wrap. I have set marginparwidth to 1in and still the lines will not wrap, they just go right off the page (or right into the text for margin pars on the odd pages). If I change marginparwidth to something smaller, I see the text move, so I think the value is being recognized, but I can't figure out what changed so that the text is not wrapping.</p> http://stackoverflow.com/questions/1914981/how-would-you-put-a-small-graphic-in-your-latex-document-source 2 How would you put a small graphic in your latex document source? Mike Ashley 2009-12-16T14:29:07Z 2009-12-17T13:39:27Z <p>I have a small graphic that is part of my document. It's PDF, is 193 lines, and has some binary data mixed with its postscript. I'm currently using the graphicx package and including the pdf as a separate file. Is there a way I can inline it directly in my latex source?</p> http://stackoverflow.com/questions/783716/footnote-spacing-in-latex 3 footnote spacing in LaTeX Matt 2009-04-23T22:04:29Z 2009-12-17T12:32:02Z <p>I'm writing my dissertation and the grad school says I need a space between multiple footnotes and also the space between the text and the start of the footnotes is too small. Is there a way to do this?</p> <p>Any help is greatly appreciated.</p> http://stackoverflow.com/questions/1897728/a-bib-style-to-capitalize-book-titles-but-not-paper-titles 1 a bib style to capitalize book titles but not paper titles RamyenHead 2009-12-13T21:01:34Z 2009-12-17T10:58:28Z <p>I've heard that title capitalization in bibliography is the bibliography style's role (the bst file). Is there a bibliography style file that capitalizes book titles but not paper titles? For example, a paper title should be like</p> <blockquote> <p>Hello world and hello kitty</p> </blockquote> <p>a book title should be like</p> <blockquote> <p>Hello World and Hello Kitty</p> </blockquote> <p><hr></p> <p>bib style plain.bst doesn't seem to capitalize book titles. A minimal example:</p> <p><strong>minbib.tex</strong> </p> <pre><code>\documentclass{article} \begin{document} See \cite{book1}. \bibliographystyle{plain} \bibliography{min} \end{document} </code></pre> <p><strong>min.bib</strong></p> <pre><code>@book{book1, AUTHOR = {Petersen, K.}, TITLE = {Ergodic theory}, PUBLISHER = {Cambridge University Press}, YEAR = 1989, } </code></pre> <p>The book title in the dvi output is "Ergodic theory", not "Ergodic Theory".</p> http://stackoverflow.com/questions/1918366/automated-line-breaks-in-latex-tables 2 automated line breaks in LaTeX tables Paperflyer 2009-12-16T22:47:58Z 2009-12-17T04:22:57Z <p>In my dissertation, I have a glossary that explains some abbreviations I use. I put this in a table to make it look nicer. However, LaTeX does not break lines at the end of the page.</p> <p>I know that I could force a line break at any point in the table, but it is a long table (much work!) and manual line breaks make the text look jagged and ugly. Is there a nice way to either have a nice-looking glossary or make LaTeX break lines automatically in a table?</p> <p>...if LaTeX wouldn't do these things every so often I would really love it. The way it is, I constantly switch between affection and anger...</p> <p>Best regards and thank you for your help!</p> http://stackoverflow.com/questions/874576/is-latex-worth-learning-today 47 Is LaTeX worth learning today? EnderMB 2009-05-17T13:01:17Z 2009-12-17T00:14:50Z <p>I know that LaTeX is big in the world of academia, and was probably a big name in desktop publishing before the glory days of WordPerfect and Microsoft Office but as a Windows user that is interested in the power of LaTeX and the general smoothness of a LaTeX generated page is it really worth learning?</p> <p>In a couple of months I'll be starting my final year in Computer Science and LaTeX has been bounced around the campus by many of the Linux geeks. In reality, is there any need to use it today? What will I actually gain from it and will I enjoy using it?</p> <p>Finally, how does one use LaTeX on a Windows machine? What software do I really need? I've read a couple of guides but many of them seem like overkill.</p> <p>Please help break a LaTeX newbie into the world of professional academic publishing!</p> http://stackoverflow.com/questions/696085/is-latex-used-outside-of-academia-and-if-not-what-is 3 Is LaTeX used outside of academia and if not what is ? [closed] Lada Kugis 2009-03-30T05:37:21Z 2009-12-16T22:44:17Z <h3>Duplicate</h3> <blockquote> <p><a href="http://stackoverflow.com/questions/39029/is-latex-used-outside-mathematics-and-academia">Is LaTeX used outside mathematics and academia?</a></p> </blockquote> <p>Is LaTeX used outside of academia and if not, what is used ?</p> <p>So far I've seen LaTeX only used commonly by mathematicians, but not so much by programmers and engineers. What are the alternative options, specially in engineering fields ? What do you use in your line of work, and for what exactly. I guess Word or some kind of DTP package comes to mind, but I don't quite "see" engineers using DTP packages for producing reports ;-)</p> <p>Feel free to skip the last part if you think I'm being too obtrusive with asking.</p> <p>I know there was a <a href="http://stackoverflow.com/questions/39029/is-latex-used-outside-mathematics-and-academia">question</a> of relatively similar title, but the question is not quite the same.</p> <p>Lada's EDIT: Why am I interested? I'm a new engineer in a company (not programming company, but half eng. half programming), and for quite a while from now I'll be doing reports for everything I do. Generally, reports are what we sell. Reports = results. These reports include a lot of equations, a lot of graphs (well, pictures of all kinds, actually), and they have to be standardized looking.</p> <p>I've been given a choice. I can use whatever I like (nobody's gonna edit it afterwards), as long as they satisfy those above demands (PDF goes in the archive, so they don't care whether it is word file or TeX that produced it). So, for those, I was in dilemma, is TeX a good choice ? Does it still have the problems with inserting pictures it had when I was in high school ? I don't remember the details about that one, just that it had some problems. I'm trying to stay away from DTP packages as long as I can, but for now I see only word/TeX groups.</p> <p>Btw, are TeX files in any way convertible to word?</p> http://stackoverflow.com/questions/1859373/dvi2rtf-who-can-convert-dvi-files-to-rtf-files 0 dvi2rtf - who can convert DVI files to RTF files? Charles Stewart 2009-12-07T11:14:26Z 2009-12-16T14:08:55Z <p>Consider a *NIX executable, <code>dvi2rtf</code>, whose contents are:</p> <pre><code>#!/bin/sh TMPX=`mktemp /tmp/dvi2rtf.XXXXXX` dvitty $1 $TMPX # CTAN txt2rtf $TMPX $2 # CTAN, in rtfutils </code></pre> <p>If my head is working this morning and the right executables are on the PATH, this clobbers the second argument with an rtf file whose text contents will roughly correspond to those of the dvi file named by the first argument.</p> <p>Such a program doesn't deserve the filename dvi2rtf, since it makes no attempt to preserve the formatting of the dvi file; Cf. <a href="http://stackoverflow.com/questions/1621885/how-to-turn-a-dvi-to-tex">Q#1621885: How to turn a dvi to tex</a>. Rtf's \wpsp can allow rtf to handle horizontal space similarly to dvi; rtf's notion of code pages is similar to how dvi handles fonts: maybe it is possible to handle other tricky features of dvi, such as vertical space?</p> <p>QUESTION: Is there such a worthy program, however flaky? And if not, is there useful prior art for implementing it?</p> <p><strong>Postscript</strong> edited, retagged</p> http://stackoverflow.com/questions/1913055/making-pngjpeg-from-latex-in-c-or-c 2 Making PNG|jpeg from LaTeX in C or C++ anno 2009-12-16T08:03:01Z 2009-12-16T08:42:29Z <p>I'm looking for a library (or a cleverer solution) in C or C++ that would make an image file (PNG|jpeg) from LaTeX code. The use of packages is a prerequisite. </p> <p>For now I'm thinking of compiling a .tex file into a .dvi and using <strong>dvipng</strong> to get a .PNG.</p> <p>There's also the possibility of compiling a .tex file into a .ps file and then converting it into a .PNG by the mean of extern utilities like <strong>pstopng</strong> or <strong>pstoedit</strong>.</p> <p>But these solutions are cumbersome and not always portable. I would like to integrate this conversion in my program transparently. </p> http://stackoverflow.com/questions/1911713/add-find-style-files-in-to-latex 0 Add/Find Style files in/to latex ajay 2009-12-16T01:33:57Z 2009-12-16T08:21:44Z <p><strong>Question 1</strong></p> <p>I am getting the following error in Latex:</p> <pre><code>! LaTeX Error: File `fancybox.sty' not found. Type X to quit or &lt;RETURN&gt; to proceed, or enter new name. (Default extension: sty) Enter file name: </code></pre> <p>However, the file fancybox.sty is actually located in the folder from where I am running the pdflatex command. Why is not able to find it?</p> <p>I just installed Latex on Ubuntu using the command</p> <pre><code>apt-get install texlive-latex-base </code></pre> <p>and the pdflatex command works.</p> <p><strong>Question 2</strong></p> <p>I want to install this <a href="http://www.ctan.org/tex-archive/macros/latex/contrib/texments/" rel="nofollow">texments</a> from CTAN. Can I do this through apt-get? Is there another Easy way?</p> <p>Thanks, Ajay G.</p> http://stackoverflow.com/questions/1910493/qed-symbol-in-latex 0 QED symbol in latex Guy 2009-12-15T21:23:24Z 2009-12-16T08:04:18Z <p>How do I type a QED symbol - I want a full box and not an empty box like <code>\qed</code> gives you. (I'm not using <code>\begin{proof}</code>)</p> http://stackoverflow.com/questions/1911516/how-to-make-cheat-sheets-in-latex 2 how to make cheat sheets in Latex? ajay 2009-12-16T00:36:19Z 2009-12-16T05:07:43Z <p>I want to make cheat sheets for my personal use. I want to use this opportunity to get a good hand on latex too. (I am already comfortable making simple documents math related in Latex)</p> <p>Now I want to try making cheat sheets in Latex. But I don't know how to do it. In cheat sheets, usually the page is split into mutliple rectangular sections and each one has a few commands or notes inside it. Each rectangular section has a border etc.</p> <p>Any suggestions on how to do in Latex? Any packages available to do this? Do you think TikZ will be a good idea for this?</p> <p>Thanks, Ajay G</p> http://stackoverflow.com/questions/1910478/centering-text-within-a-multirow-cell-in-latex 0 Centering Text within a Multirow Cell in LaTex Paul 2009-12-15T21:20:58Z 2009-12-15T21:39:48Z <p>This is probably best explained with an example. I have the following table, where the "A" cell spans two rows, and the "B" cell spans two columns.</p> <pre><code>\begin{table}[htdp] \begin{tabular}{l|r|r} \multirow{2}{*}{A} &amp; \multicolumn{2}{c}{B} \\ &amp; B1 &amp; B2 \\ a &amp; b1 &amp; b2 \\ a &amp; b1 &amp; b2 \\ \end{tabular} \end{table} _ _ _ _ _ _ _ _ _ _ _ _ |A |_ _ _ _B_ _ _ _| |_ _ _ _|_ _B1_ |_ _B2_ | |a | b1| b2| |a | b1| b2| |a | b1| b2| |_ _ _ _| _ _ _ |_ _ _ _| </code></pre> <p>I would like to center the text in the "A" cell, only. I would like to leave the rest of the column left-aligned. Giving:</p> <pre><code> _ _ _ _ _ _ _ _ _ _ _ _ | A |_ _ _ _B_ _ _ _| |_ _ _ _|_ _B1_ |_ _B2_ | |a | b1| b2| |a | b1| b2| |a | b1| b2| |_ _ _ _| _ _ _ |_ _ _ _| </code></pre> <p>I'm sure this must be simple to do, but I can't seem to put my finger on it.</p> http://stackoverflow.com/questions/1907400/how-to-generate-a-document-like-this-in-latex 1 How to generate a document like this in Latex ajay 2009-12-15T13:19:14Z 2009-12-15T20:51:00Z <p><a href="http://www.cs.umass.edu/~mccallum/papers/acm-queue-ie.pdf" rel="nofollow">http://www.cs.umass.edu/~mccallum/papers/acm-queue-ie.pdf</a></p> <p>I want to write a document that has the style like this one. Like having a light colored background on a page, having a big header (like the EXTRACTION) shown in this link. Do you think it is possible to something like this in Latex? </p> <p>I am comfortable with doing normal things in latex.</p> http://stackoverflow.com/questions/1905404/which-tool-to-use-to-write-a-technical-article 2 Which tool to use to write a Technical article? [closed] ajay 2009-12-15T05:47:01Z 2009-12-15T12:23:46Z <p>I am planning to write a technical article which will contain text, figures, pseudocode (algorithm) and actual code snippets. My main concern is the Code snippet part and I want really want good syntax highlighting.</p> <p>I would prefer the output to be PDF format, not HTML.</p> <p>I am comfortable with LaTeX. I've heard about Sphinx, Pygments too. </p> <p>Which tool would you prefer?</p> <p>Pygments seems to be a really nice tool to me and it has syntax highlighting that i need. I tried some code online. But I don't know if Pygments can be combined with LaTeX. If possible, then I would definitely use it, since I am comfortable with LaTeX.</p> <p>Thanks</p> http://stackoverflow.com/questions/1901213/open-source-latex-environment-for-educational-books 2 Open Source LaTeX environment for educational books? Egon Willighagen 2009-12-14T14:23:12Z 2009-12-15T10:39:17Z <p>Fully aware of the LaTeX features to define new environment allowing me to do about anything, I was wondering if there are Open Source packages that allows me to do book <em>branding</em> by predefining environments for examples, excursions, listings, question sections, etc. For example, have an example environment with a blue-ish background, sections with further details which can be skipped by the casual reader in yellow, etc.</p> <p>Today, I have been playing a bit with the <a href="http://tug.ctan.org/tex-archive/macros/latex/contrib/float/" rel="nofollow">float package</a>, and customized the .sty to have a environment with a blue background, but did not manage to tune the macro's such to have change the font style to sans-serif. </p> <p>Now, this is just an example, but I figured that many people must have been doing this to give their book a somewhat more professional look. Are there LaTeX package around that allow me to focus on the content, instead spending time on LaTeX coding to make environments stand out from the main text?</p> <p>Is there a document class that allows me to just do:</p> <pre><code>\documentclass{fancyeducationalbook} \begin{document} \begin[bgcolor=orange]{fancyExampleEnvironment} % showing up in the PDF with a orange background \end{fancyExampleEnvironment} \end{document} </code></pre> <p>It does not have to be perfect at all, but it does need to make various boxes stand out, and immediately be recognizable for first-year students as having some purpose (example, further reading, definition, etc); <strong>The key is that it makes the book look attractive.</strong></p> <p>I do not mind some hacking, but a good basis would be nice. Very much preferred, this base would be Open Source, so that I can reshare my customizations, if any needed.</p> <p><strong><em>Update:</em></strong> I'd welcome a system which supports multipage environments.</p>