Skip to content
  • View menu
  • View featured posts
  • View sidebar

Nology

Notes about scripting (Javascript, PHP), programming (Java), mobile development (Android, iOS, WP8, Cordova / Phonegap), web development (HTML5, CSS3, Wordpress) and everything else I'm interested in.

  • Open-source intent recognition in NLP & NLU
  • Comparison of Node.js ORM solutions
  • Comparison of push notification servers
  • node-webkit vs. atom-shell vs. brackets-shell

Software Development

Tesseract OCR: ParamsModel::Incomplete line

May 8, 2018 by Maik

CocoaPods can’t reach GitHub

March 31, 2018March 31, 2018 by Maik

Building OpenCL on macOS: CL/cl.h not found

May 22, 2017May 22, 2017 by Maik

Python Pillow 3 with Alpine Linux

December 30, 2016December 30, 2016 by Maik

Git: Create an unrelated / orphan / disconnected branch

December 26, 2014December 26, 2014 by Maik
Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.
To find out more, including how to control cookies, see here: Cookie Policy

Recent Posts

  • Deleting old Rundeck logs / executions
  • Tesseract OCR: ParamsModel::Incomplete line
  • Cordova: All flavors must now belong to a named flavor dimension.
  • CocoaPods can’t reach GitHub
  • OpenShift 3.9 missing Webconsole

Categories

  • DevOps & Site Reliability
  • Mobile App Development
  • Software Development
  • Troubleshooting
  • Uncategorized
  • Web Development

Tag / LaTeX

August 17, 2015 by Maik

LaTeX: Avoid new Page for /maketitle

  • Uncategorized
  • LaTeX, page break, Title

By default \maketitle inserts a new page (via \newpage) before your actual metadata (like title, author and date). This isn’t always the desired behavior (e.g. when you try to put some text before your title). Fortunately there is a way to circumvent / avoid the explicit pagebreak:

{\let\newpage\relax\maketitle}
Proudly powered by WordPress | Theme: editor by Array
 

Loading Comments...