I want to use indentation in a new environment I created. However, I do want to enable page breaking inside the environment, so the the \minipage environment is not suitable choice for me.
How should I define the indentation?
I tried
Why don't you just show us what you did to define this new environment? Or is this top secret? At the moment nobody knows which structure this environment has or whereon it is based. So specific help will be very difficult if you don't give useful information.
If you want to indent longer passages of text with several paragraphs, you should think about an environment that is based on a list environment with customized settings.
Thanks, but I do want the indentation inside the environment. The environment was not created solely for this purpose, but I want the presented text to be indented. Is there a simple command to achieve that in the environment definitions? And how do I base my environment on a list if I want to? (btw. and I don't want this environment to be a list, i.e. to specify items with \item, as it has nothing to do with \items)
Willie wrote:[…] The environment was not created solely for this purpose, but I want the presented text to be indented. […]
So please tell us for what purposes the environment is created. What is it for? What will it do? At the moment you only want indentation. For this single purpose you don't need a new environment. Just list all desired properties of your environment and we will see how we can implement them.
Willie wrote:[…] The environment was not created solely for this purpose, but I want the presented text to be indented. […]
So please tell us for what purposes the environment is created. What is it for? What will it do? At the moment you only want indentation. For this single purpose you don't need a new environment. Just list all desired properties of your environment and we will see how we can implement them.
The purpose is not relevant for the answer, however the purpose is: an enviroments for writing "examples". I want it to behave just like minipages with respect to indentation, as in my code above, with the only difference it could be page-broken.
By the way, I tried to use parbox, which should be by my understanding the same as minipage but page-breakable. But that dosn't yield indentation either.