Hi,
While Okular view of the document gets updated after rebuild (PDFLaTeX), option ForwardPDF creates a new instance of Okular. Is there a way to make it work in the already existing instance of Okular?
Search found 12 matches
- Mon Jan 02, 2012 7:18 pm
- Forum: Kile
- Topic: Okular and forward Search with PDFLaTeX
- Replies: 1
- Views: 3372
- Mon Jan 02, 2012 1:27 pm
- Forum: General
- Topic: Source Directory outside of working Directory
- Replies: 2
- Views: 1952
Re: Source Directory outside of working Directory
Thanks!
Do you mean that the master file still has to be present in the working directory and nowhere else?
Do you mean that the master file still has to be present in the working directory and nowhere else?
- Mon Jan 02, 2012 12:28 pm
- Forum: General
- Topic: Source Directory outside of working Directory
- Replies: 2
- Views: 1952
Source Directory outside of working Directory
Hi,
Is there a way to keep a source file (.tex) somewhere far from the directory where working files (.aux, .log, .dvi, .pdf, etc.) get created? I'm using Kile, but the question sounds to me like General.
Is there a way to keep a source file (.tex) somewhere far from the directory where working files (.aux, .log, .dvi, .pdf, etc.) get created? I'm using Kile, but the question sounds to me like General.
- Mon Jun 20, 2011 12:16 am
- Forum: Texmaker and TeXstudio
- Topic: TexmakerX | Shortcuts - Setting my own Key Bindings
- Replies: 4
- Views: 6776
- Sun Jun 19, 2011 5:37 am
- Forum: Texmaker and TeXstudio
- Topic: TexmakerX | Shortcuts - Setting my own Key Bindings
- Replies: 4
- Views: 6776
Re: TexmakerX | Shortcuts - Setting my own Key Bindings
Thanks! No way to bind them to the shortcuts of my own choice, then... A pity.
- Sat Jun 18, 2011 8:01 pm
- Forum: Texmaker and TeXstudio
- Topic: TexmakerX | Shortcuts - Setting my own Key Bindings
- Replies: 4
- Views: 6776
TexmakerX | Shortcuts - Setting my own Key Bindings
Hi,
Is the subject possible? I'd like to insert a constant string in the edit window, like Alt+j -> "~---~"
Special Key Replacement doesn't seem to be the means to this end.
Is the subject possible? I'd like to insert a constant string in the edit window, like Alt+j -> "~---~"
Special Key Replacement doesn't seem to be the means to this end.
- Tue Mar 23, 2010 1:31 pm
- Forum: LyX
- Topic: book: first paragraph indentation
- Replies: 1
- Views: 4986
book: first paragraph indentation
Indentation on the first paragraph can be forced in this way:
Insert into Document->Settings->LaTeX Preamble this line:
Edit tab view stays unaffected, but LaTeX output complies.
Insert into Document->Settings->LaTeX Preamble this line:
Code: Select all
\usepackage{indentfirst}
- Tue Mar 23, 2010 12:57 pm
- Forum: LyX
- Topic: book: first paragraph indentation
- Replies: 1
- Views: 4986
book: first paragraph indentation
Hi,
Document->Settings->Text Layout says that paragraphs can be separated either by vertical space of by indentation. Sure enough, the first paragraph in an environment usually stays unindented. There are two questions:
(1) Why the first paragraph gets indented once in a while?
(2) How to impose ...
Document->Settings->Text Layout says that paragraphs can be separated either by vertical space of by indentation. Sure enough, the first paragraph in an environment usually stays unindented. There are two questions:
(1) Why the first paragraph gets indented once in a while?
(2) How to impose ...
- Tue Mar 23, 2010 11:46 am
- Forum: LyX
- Topic: em dash representation in an edit tab
- Replies: 1
- Views: 2726
em dash representation in an edit tab
I've managed it via a shortcut. See also Help->LyX Functions.
~/.lyx/bind/MyShortcuts.bind:
# include one of the basic flavours (cua or emacs)
\bind_file "cua"
# add your own bindings (overwriting the included ones)
\bind "C-j" "unicode-insert 0x2014" # insert em dash
\bind "C-h" "inset-insert ...
~/.lyx/bind/MyShortcuts.bind:
# include one of the basic flavours (cua or emacs)
\bind_file "cua"
# add your own bindings (overwriting the included ones)
\bind "C-j" "unicode-insert 0x2014" # insert em dash
\bind "C-h" "inset-insert ...
- Tue Mar 23, 2010 6:14 am
- Forum: LyX
- Topic: book: an unsolicited date on the title page
- Replies: 2
- Views: 1968
Re: book: an unsolicited date on the title page
Thanks! The empty (containing a protected space, Ctrl-space) date works.