Search found 16 matches

by swagatopablo
Fri Jan 24, 2014 3:01 pm
Forum: BibTeX, biblatex and biber
Topic: Compressed Numbering of Citations
Replies: 1
Views: 3337

Compressed Numbering of Citations

I am using unsrt bibliography format with the article document class. Suppose I cite five references in a sentence. They are appearing like "[1, 2, 3, 4, 5]". How to make it appear like "[1-5]", which I have seen in many articles?
by swagatopablo
Sat Jul 13, 2013 10:06 am
Forum: Kile
Topic: Customization of several Settings
Replies: 0
Views: 22091

Customization of several Settings

Using Kile 2.1.0 on Linux Mint.

The default font size shown in my Kile editor is painfully small and I have to enlarge it using Ctrl++ every time I open a file. Is there a way to customize Kile in a way so that when I start it, every time it opens with

The enlarged font size which I generally use ...
by swagatopablo
Thu Jul 11, 2013 5:14 pm
Forum: Kile
Topic: Unexpected Closing
Replies: 0
Views: 21482

Unexpected Closing

Using Kile 2.1.3 on Ubuntu 13.04. Every time I open some dialogue box on the editor and then close the dialogue box after changing the necessary setting, the whole editor closes. I have tried removing the entire Kile and then reinstalling it, but to no avail. Please help.
by swagatopablo
Wed Jul 10, 2013 11:16 am
Forum: BibTeX, biblatex and biber
Topic: Error in .bbl File
Replies: 1
Views: 7178

Error in .bbl File

Using Kile 2.1.0 in Linux Mint 13 and writing a document (named proposal.tex) in standard article format. For the references, I am using a separate bib file using the commands

\bibliographystyle{unsrt}
\bibliography{library}

where library.bib is generated by my reference management software ...
by swagatopablo
Thu Mar 14, 2013 6:02 am
Forum: Kile
Topic: Kile Typing Cursor Changes
Replies: 3
Views: 15647

Re: Kile Typing Cursor Changes

Thank you very much cgnieder. Sorry for being dumb.
by swagatopablo
Sun Mar 10, 2013 6:06 pm
Forum: Kile
Topic: Kile Typing Cursor Changes
Replies: 3
Views: 15647

Kile Typing Cursor Changes

Using Kile 2.1.0 on Linux Mint 13. While typing, sometimes the typing cursor suddenly changes to a black block and typing anything replaces the characters next to the current position instead of adding new text. I am not sure whether this is triggered unknowingly by some keyboard command. Please ...
by swagatopablo
Tue Jan 01, 2013 9:31 am
Forum: Kile
Topic: Keyboard Shortcuts Disabled and Search Not Working
Replies: 0
Views: 4205

Keyboard Shortcuts Disabled and Search Not Working

I am using Kile 2.1.0 on Linux Mint 13 platform (if that's important) and have okular set as my default dvi/ps viewer. I am having two minor issues and even after consulting the kile documentation, unable to find answer.

1) The keyboard shortcuts for quick preview- Ctrl+Alt+P,S or Ctrl+Alt+P,E are ...
by swagatopablo
Sat Dec 22, 2012 8:42 am
Forum: Kile
Topic: Management of a Project
Replies: 1
Views: 3660

Management of a Project

What is a project and how to manage a project in Kile? If my objective is to modularly divide my big .tex code into several latex file, then I can use the
\include{filename.tex}
or
\input{filename.tex}
for this purpose. Does opening a new project give any important advantage over them? I am ...
by swagatopablo
Tue Aug 14, 2012 4:58 am
Forum: Document Classes
Topic: 'Abstract' Appears as 'Resume'
Replies: 1
Views: 3659

'Abstract' Appears as 'Resume'

I am using Kile 2.1.0 editor and trying to write an article on my research topic. Following is the structure of my tex file.

\documentclass[11pt]{article}
\title{Interference Management in Multiuser MIMO Channels}
\author{Swagato~Barman~Roy}
\date{\today}
\begin{document}
\maketitle
\begin ...
by swagatopablo
Wed Aug 08, 2012 12:17 pm
Forum: Kile
Topic: Activating the Auto-Completion of Commands
Replies: 1
Views: 3964

Activating the Auto-Completion of Commands

Using Kile version 2.1.0 in precise pangolin. Please tell me how to activate the auto completion of command feature. What I mean is as soon as I type

Code: Select all

\begin{it}
I want the following combination to appear automatically

Code: Select all

\begin{itemize}
\item 
\end{itemize}