Search found 208 matches
- Thu Apr 17, 2008 12:26 pm
- Forum: General
- Topic: Vista starting new window when opening .tex
- Replies: 5
- Views: 2842
Re: Vista starting new window when opening .tex
What you want is not the default behaviour of TeXnicCenter instalation and there is no option for this, AFAIK. However, it can be done with a registry tweak if you're not afraid of that sort of thing. Here's how to do it. You need to change the command that it's used for opening .tex files. To locat...
- Mon Apr 14, 2008 12:34 pm
- Forum: MiKTeX and proTeXt
- Topic: Enable shell escape for epstopdf
- Replies: 6
- Views: 28542
Re: Enable shell escape for epstopdf
Try to compile from the command line a minimal document testing for write18 availability: \documentclass{article} \begin{document} Write18 test \immediate\write18{dir} \end{document} That should spit out the current directory listing to stdin during latex run. If it doesn't then it means that shell ...
- Sun Apr 13, 2008 12:01 pm
- Forum: General
- Topic: How to redirect latex output to multiple files?
- Replies: 6
- Views: 4592
Re: How to redirect latex output to multiple files?
Hmm, that's a tough one. I'm not knowledgeable enough to make any strong statements about what's possible in TeX and what not but I've certainly never heard of outputting .dvi to several files during one job. So I would say that this scenario is a no go. However, if all you want is to extract some s...
- Fri Apr 11, 2008 12:41 pm
- Forum: Texmaker and TeXstudio
- Topic: file indentification
- Replies: 4
- Views: 3975
Re: file indentification
Normally, file associations should be defined automatically during installation, so you could try reinstalling TeXmaker and maybe that will fix the problem. Unfortunately, I only use the USB version, so I can't tell for sure if TeXmaker defines its own associations. If that doesn't work, you can pok...
- Fri Apr 11, 2008 9:35 am
- Forum: Texmaker and TeXstudio
- Topic: file indentification
- Replies: 4
- Views: 3975
Re: file indentification
From what you describe it looks like there's missing file association for .tex extension on your system. When "Open with" dialog pops up, there should be a check box saying that the chosen program should always be used for this file type. Make sure that it is checked and that should do the...
- Thu Apr 10, 2008 9:50 pm
- Forum: Others
- Topic: Try ScientifcAuthor 1.0 Visual LaTeX Editor for FREE!
- Replies: 6
- Views: 8727
Re: Try ScientifcAuthor 1.0 Visual LaTeX Editor for FREE!
Perhaps if you will be able to provide robust import/export to LaTeX (so that round trip export-import-export always ends up with the same document) then the choice of the native format won't be so crucial any more. For this to work you have to remember that there should be some possibility to "...
- Wed Apr 09, 2008 10:54 am
- Forum: Others
- Topic: Try ScientifcAuthor 1.0 Visual LaTeX Editor for FREE!
- Replies: 6
- Views: 8727
Re: Try ScientifcAuthor 1.0 Visual LaTeX Editor for FREE!
Write to me for any requests or to share your comments with me. Well, I have a few comments but I'm afraid they are quite harsh. I tried your program and it was on its way out as fast as it was in. Not that I found anything wrong with it technically - it seems to be quite polished and altogether ni...
- Fri Mar 14, 2008 1:27 pm
- Forum: Others
- Topic: LaTexLab.org - Open Source Web Based LaTex Editor
- Replies: 12
- Views: 18208
Re: LaTexLab.org - Open Source Web Based LaTex Editor
Hi Job, This webapp is really cool. It seems quite capable too. I was able to compile quite a large document containing some less common packages. Tikz picture wouldn't show up but for the rest it worked OK. I especially like the preview feature (although I think that clicking on it shouldn't trigge...