Wow, you guys are quick to answer, and it's great that it is that way.
I know it doesn't directly concern your problem, but it doesn't hurt to use the "english" option for the babel-package for english texts.

I know; I had the option english enabled, but WinEdt kept returning an error saying "you haven't loaded the option slovene yet". Don't really know how that is possible.
Anyway, when I copy-paste your code into a blank file, ie. there is only your code in the document, it works, though not completely as I would like: it capitalizes the letter O as well. I would like only the F letter to be capitalized.
However, when I copy-paste the text into my file (the whole Hobbit book), the same result occurs as before. Are the loaded packages causing the problem? I have the following preamble:
Code: Select all
\documentclass[a4paper,twoside, final]{memoir}
\usepackage[english]{babel}
\usepackage[top=2cm, bottom=2cm, left=2cm, right=2cm]{geometry} %dimenzije strani
%\usepackage{charter}
%\usepackage{mathpazo}
%\usepackage{pxfonts}
%\usepackage{Palatino}
\usepackage{bookman}
\usepackage{memhfixc}
\usepackage{mempatch}
\usepackage{hyperref}
\usepackage{longtable}
\usepackage{graphicx}
\usepackage[labelformat=empty]{caption}
\usepackage{verbatim}
\usepackage{color}
\usepackage{tabularx}
\usepackage{multirow}
\usepackage{wrapfig}
\usepackage{fancybox}
\usepackage{framed}
\usepackage{lettrine}
Also, for an idea what I want, here is the link to an ebook. I would like my Hobbit book to look (as far as dropped capitals are concerned) just like this book:
http://ifile.it/ofpr3y/tolkien_-_the_re ... e_king.pdf
(you click 'request download ticket' and then 'download')
thank you for your time and effort
P.S. In my code, why did you change " to ``? What do `` really mean? Is it not sufficient to write only " throughout the whole document?