GeneralCannot Open DDE link

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
kazyka
Posts: 2
Joined: Mon Feb 21, 2011 5:44 pm

Cannot Open DDE link

Post by kazyka »

Hi I have a problem when i compile my code. Have uploaded a picture and here is the code I use

Code: Select all

\documentclass[11pt,a4paper]{report}
\usepackage[ansinew]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{amsmath}
\usepackage{appendix}
\usepackage{caption}
\usepackage{booktabs}
\usepackage{lipsum}
\usepackage{dcolumn}
\usepackage{natbib}
\usepackage{array}
\usepackage{graphicx}
\usepackage{makeidx}
\usepackage{hyperref}
\usepackage{amssymb,array}
\usepackage{epsfig}
\usepackage{mathtools}
\usepackage{tabularx}
\usepackage{slashbox}
\usepackage[danish]{babel}
\usepackage{lmodern}
\usepackage{xcolor}
\usepackage{subfloat}
\usepackage[nottoc]{tocbibind}


\parindent0em

\begin{document}
  \begin{titlepage}
    \centering
    \vspace*{4\baselineskip}
    \large
    \bfseries
    An investigation of service incompatibility side effects of refactoring \\[5\baselineskip]
    \normalfont
    \small
    A dissertation submitted in partial fulfilment \\
    of the requirements for the Open University's \\
    Master of Science Degree \\
    in Computing for Commerce and Industry \\
    \vfill
    NAME \\
    (XXXX) \\[2\baselineskip]
    \textbf{\today} \\[2\baselineskip]
    %Word Count: {\color{red}xxxxx}
  \end{titlepage}
\end{document} 

EDIT:
I should perhaps have written that the config window says

I found no \citation commands---while reading file xx.aux
I found no \bibdata command---while reading file xx.aux
I found no \bibstyle command---while reading file xx.aux
(There were 3 error messages)
Attachments
problem.jpg
problem.jpg (172.69 KiB) Viewed 2461 times

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

Post Reply