All Questions
Tagged with ifthenelse comparison
4 questions
2
votes
2
answers
85
views
How to compare an argument to a given string, within a 'newenvironment' definition?
Problem description
I am trying to create an environment that produces boxed paragraphs with different styles.
So I tried to implement some "if"-"elif"-"else" blocks, ...
1
vote
0
answers
358
views
String equality check [closed]
I want to compare 2 strings and perform different tasks based on their results(using if-else loop)
My code is here:
\tab• \hyperlink{new}{New Features, Enhancements, and Changes}\linebreak
\begin{...
3
votes
2
answers
221
views
Add tocline depending on string compare
!! Attention !!
Because this topic developed some amount of complexity, I tried to restructure the topic considering the newly gathered information.
Please see this post to find the latest detail: ...
4
votes
1
answer
205
views
comparing substrings
I would like to get the following code running, but the second test fails with
! Argument of \@secondoftwo has an extra }.
What do I miss?
\documentclass{article}
\usepackage{xstring,ifthen}
\...