I have been using TeXLive on Debian Linux for a long while. Doing my document on Linux requires me to VNC to my Linux box and I want to try to use LaTeX on my Windows laptop now. Can someone please advise me on the likely disk space required for both MikTeX and TeXLive on Windows (Or any other good TeX distribution)
Here are the packages I use:
Code: Select all
\documentclass[10pt,a4paper{article}
\usepackage{a4wide}
\usepackage{graphicx}
\usepackage[bookmarks=true,colorlinks=,linkcolor=,breaklinks=false]{hyperref}
\usepackage{fancyhdr}
\usepackage{lastpage}
\usepackage{comment}
\usepackage[usenames,dvipsnames]{color}
\usepackage{listings}
\usepackage{caption}
\usepackage[]{glossaries}
\usepackage[toc,page]{appendix}
\usepackage{rcs}
\usepackage{paralist}
M