Code Monkey home page Code Monkey logo

circledsteps's People

Contributors

rmano avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

sharadhr cynic

circledsteps's Issues

Typo and missing word in manual

On line 157 of https://github.com/Rmano/circledsteps/blob/master/circledsteps-manual.tex, we read:

\footnote{Notice that in the example the numbers in the references one the right are blue to to \texttt{hyperref} configuration!}

Isn't "on" better than "one", as the following?

\footnote{Notice that in the example the numbers in the references on the right are blue to to \texttt{hyperref} configuration!}

And isn't a missing word between "to" and "to" (are blue to to)?

Perhaps the word "correspond", but I'm not sure.

Circles with black background

Hi! Is it possible to create a circle with a black background color and a white text color with the current version of the package? Thanks for help!

Add optional argument to Circled

A suggestion from @marmot https://chat.stackoverflow.com/transcript/message/48219666#48219666

@Rmano I have a feature request. Is it possible to redefine \Circled to become something like

\newcommand{\CCircled}[2][]{\begingroup
\pgfkeys{/csteps/.cd,inner color=.,#1}%
\ifmmode
\Circled{$#2$}%
\else
\Circled{#2}%
\fi
\endgroup}

and similarly for the other commands? That is, add an optional argument that allows one to set the pgf keys? Also, maybe say in the manual that one can use \pgfkeys instead of \tikzset since the latter is not always loaded. And perhaps mention that the user needs to load xcolor to make use of the colors.

@Rmano tikzmark has means of detecting pretty much everything about the ambient settings, i.e. it goes far beyond what I did here with \ifmmode. That is, if you are wondering how to carry the outside settings into the circle, this has already been done in the tikzmark library.

Missing xcolor package load

It is written in the documentation that the package will load xcolor package, but it is not found in the .sty file. So some color setting does not work well if only circledsteps is loaded.

Change defaults to more "serious" ones

Christophe BAL, by email, suggests:

I have two suggestions about the default formatting.

Important. The standard for references is to give just the number. I really think that it would be better to use the following definition :

\newcommand\thecstepcnt{\arabic{cstepcnt}}

Less important. Using a single color should be better.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.