Search found 12 matches

by bomberb17
Thu Sep 01, 2022 6:46 pm
Forum: Text Formatting
Topic: Use 11pt font in LNCS
Replies: 1
Views: 2353

Use 11pt font in LNCS

Answering my question, turns out to be very simple

Code: Select all

\documentclass[11pt]{llncs}
by bomberb17
Wed Aug 31, 2022 6:48 am
Forum: Text Formatting
Topic: Use 11pt font in LNCS
Replies: 1
Views: 2353

Use 11pt font in LNCS

Hello,
I would like to create a LNCS document but use 11pt font for the text. Can someone help me how to do that? (I see the normal font size commands define either 10pt or 12pt, but not 11pt)
by bomberb17
Sat Dec 11, 2021 6:09 am
Forum: Graphics, Figures & Tables
Topic: Coverting pgf to 300dpi image
Replies: 2
Views: 2771

Coverting pgf to 300dpi image

I see. Thanks!
by bomberb17
Tue Dec 07, 2021 6:42 am
Forum: Graphics, Figures & Tables
Topic: Coverting pgf to 300dpi image
Replies: 2
Views: 2771

Coverting pgf to 300dpi image

My manuscript creates figures using Matplotlib's PGF backend.
However the journal which accepted my manuscript needs 300dpi PNG or TIFF images.
I tried to take a direct screenshot from the pdf file (zoomed in to take the whole screen) but they still won't accept it as it is 96dpi.

Is there any good ...
by bomberb17
Thu Sep 23, 2021 8:59 pm
Forum: Graphics, Figures & Tables
Topic: Tikz editor that imports code
Replies: 1
Views: 3312

Tikz editor that imports code

Hello,
I'm looking to build a figure of 3D arrays, and I thought this could be a starting point

https://tex.stackexchange.com/questions/394045/how-can-i-write-the-name-show-in-axis-of-3d-array-using-tikz

However the code is not easy to understand, and I'm looking for an editor that I can import ...
by bomberb17
Thu Nov 28, 2019 5:20 pm
Forum: Graphics, Figures & Tables
Topic: Two figures side by side in IEEE double column document with separate captions
Replies: 1
Views: 21400

Two figures side by side in IEEE double column document with separate captions

Hello, I want to put 2 figures side by side in an IEEE double column document. I want them to have separate captions, i.e. Fig 1 and Fig 2. The error I'm getting is "Package floatrow Error: Caption(s) lost. \caption{Caption 1}". I need the floatrow however for other part of the document! Here's a ...
by bomberb17
Sat May 11, 2019 7:56 pm
Forum: General
Topic: Custom section counter in LNCS format
Replies: 5
Views: 4088

Custom section counter in LNCS format

Here's a MWE

\documentclass{llncs}

\begin{document}
\title{My document}

\maketitle

\noindent\Large\textbf{Section A}
\normalsize
\section{This should be section A1}

blah blah blah
\section{This should be section A2}
\subsection{This should be subsection A2.1}

\noindent\Large\textbf{Section ...
by bomberb17
Sat May 11, 2019 1:51 am
Forum: General
Topic: Custom section counter in LNCS format
Replies: 5
Views: 4088

Custom section counter in LNCS format

This is a bit "unofficial" so I have flexibility. Just want to know how to do this in latex code
by bomberb17
Fri May 10, 2019 6:45 pm
Forum: General
Topic: Custom section counter in LNCS format
Replies: 5
Views: 4088

Custom section counter in LNCS format

Hello,
I'm writing my manustript on LCNS format, and I want to divide my document into two parts, the first part would use as section counters A1, A2, etc. and the second part would use section counters B1, B2 etc..
I've searched around but couldn't find a solution.. Any ideas on this? Thanks!