Posts

Showing posts from January 8, 2019

Run 'cmake --help' for more information

Image
0 I failed to compile the below software: git clone https://github.com/bioinfologics/satsuma2.git cd satsuma2 cmake Usage cmake [options] <path-to-source> cmake [options] <path-to-existing-build> Specify a source directory to (re-)generate a build system for it in the current working directory. Specify an existing build directory to re-generate its build system. Run 'cmake --help' for more information. What did I miss? Thank you in advance. cmake share | improve this question asked Dec 28 '18 at 22:23 user977828 user977828 347 1 5 16

How to change the spacing between numbering and text in subsection

Image
1 I am a Master student and currently I am writing the thesis. My University did provide a template but it is in Microsoft Office Word but I am using latex. The attached figure is the example of the heading and the table of content. I need the word CHAPTER 1 and INTRODUCTION set to center but the section remain on the left. Besides, the tableofcontents generate a different style of TOC compare the template of my University. Any suggestion and modification to make thing works? Thank You. documentclass[12pt,a4paper]{report} usepackage[tmargin=1in,bmargin=1in,lmargin=1.5in,rmargin=1.in]{geometry} begin{document} tableofcontents chapter{INTRODUCTION} section{What is a flow} end{document} sectioning koma-script scrreprt