Search found 97 matches
- Fri Mar 29, 2013 4:35 pm
- Forum: Texmaker and TeXstudio
- Topic: Reporting a bug
- Replies: 6
- Views: 6864
Re: Reporting a bug
well, TeXstudio would be the classic choice to switch to from Texmaker
- Tue Dec 11, 2012 7:06 pm
- Forum: BibTeX, biblatex and biber
- Topic: Automatic BibTeX run on each included File
- Replies: 6
- Views: 16701
Automatic BibTeX run on each included File
Thanks, looks wonderful. Did you try yourself? It did not work for me.
I also know that bibtex require only and only ONE parameter (i.e. one aux file) at a time. Here we need to compile the aux of the main file, then each chapter. Also, for TexStudio '*' does not mean 'every' like in DOS.
I ...
- Tue Dec 11, 2012 6:16 pm
- Forum: BibTeX, biblatex and biber
- Topic: Automatic BibTeX run on each included File
- Replies: 6
- Views: 16701
Automatic BibTeX run on each included File
Really? That's way too complicated for Texstudio.nphaibk wrote:I solved this problem in TexStudio (should be the same for TexMaker), in four steps:
It should bibtex-compile all aux files with the command:
Code: Select all
bibtex ?a*.aux
- Thu Sep 27, 2012 5:11 pm
- Forum: Texmaker and TeXstudio
- Topic: YAP Reverse Search opens new Instance on portable MiKTeX
- Replies: 8
- Views: 11384
YAP Reverse Search opens new Instance on portable MiKTeX
Well, here is the problem with YAP:
Texmaker creates a file in the default temp directory to mark it as running
YAP is started and changes the default temp directory to the MikTeX temp directory
Texmaker is started and checks the temp directory for the marking file. But can't find it, since ...
Texmaker creates a file in the default temp directory to mark it as running
YAP is started and changes the default temp directory to the MikTeX temp directory
Texmaker is started and checks the temp directory for the marking file. But can't find it, since ...
- Sat Jun 02, 2012 11:32 pm
- Forum: Decision Guidance
- Topic: Editors with label management besides WinEdt
- Replies: 3
- Views: 85244
Re: Editors with label management besides WinEdt
My TeXstudio lists the labels and has tabbed files
- Sun Jul 24, 2011 7:27 pm
- Forum: Texmaker and TeXstudio
- Topic: TexMakerX (with interactive spellchecking!)
- Replies: 138
- Views: 106610
TexMakerX (with interactive spellchecking!)
When a fork uses :
- the same name (for one letter) without authorization
- the same icons (at the beginning of the fork, the windows and macosx icons was exactly the same icon than the authentic soft)
- the same look and feel for the web site (the author of the fork even copy the web site)
it's of ...
- the same name (for one letter) without authorization
- the same icons (at the beginning of the fork, the windows and macosx icons was exactly the same icon than the authentic soft)
- the same look and feel for the web site (the author of the fork even copy the web site)
it's of ...
- Sun Jun 19, 2011 1:22 pm
- Forum: Texmaker and TeXstudio
- Topic: TexmakerX | Shortcuts - Setting my own Key Bindings
- Replies: 4
- Views: 6945
Re: TexmakerX | Shortcuts - Setting my own Key Bindings
You can change the shortcut for the user tag, but this is again in the other dialog (config dialog\shortcuts\user\your tag).
- Fri Mar 25, 2011 2:31 pm
- Forum: Texmaker and TeXstudio
- Topic: TexMakerX (with interactive spellchecking!)
- Replies: 138
- Views: 106610
TexMakerX (with interactive spellchecking!)
Can you explain how this works, please.
Exactly like the old preview by pressing Alt+P on a selection or highlighted parenthesis.
You can enable it by setting "Command=Preview with dvipng" (and not the option with --follow!) and "Display Mode=Inline" on the preview config page. (these are ...
Exactly like the old preview by pressing Alt+P on a selection or highlighted parenthesis.
You can enable it by setting "Command=Preview with dvipng" (and not the option with --follow!) and "Display Mode=Inline" on the preview config page. (these are ...
- Sat Mar 19, 2011 5:04 pm
- Forum: Texmaker and TeXstudio
- Topic: TexMakerX (with interactive spellchecking!)
- Replies: 138
- Views: 106610
TexMakerX (with interactive spellchecking!)
Now it's 2.1:
The preview has been improved:
The PDF viewer can show multiple pages
Equations can be previewed within the text (almost like LyX)
Better syntax check:
Less false-positive error detections
More things checked
Auto detects the used packages (also used for completion)
Master ...
The preview has been improved:
The PDF viewer can show multiple pages
Equations can be previewed within the text (almost like LyX)
Better syntax check:
Less false-positive error detections
More things checked
Auto detects the used packages (also used for completion)
Master ...
- Mon Jan 17, 2011 10:53 pm
- Forum: Texmaker and TeXstudio
- Topic: TexmakerX won't compile
- Replies: 3
- Views: 6940
Re: TexmakerX won't compile
TexmakerX doesn't distinguish between dvipdf and dvipdfm, so if you select the quickbuild command with "dvipdfm" in it, it will call the command with the name "dvipdf" in the command list.
So if you want to run dvipdfm, you have to add the m to dvipdf on the command list page in the config dialog
So if you want to run dvipdfm, you have to add the m to dvipdf on the command list page in the config dialog